Class TbsOPL_O37_ORDER_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsOPL_O37_ORDER_28 = class(TBSHL7Object)

Description

Represents the ORDER 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. NK1, required repeating

  2. PATIENT, optional

  3. SPECIMEN, required repeating

  4. PRIOR_RESULT, optional

  5. FT1, optional repeating

  6. CTI, optional repeating

  7. BLG, optional

Hierarchy

Overview

Methods

Public function NK1RepCount : Integer;
Public function SPECIMENRepCount : Integer;
Public function FT1RepCount : Integer;
Public function CTIRepCount : Integer;

Properties

Public property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1;
Public property PATIENT : TbsOPL_O37_ORDER_PATIENT_28 read GetPATIENT;
Public property SPECIMEN[RepCount:Integer]: TbsOPL_O37_ORDER_SPECIMEN_28 read GetSPECIMEN;
Public property PRIOR_RESULT : TbsOPL_O37_ORDER_PRIOR_RESULT_28 read GetPRIOR_RESULT;
Public property FT1[RepCount:Integer]: TbsFT1_28 read GetFT1;
Public property CTI[RepCount:Integer]: TbsCTI_28 read GetCTI;
Public property BLG : TbsBLG_28 read GetBLG write SetBLG ;

Description

Methods

Public function NK1RepCount : Integer;
 
Public function SPECIMENRepCount : Integer;
 
Public function FT1RepCount : Integer;
 
Public function CTIRepCount : Integer;
 

Properties

Public property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1;

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

Public property PATIENT : TbsOPL_O37_ORDER_PATIENT_28 read GetPATIENT;

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

Public property SPECIMEN[RepCount:Integer]: TbsOPL_O37_ORDER_SPECIMEN_28 read GetSPECIMEN;

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

Public property PRIOR_RESULT : TbsOPL_O37_ORDER_PRIOR_RESULT_28 read GetPRIOR_RESULT;

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

Public property FT1[RepCount:Integer]: TbsFT1_28 read GetFT1;

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

Public property CTI[RepCount:Integer]: TbsCTI_28 read GetCTI;

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

Public property BLG : TbsBLG_28 read GetBLG write SetBLG ;

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


Generated by PasDoc 0.14.0.