Class TbsSUR_P09_FACILITY_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsSUR_P09_FACILITY_23 = class(TBSHL7Object)

Description

Represents the FACILITY 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. FAC, required

  2. PRODUCT, required repeating

  3. PSH, required

  4. FACILITY DETAIL, required repeating

Hierarchy

Overview

Methods

Public function PRODUCTRepCount : Integer;
Public function FACILITY_DETAILRepCount : Integer;

Properties

Public property FAC : TbsFAC_23 read GetFAC write SetFAC ;
Public property PRODUCT[RepCount:Integer]: TbsSUR_P09_FACILITY_PRODUCT_23 read GetPRODUCT;
Public property PSH : TbsPSH_23 read GetPSH write SetPSH ;
Public property FACILITY_DETAIL[RepCount:Integer]: TbsSUR_P09_FACILITY_FACILITY_DETAIL_23 read GetFACILITY_DETAIL;

Description

Methods

Public function PRODUCTRepCount : Integer;
 
Public function FACILITY_DETAILRepCount : Integer;
 

Properties

Public property FAC : TbsFAC_23 read GetFAC write SetFAC ;

FAC, Usage : R, Min : 1, Max : 1

Public property PRODUCT[RepCount:Integer]: TbsSUR_P09_FACILITY_PRODUCT_23 read GetPRODUCT;

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

Public property PSH : TbsPSH_23 read GetPSH write SetPSH ;

PSH, Usage : R, Min : 1, Max : 1

Public property FACILITY_DETAIL[RepCount:Integer]: TbsSUR_P09_FACILITY_FACILITY_DETAIL_23 read GetFACILITY_DETAIL;

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


Generated by PasDoc 0.14.0.