This wiki has undergone a migration to Confluence found Here
Harmonization: add continuationToken to queryAck and queryContinuation
Revision as of 18:30, 5 October 2006 by Rene spronk (talk | contribs)
Editing of harmonization proposals prior to a harmonization meeting is restricted to the proposal submitter and the co-chairs of the steward comittee. Other changes will be undone. Please add comments to the "discussion" page associated with this proposal.
Recommendation for HL7 RIM Change | RECOMMENDATION ID: |
Sponsored by: INM | Approval date by committee: |
Revision (# and date): 2006105 | Date submitted: |
Editor/Author: Rene Spronk | |
PROPOSALNAME: add continuationToken to queryAck and queryContinuation |
Contents
Stewards Position
REQUIRED - This table should contain one row for each Steward Committee affected by the recommendation.
TC | RECOMMENDATION APPROVAL STATUS | AFFECTED ENTITIES OF INTEREST TO TC (responsibility level: S=Steward; I=Interested) |
INM | Discussed (see Stateless Queries) | S |
Issue
One paragraph summary of the issue and the solution as detailed in this proposal.
Recommendation(s)
- Add a new (optional) attribute in the queryAck and queryContinuation classes, called "continuationToken", of datatype ST.
- Description of queryAck.continuationToken: Contains the the continuation state (the state of the query server, e.g. the relational database id of the last "record" returned). If queryAck.continuationToken is valued by the query server the querying system SHALL populate queryContinuation.continuationToken with that value in any subsequent query continuation/cancel interactions.
- Description of queryContinuation.continuationToken: Contains the continuationToken which contains the continuation state as reported by a stateless server. If a responding system values querAck.continuationToken, a querying system SHALL populate queryContinuation.continuationToken in subsequent query continuation/cancel interactions with that value.
RIM Recommendation(s)
Rationale
Any additional information needed to understand, evaluate or implement the recommendation, such as model fragments or other context that demonstrates use of the requested change. Include implications.
Recommended Action Items
- Implement the proposed solution