Class TDocumentReferenceRelated
Unit
bsFhir_stu3
Declaration
type TDocumentReferenceRelated = class(TBackboneElement)
Description
A reference to a document.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Related identifier to this DocumentReference. If both id and ref are present they shall refer to the same thing.
|
|
property ref : TReference read Getref write Setref; |
Related Resource to this DocumentReference. If both id and ref are present they shall refer to the same thing.
|
Generated by PasDoc 0.15.0.
|