Name | Description | |
---|---|---|
XdsDocument Constructor | Overloaded. Create a new XdsDocument object |
The following tables list the members exposed by XdsDocument.
Name | Description | |
---|---|---|
XdsDocument Constructor | Overloaded. Create a new XdsDocument object |
Name | Description | |
---|---|---|
AlreadyExists | A flag indicating whether the document already exists in the registry (as opposed to being created now) | |
Authors | The humans and/or machines that authored the document | |
AvailabilityStatus | The availability stats (Approved/Deprecated) of the document | |
AvailabilityStatusAsInt | The AvailabilityStatus as an integer | |
ClassCode | The code specifying the particular kind of document | |
Comments | Comments associated with the Document | |
ConfidentialityCodes | The code(s) specifying the level of confidentiality of the XDS Document | |
CreationTime | The time the author created the document in the Document Source. | |
Data | The contents of the document | |
DocumentRelationship | The Relationship between Existing (Parent) Document and Current Document being Submitted | |
EventCodeList | The code(s) representing the main clinical acts, such as a colonoscopy or an appendectomy, being documented. | |
ExtraSlots | The list of slots not explicitly used to populate other fields | |
FormatCode | Code globally uniquely specifying the format of the document. | |
Hash | Hash key of the XDS Document itself. | |
HealthCareFacilityTypeCode | This code represents the type of organizational setting of the clinical encounter during which the documented act occurred. | |
HomeCommunityID | The HomeCommunityID of the Document | |
IsOnDemand | Indicates if the XdsDocument is of type On-Demand. Default value is false, which means it's of stable document type | |
LanguageCode | Specifies the human language of character data in the document. | |
LegalAuthenticator | Represents a participant who has legally authenticated or attested the document within the authorInstitution. | |
LimitedMetadata | Indicates whether the Document was created using the less rigorous requirements of metadata as defined for the Metadata-Limited Document Source Actor | |
LogicalId | To allow a collection of registry objects to be grouped together and be identified as versions of the same object, two new attributes are introduced: the Logical ID and the VersionInfo element. While all objects must have unique value for their id attribute to maintain their identity, all objects that are versions of the same logical object have the same logical id or lid attribute | |
MimeType | MIME type of the document in the Repository. | |
PatientID | Shortcut to PatientInfo.XdsPerson.CompositeId | |
PatientInfo | The subject of care of the document. | |
PracticeSettingCode | The code specifying the clinical specialty where the act that resulted in the document was performed | |
PreviousVersion | Set this property in the UpdateDocumentSet transaction | |
ReferenceIdList | Holds a list of additional Reference ID name/value pairs | |
RepositoryUniqueId | The globally unique identifier of the repository where the document is stored | |
ServiceStartTime | Represents the start time the service being documented took place | |
ServiceStopTime | Represents the stop time the service being documented took place | |
Size | Size of the XDS Document itself. | |
SourcePatientDetails | The details of the subject of care as the Document Source knew them at the time of Submission. | |
Title | Represents the title of the document | |
TypeCode | The code specifying the precise kind of document | |
UniqueID | The globally unique identifier assigned by the document creator to this document. | |
Uri | The URI from which the document could be retrieved. | |
UUID | The globally unique identifier of the document | |
VersionInfo | To allow a collection of registry objects to be grouped together and be identified as versions of the same object, two new attributes are introduced: the Logical ID and the VersionInfo element. While all objects must have unique value for their id attribute to maintain their identity, all objects that are versions of the same logical object have the same logical id or lid attribute |
Name | Description | |
---|---|---|
CheckSizeAndHash | Check that the document in the Data property actually matches the Size and Hash values. | |
Deserialize | Deserialization of a Document | |
FromUUID | Creates a "dummy" XdsDocument object, in which only the UUID is populated, and the AlreadyExists property is true. | |
Load | Overloaded. Methods to load a XdsDocument directly from local resources | |
Serialize | Serialize a XdsDocument | |
SetSizeAndHash | Set the Size and Hash, based on the current content |