Class TbsEHC_E20_AUTHORIZATION_REQUEST_PSL_ITEM_INFO_26
Unit
BSHL7Grp26
Declaration
type TbsEHC_E20_AUTHORIZATION_REQUEST_PSL_ITEM_INFO_26 = class(TBSHL7Object)
Description
Represents the PSL_ITEM_INFO 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:
PSL, required
NTE, optional repeating
ADJ, optional repeating
LOC, optional repeating
ROL, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NTERepCount : Integer; |
|
|
function ADJRepCount : Integer; |
|
|
function LOCRepCount : Integer; |
|
|
function ROLRepCount : Integer; |
|
Properties
|
property PSL : TbsPSL_26 read GetPSL write SetPSL ; |
PSL, Usage : R, Min : 1, Max : 1
|
|
property NTE[RepCount:Integer]: TbsNTE_26 read GetNTE; |
NTE, Usage : O, Min : 0, Max : *
|
|
property ADJ[RepCount:Integer]: TbsADJ_26 read GetADJ; |
ADJ, Usage : O, Min : 0, Max : *
|
|
property LOC[RepCount:Integer]: TbsLOC_26 read GetLOC; |
LOC, Usage : O, Min : 0, Max : *
|
|
property ROL[RepCount:Integer]: TbsROL_26 read GetROL; |
ROL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|