Class TCapabilityStatementSecurity
Unit
bsFhir_r4b
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
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property cors : boolean read Getcors write Setcors; |
Server adds CORS headers when responding to requests - this enables Javascript applications to use the server.
|
 |
property corsElement : Tboolean read GetcorsElement write SetcorsElement; |
|
 |
property service : TCodeableConceptArray read GetserviceArray; |
Types of security services that are supported/required by the system.
|
 |
property description : string read Getdescription write Setdescription; |
General description of how security works.
|
 |
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|