Class TCapabilityStatementDocument

Unit

Declaration

type TCapabilityStatementDocument = class(TBackboneElement)

Description

A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property mode : string read Getmode write Setmode;
Public property modeElement : TDocumentMode read GetmodeElement write SetmodeElement;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
Public property profile : TReference read Getprofile write Setprofile;

Description

Methods

Public constructor Create; override;
 

Properties

Public property mode : string read Getmode write Setmode;

Mode of this document declaration - whether an application is a producer or consumer.

Public property modeElement : TDocumentMode read GetmodeElement write SetmodeElement;
 
Public property documentation : string read Getdocumentation write Setdocumentation;

A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 
Public property profile : TReference read Getprofile write Setprofile;

A constraint on a resource used in the document.


Generated by PasDoc 0.15.0.