Class TCompartmentDefinitionResource
Unit
bsFhir_r4
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 : Tcode 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; |
|
Generated by PasDoc 0.15.0.
|