Class TbsSQR_S25_SCHEDULE_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSQR_S25_SCHEDULE_25 = 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. TQ1, optional repeating

  3. NTE, optional repeating

  4. PATIENT, optional

  5. RESOURCES, required repeating

Hierarchy

Overview

Methods

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

Properties

Public property SCH : TbsSCH_25 read GetSCH write SetSCH ;
Public property TQ1[RepCount:Integer]: TbsTQ1_25 read GetTQ1;
Public property NTE[RepCount:Integer]: TbsNTE_25 read GetNTE;
Public property PATIENT : TbsSQR_S25_SCHEDULE_PATIENT_25 read GetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSQR_S25_SCHEDULE_RESOURCES_25 read GetRESOURCES;

Description

Methods

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

Properties

Public property SCH : TbsSCH_25 read GetSCH write SetSCH ;

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

Public property TQ1[RepCount:Integer]: TbsTQ1_25 read GetTQ1;

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

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

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

Public property PATIENT : TbsSQR_S25_SCHEDULE_PATIENT_25 read GetPATIENT;

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

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

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


Generated by PasDoc 0.14.0.