Class TCompartmentDefinitionResource
Unit
bsFhir_r5
Declaration
type TCompartmentDefinitionResource = class(TBackboneElement)
Description
A compartment definition that defines how resources are accessed on a server.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
The name of a resource supported by the server.
|
|
property codeElement : TResourceType read GetcodeElement write SetcodeElement; |
|
|
property param : TBSFHIRPrimitiveStringArray read GetparamArray; |
The name of a search parameter that represents the link to the compartment. More than one may be listed because a resource may be linked to a compartment in more than one way,.
|
|
property documentation : string read Getdocumentation write Setdocumentation; |
Additional documentation about the resource and compartment.
|
|
property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement; |
|
|
property startParam : string read GetstartParam write SetstartParam; |
Search Parameter for mapping requests made with $everything.start (e.g. on [Patient.$everything](patient-operation-everything.html)).
|
|
property startParamElement : Turi read GetstartParamElement write SetstartParamElement; |
|
|
property endParam : string read GetendParam write SetendParam; |
Search Parameter for mapping requests made with $everything.end (e.g. on [Patient.$everything](patient-operation-everything.html)).
|
|
property endParamElement : Turi read GetendParamElement write SetendParamElement; |
|
Generated by PasDoc 0.15.0.
|