Class TCompartmentDefinitionResource

Unit

Declaration

type TCompartmentDefinitionResource = class(TBackboneElement)

Description

A compartment definition that defines how resources are accessed on a server.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : TResourceType read GetcodeElement write SetcodeElement;
Public property param : TBSFHIRPrimitiveStringArray read GetparamArray;
Public property documentation : string read Getdocumentation write Setdocumentation;
Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
Public property startParam : string read GetstartParam write SetstartParam;
Public property startParamElement : Turi read GetstartParamElement write SetstartParamElement;
Public property endParam : string read GetendParam write SetendParam;
Public property endParamElement : Turi read GetendParamElement write SetendParamElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

The name of a resource supported by the server.

Public property codeElement : TResourceType read GetcodeElement write SetcodeElement;
 
Public 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,.

Public property documentation : string read Getdocumentation write Setdocumentation;

Additional documentation about the resource and compartment.

Public property documentationElement : Tstring read GetdocumentationElement write SetdocumentationElement;
 
Public 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)).

Public property startParamElement : Turi read GetstartParamElement write SetstartParamElement;
 
Public 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)).

Public property endParamElement : Turi read GetendParamElement write SetendParamElement;
 

Generated by PasDoc 0.15.0.