Class TCapabilityStatementCertificate
Unit
bsFhir_stu3
Declaration
type TCapabilityStatementCertificate = 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 type_ : string read Gettype_ write Settype_; |
|
property type_Element : Tcode read Gettype_Element write Settype_Element; |
|
property blob : string read Getblob write Setblob; |
|
property blobElement : Tbase64Binary read GetblobElement write SetblobElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
Mime type for a certificate.
|
|
property type_Element : Tcode read Gettype_Element write Settype_Element; |
|
|
property blob : string read Getblob write Setblob; |
Actual certificate.
|
|
property blobElement : Tbase64Binary read GetblobElement write SetblobElement; |
|
Generated by PasDoc 0.15.0.
|