Class TDocumentReferenceRelatesTo
Unit
bsFhir_stu3
Declaration
type TDocumentReferenceRelatesTo = class(TBackboneElement)
Description
A reference to a document.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
The type of relationship that this document has with anther document.
|
|
property target : TReference read Gettarget write Settarget; |
The target document of this relationship.
|
Generated by PasDoc 0.15.0.
|