Class TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_27
Unit
BSHL7Grp27
Declaration
type TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_27 = class(TBSHL7Object)
Description
Represents the PAT_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:
PID, required
ACC, optional repeating
INSURANCE, required repeating
DIAGNOSIS, optional repeating
OBX, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ACCRepCount : Integer; |
|
|
function INSURANCERepCount : Integer; |
|
|
function DIAGNOSISRepCount : Integer; |
|
|
function OBXRepCount : Integer; |
|
Properties
|
property PID : TbsPID_27 read GetPID write SetPID ; |
PID, Usage : R, Min : 1, Max : 1
|
|
property ACC[RepCount:Integer]: TbsACC_27 read GetACC; |
ACC, Usage : O, Min : 0, Max : *
|
|
property OBX[RepCount:Integer]: TbsOBX_27 read GetOBX; |
OBX, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|