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;

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;
 

Generated by PasDoc 0.15.0.