generated from IHE/supplement-template
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
History: add LastReport
attribute to simplify processing
#329
Milestone
Comments
PaulMartinsen
added
the
Comment NEW
A submitted comment waiting to be reviewed and dispositioned
label
Nov 11, 2024
In my view, adding a
<xsd:complexType name="ChangeSequenceReportType">
<xsd:annotation>
<xsd:documentation>Type definition of a report to communicate MDIBs along with sequences of changes./xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="hm:ChangeSequence" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Zero or more ChangeSequence elements to describe changes of different MDIB sequences and/or instance numbers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="LastReport" default="false" type="xsd:boolean" use="optional" />
</xsd:complexType> The following constraints apply:
|
ToddCooper
removed
the
Comment NEW
A submitted comment waiting to be reviewed and dispositioned
label
Dec 6, 2024
ToddCooper
assigned PaulMartinsen, ToddCooper and d-gregorczyk and unassigned ToddCooper
Dec 6, 2024
SDPi Frida 2024.12.06 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, consumers use a subscription-end notification to determine when a provider has finished delivering the available history notifications. Suggested adding a
LastReport
attribute to theChangeSequenceReportType
as well.From discussion at plug-a-thon 18:
EndTo
notifications, or processingwse:UnableToRenew
faults.The text was updated successfully, but these errors were encountered: