Class TDocumentReferenceContent
Unit
bsFhir_r4
Declaration
type TDocumentReferenceContent = 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 attachment : TAttachment read Getattachment write Setattachment; |
The document or URL of the document along with critical metadata to prove content has integrity.
|
|
property format : TCoding read Getformat write Setformat; |
An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.
|
Generated by PasDoc 0.15.0.
|