Class TbsSIU_S23_RESOURCES_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSIU_S23_RESOURCES_23 = class(TBSHL7Object)

Description

Represents the RESOURCES Group. A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  1. RGS, required

  2. SERVICE, optional repeating

  3. GENERAL RESOURCE, optional repeating

  4. LOCATION RESOURCE, optional repeating

  5. PERSONNEL RESOURCE, optional repeating

Hierarchy

Overview

Methods

Public function SERVICERepCount : Integer;
Public function GENERAL_RESOURCERepCount : Integer;
Public function LOCATION_RESOURCERepCount : Integer;
Public function PERSONNEL_RESOURCERepCount : Integer;

Properties

Public property RGS : TbsRGS_23 read GetRGS write SetRGS ;
Public property SERVICE[RepCount:Integer]: TbsSIU_S23_RESOURCES_SERVICE_23 read GetSERVICE;
Public property GENERAL_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_GENERAL_RESOURCE_23 read GetGENERAL_RESOURCE;
Public property LOCATION_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_LOCATION_RESOURCE_23 read GetLOCATION_RESOURCE;
Public property PERSONNEL_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_PERSONNEL_RESOURCE_23 read GetPERSONNEL_RESOURCE;

Description

Methods

Public function SERVICERepCount : Integer;
 
Public function GENERAL_RESOURCERepCount : Integer;
 
Public function LOCATION_RESOURCERepCount : Integer;
 
Public function PERSONNEL_RESOURCERepCount : Integer;
 

Properties

Public property RGS : TbsRGS_23 read GetRGS write SetRGS ;

RGS, Usage : R, Min : 1, Max : 1

Public property SERVICE[RepCount:Integer]: TbsSIU_S23_RESOURCES_SERVICE_23 read GetSERVICE;

SERVICE, Usage : O, Min : 0, Max : *

Public property GENERAL_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_GENERAL_RESOURCE_23 read GetGENERAL_RESOURCE;

GENERAL_RESOURCE, Usage : O, Min : 0, Max : *

Public property LOCATION_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_LOCATION_RESOURCE_23 read GetLOCATION_RESOURCE;

LOCATION_RESOURCE, Usage : O, Min : 0, Max : *

Public property PERSONNEL_RESOURCE[RepCount:Integer]: TbsSIU_S23_RESOURCES_PERSONNEL_RESOURCE_23 read GetPERSONNEL_RESOURCE;

PERSONNEL_RESOURCE, Usage : O, Min : 0, Max : *


Generated by PasDoc 0.14.0.