Class TCapabilityStatementSecurity

Unit

Declaration

type TCapabilityStatementSecurity = class(TBackboneElement)

Description

A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR 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 : Tmarkdown read GetdescriptionElement write SetdescriptionElement;

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 : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.