Class TbsRGV_O15_ORDER_GIVE_24

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRGV_O15_ORDER_GIVE_24 = class(TBSHL7Object)

Description

Represents the GIVE 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. RXG, required

  2. RXR, required repeating

  3. RXC, optional repeating

  4. OBSERVATION, required repeating

Hierarchy

Overview

Methods

Public function RXRRepCount : Integer;
Public function RXCRepCount : Integer;
Public function OBSERVATIONRepCount : Integer;

Properties

Public property RXG : TbsRXG_24 read GetRXG write SetRXG ;
Public property RXR[RepCount:Integer]: TbsRXR_24 read GetRXR;
Public property RXC[RepCount:Integer]: TbsRXC_24 read GetRXC;
Public property OBSERVATION[RepCount:Integer]: TbsRGV_O15_ORDER_GIVE_OBSERVATION_24 read GetOBSERVATION;

Description

Methods

Public function RXRRepCount : Integer;
 
Public function RXCRepCount : Integer;
 
Public function OBSERVATIONRepCount : Integer;
 

Properties

Public property RXG : TbsRXG_24 read GetRXG write SetRXG ;

RXG, Usage : R, Min : 1, Max : 1

Public property RXR[RepCount:Integer]: TbsRXR_24 read GetRXR;

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

Public property RXC[RepCount:Integer]: TbsRXC_24 read GetRXC;

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

Public property OBSERVATION[RepCount:Integer]: TbsRGV_O15_ORDER_GIVE_OBSERVATION_24 read GetOBSERVATION;

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


Generated by PasDoc 0.14.0.