Class TDocumentManifestRelated
Unit
bsFhir_r4b
Declaration
type TDocumentManifestRelated = class(TBackboneElement)
Description
A collection of documents compiled for a purpose together with metadata that applies to the collection.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers.
|
|
property ref : TReference read Getref write Setref; |
Related Resource to this DocumentManifest. For example, Order, ServiceRequest, Procedure, EligibilityRequest, etc.
|
Generated by PasDoc 0.15.0.
|