Class TbsDOC_T12_RESULT_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsDOC_T12_RESULT_23 = class(TBSHL7Object)

Description

Represents the RESULT 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. EVN, optional

  2. PID, required

  3. PV1, required

  4. TXA, required

  5. OBX, optional repeating

Hierarchy

Overview

Methods

Public function OBXRepCount : Integer;

Properties

Public property EVN : TbsEVN_23 read GetEVN write SetEVN ;
Public property PID : TbsPID_23 read GetPID write SetPID ;
Public property PV1 : TbsPV1_23 read GetPV1 write SetPV1 ;
Public property TXA : TbsTXA_23 read GetTXA write SetTXA ;
Public property OBX[RepCount:Integer]: TbsOBX_23 read GetOBX;

Description

Methods

Public function OBXRepCount : Integer;
 

Properties

Public property EVN : TbsEVN_23 read GetEVN write SetEVN ;

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

Public property PID : TbsPID_23 read GetPID write SetPID ;

PID, Usage : R, Min : 1, Max : 1

Public property PV1 : TbsPV1_23 read GetPV1 write SetPV1 ;

PV1, Usage : R, Min : 1, Max : 1

Public property TXA : TbsTXA_23 read GetTXA write SetTXA ;

TXA, Usage : R, Min : 1, Max : 1

Public property OBX[RepCount:Integer]: TbsOBX_23 read GetOBX;

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


Generated by PasDoc 0.14.0.