Class TCapabilityStatementCertificate

Unit

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

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : Tcode read Gettype_Element write Settype_Element;
Public property blob : string read Getblob write Setblob;
Public property blobElement : Tbase64Binary read GetblobElement write SetblobElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Mime type for a certificate.

Public property type_Element : Tcode read Gettype_Element write Settype_Element;
 
Public property blob : string read Getblob write Setblob;

Actual certificate.

Public property blobElement : Tbase64Binary read GetblobElement write SetblobElement;
 

Generated by PasDoc 0.15.0.