Class TDocumentReferenceRelatesTo
Unit
bsFhir_r4b
Declaration
type TDocumentReferenceRelatesTo = class(TBackboneElement)
Description
A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text.
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.
|