Class TbsSRR_S01_SCHEDULE_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

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

  2. NTE, optional repeating

  3. PATIENT, optional repeating

  4. RESOURCES, required repeating

Hierarchy

Overview

Methods

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

Properties

Public property TQ1[RepCount:Integer]: TbsTQ1_271 read GetTQ1;
Public property NTE[RepCount:Integer]: TbsNTE_271 read GetNTE;
Public property PATIENT[RepCount:Integer]: TbsSRR_S01_SCHEDULE_PATIENT_271 read GetPATIENT;
Public property RESOURCES[RepCount:Integer]: TbsSRR_S01_SCHEDULE_RESOURCES_271 read GetRESOURCES;

Description

Methods

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

Properties

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

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

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

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

Public property PATIENT[RepCount:Integer]: TbsSRR_S01_SCHEDULE_PATIENT_271 read GetPATIENT;

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

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

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


Generated by PasDoc 0.14.0.