Class TbsSQR_S25_SCHEDULE_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSQR_S25_SCHEDULE_231 = class(TBSHL7Object)

Description

Represents the SCHEDULE 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. SCH, required

  2. NTE, optional repeating

  3. PATIENT, optional

  4. RESOURCES, required repeating

Hierarchy

Overview

Methods

Public function NTERepCount : Integer;
Public function RESOURCESRepCount : Integer;

Properties

Public property SCH : TbsSCH_231 read GetSCH write SetSCH ;
Public property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE;
Public property PATIENT : TbsSQR_S25_SCHEDULE_PATIENT_231 read GetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSQR_S25_SCHEDULE_RESOURCES_231 read GetRESOURCES;

Description

Methods

Public function NTERepCount : Integer;
 
Public function RESOURCESRepCount : Integer;
 

Properties

Public property SCH : TbsSCH_231 read GetSCH write SetSCH ;

SCH, Usage : R, Min : 1, Max : 1

Public property NTE[RepCount:Integer]: TbsNTE_231 read GetNTE;

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

Public property PATIENT : TbsSQR_S25_SCHEDULE_PATIENT_231 read GetPATIENT;

PATIENT, Usage : O, Min : 0, Max : 1

Public property RESOURCES[RepCount:Integer]: TbsSQR_S25_SCHEDULE_RESOURCES_231 read GetRESOURCES;

RESOURCES, Usage : R, Min : 1, Max : *


Generated by PasDoc 0.14.0.