Class TCapabilityStatementSecurity
Unit
bsFhir_stu3
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
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 : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|