Class TbsRSP_Z90_QUERY_RESPONSE_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRSP_Z90_QUERY_RESPONSE_251 = class(TBSHL7Object)

Description

Represents the QUERY_RESPONSE 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. PATIENT, optional

  2. COMMON ORDER, required repeating

  3. SPECIMEN, optional repeating

Hierarchy

Overview

Methods

Public function COMMON_ORDERRepCount : Integer;
Public function SPECIMENRepCount : Integer;

Properties

Public property PATIENT : TbsRSP_Z90_QUERY_RESPONSE_PATIENT_251 read GetPATIENT;
Public property COMMON_ORDER[RepCount:Integer]: TbsRSP_Z90_QUERY_RESPONSE_COMMON_ORDER_251 read GetCOMMON_ORDER;
Public property SPECIMEN[RepCount:Integer]: TbsRSP_Z90_QUERY_RESPONSE_SPECIMEN_251 read GetSPECIMEN;

Description

Methods

Public function COMMON_ORDERRepCount : Integer;
 
Public function SPECIMENRepCount : Integer;
 

Properties

Public property PATIENT : TbsRSP_Z90_QUERY_RESPONSE_PATIENT_251 read GetPATIENT;

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

Public property COMMON_ORDER[RepCount:Integer]: TbsRSP_Z90_QUERY_RESPONSE_COMMON_ORDER_251 read GetCOMMON_ORDER;

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

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

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


Generated by PasDoc 0.14.0.