Class TbsORM_O01_ORDER_ORDER_DETAIL_22

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsORM_O01_ORDER_ORDER_DETAIL_22 = class(TBSHL7Object)

Description

Represents the ORDER_DETAIL 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. ORDER DETAIL SEGMENT, required

  2. NTE, optional repeating

  3. OBSERVATION, optional repeating

Hierarchy

Overview

Methods

Public function NTERepCount : Integer;
Public function OBSERVATIONRepCount : Integer;

Properties

Public property ORDER_DETAIL_SEGMENT : TbsORM_O01_ORDER_ORDER_DETAIL_ORDER_DETAIL_SEGMENT_22 read GetORDER_DETAIL_SEGMENT;
Public property NTE[RepCount:Integer]: TbsNTE_22 read GetNTE;
Public property OBSERVATION[RepCount:Integer]: TbsORM_O01_ORDER_ORDER_DETAIL_OBSERVATION_22 read GetOBSERVATION;

Description

Methods

Public function NTERepCount : Integer;
 
Public function OBSERVATIONRepCount : Integer;
 

Properties

Public property ORDER_DETAIL_SEGMENT : TbsORM_O01_ORDER_ORDER_DETAIL_ORDER_DETAIL_SEGMENT_22 read GetORDER_DETAIL_SEGMENT;

ORDER_DETAIL_SEGMENT, Usage : R, Min : 1, Max : 1

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

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

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

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


Generated by PasDoc 0.14.0.