Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsEHC_E20_AUTHORIZATION_REQUEST_26
Unit
BSHL7Grp26
Declaration
type TbsEHC_E20_AUTHORIZATION_REQUEST_26 = class(TBSHL7Object)
Description
Represents the AUTHORIZATION_REQUEST 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:
IVC, required
CTD, required repeating
LOC, optional repeating
ROL, optional repeating
PAT INFO, required repeating
PSL ITEM INFO, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function CTDRepCount : Integer; |
|
|
function LOCRepCount : Integer; |
|
|
function ROLRepCount : Integer; |
|
|
function PAT_INFORepCount : Integer; |
|
|
function PSL_ITEM_INFORepCount : Integer; |
|
Properties
|
property IVC : TbsIVC_26 read GetIVC write SetIVC ; |
IVC, Usage : R, Min : 1, Max : 1
|
|
property CTD[RepCount:Integer]: TbsCTD_26 read GetCTD; |
CTD, Usage : R, Min : 1, 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.
|