Class TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_26 = 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:

  1. PID, required

  2. ACC, optional repeating

  3. INSURANCE, required repeating

  4. DIAGNOSIS, optional repeating

  5. OBX, optional repeating

Hierarchy

Overview

Methods

Public function ACCRepCount : Integer;
Public function INSURANCERepCount : Integer;
Public function DIAGNOSISRepCount : Integer;
Public function OBXRepCount : Integer;

Properties

Public property PID : TbsPID_26 read GetPID write SetPID ;
Public property ACC[RepCount:Integer]: TbsACC_26 read GetACC;
Public property INSURANCE[RepCount:Integer]: TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_INSURANCE_26 read GetINSURANCE;
Public property DIAGNOSIS[RepCount:Integer]: TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_DIAGNOSIS_26 read GetDIAGNOSIS;
Public property OBX[RepCount:Integer]: TbsOBX_26 read GetOBX;

Description

Methods

Public function ACCRepCount : Integer;
 
Public function INSURANCERepCount : Integer;
 
Public function DIAGNOSISRepCount : Integer;
 
Public function OBXRepCount : Integer;
 

Properties

Public property PID : TbsPID_26 read GetPID write SetPID ;

PID, Usage : R, Min : 1, Max : 1

Public property ACC[RepCount:Integer]: TbsACC_26 read GetACC;

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

Public property INSURANCE[RepCount:Integer]: TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_INSURANCE_26 read GetINSURANCE;

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

Public property DIAGNOSIS[RepCount:Integer]: TbsEHC_E20_AUTHORIZATION_REQUEST_PAT_INFO_DIAGNOSIS_26 read GetDIAGNOSIS;

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

Public property OBX[RepCount:Integer]: TbsOBX_26 read GetOBX;

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


Generated by PasDoc 0.14.0.