Class TbsMFN_M16_MATERIAL_ITEM_RECORD_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsMFN_M16_MATERIAL_ITEM_RECORD_271 = class(TBSHL7Object)

Description

Represents the MATERIAL_ITEM_RECORD 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. MFE, required

  2. ITM, required

  3. NTE, optional repeating

  4. STERILIZATION, optional repeating

  5. PURCHASING_VENDOR, optional repeating

  6. MATERIAL_LOCATION, optional repeating

Hierarchy

Overview

Methods

Public function NTERepCount : Integer;
Public function STERILIZATIONRepCount : Integer;
Public function PURCHASING_VENDORRepCount : Integer;
Public function MATERIAL_LOCATIONRepCount : Integer;

Properties

Public property MFE : TbsMFE_271 read GetMFE write SetMFE ;
Public property ITM : TbsITM_271 read GetITM write SetITM ;
Public property NTE[RepCount:Integer]: TbsNTE_271 read GetNTE;
Public property STERILIZATION[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_STERILIZATION_271 read GetSTERILIZATION;
Public property PURCHASING_VENDOR[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_PURCHASING_VENDOR_271 read GetPURCHASING_VENDOR;
Public property MATERIAL_LOCATION[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_MATERIAL_LOCATION_271 read GetMATERIAL_LOCATION;

Description

Methods

Public function NTERepCount : Integer;
 
Public function STERILIZATIONRepCount : Integer;
 
Public function PURCHASING_VENDORRepCount : Integer;
 
Public function MATERIAL_LOCATIONRepCount : Integer;
 

Properties

Public property MFE : TbsMFE_271 read GetMFE write SetMFE ;

MFE, Usage : R, Min : 1, Max : 1

Public property ITM : TbsITM_271 read GetITM write SetITM ;

ITM, Usage : R, Min : 1, Max : 1

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

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

Public property STERILIZATION[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_STERILIZATION_271 read GetSTERILIZATION;

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

Public property PURCHASING_VENDOR[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_PURCHASING_VENDOR_271 read GetPURCHASING_VENDOR;

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

Public property MATERIAL_LOCATION[RepCount:Integer]: TbsMFN_M16_MATERIAL_ITEM_RECORD_MATERIAL_LOCATION_271 read GetMATERIAL_LOCATION;

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


Generated by PasDoc 0.14.0.