Class TCapabilityStatementRest
Unit
bsFhir_stu3
Declaration
type TCapabilityStatementRest = 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 mode : string read Getmode write Setmode; |
Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Information about the system's restful capabilities that apply across all applications, such as security.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
|
property security : TCapabilityStatementSecurity read Getsecurity write Setsecurity; |
Information about security implementation from an interface perspective - what a client needs to know.
|
|
property resource : TCapabilityStatementResourceArray read GetresourceArray; |
A specification of the restful capabilities of the solution for a specific resource type.
|
|
property searchParam : TCapabilityStatementSearchParamArray read GetsearchParamArray; |
Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.
|
|
property operation : TCapabilityStatementOperationArray read GetoperationArray; |
Definition of an operation or a named query together with its parameters and their meaning and type.
|
|
property compartment : TBSFHIRPrimitiveStringArray read GetcompartmentArray; |
An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .
|
Generated by PasDoc 0.15.0.
|