Class TCapabilityStatementSecurity

Unit

Declaration

type TCapabilityStatementSecurity = 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 cors : boolean read Getcors write Setcors;
Public property corsElement : Tboolean read GetcorsElement write SetcorsElement;
Public property service : TCodeableConceptArray read GetserviceArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property certificate : TCapabilityStatementCertificateArray read GetcertificateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property cors : boolean read Getcors write Setcors;

Server adds CORS headers when responding to requests - this enables javascript applications to use the server.

Public property corsElement : Tboolean read GetcorsElement write SetcorsElement;
 
Public property service : TCodeableConceptArray read GetserviceArray;

Types of security services that are supported/required by the system.

Public property description : string read Getdescription write Setdescription;

General description of how security works.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property certificate : TCapabilityStatementCertificateArray read GetcertificateArray;

Certificates associated with security profiles.


Generated by PasDoc 0.15.0.