Class TCapabilityStatementSearchParam

Unit

Declaration

type TCapabilityStatementSearchParam = 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 name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property definition : string read Getdefinition write Setdefinition;
Public property definitionElement : Turi read GetdefinitionElement write SetdefinitionElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TSearchParamType read Gettype_Element write Settype_Element;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of the search parameter used in the interface.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property definition : string read Getdefinition write Setdefinition;

An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).

Public property definitionElement : Turi read GetdefinitionElement write SetdefinitionElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of value a search parameter refers to, and how the content is interpreted.

Public property type_Element : TSearchParamType read Gettype_Element write Settype_Element;
 
Public property documentation : string read Getdocumentation write Setdocumentation;

This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 

Generated by PasDoc 0.15.0.