Class TCapabilityStatementImplementation
Unit
bsFhir_stu3
Declaration
type TCapabilityStatementImplementation = 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
Properties
|
property description : string read Getdescription write Setdescription; |
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
property url : string read Geturl write Seturl; |
|
property urlElement : Turi read GeturlElement write SeturlElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Information about the specific installation that this capability statement relates to.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property url : string read Geturl write Seturl; |
An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
Generated by PasDoc 0.15.0.
|