Class TbsEHC_E01_INVOICE_INFORMATION_PRODUCT_SERVICE_SECTION_PRODUCT_SERVICE_GROUP_PATIENT_INFO_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsEHC_E01_INVOICE_INFORMATION_PRODUCT_SERVICE_SECTION_PRODUCT_SERVICE_GROUP_PATIENT_INFO_26 = class(TBSHL7Object)

Description

Represents the PATIENT_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. PV1, optional

  3. PV2, optional

  4. ACC, optional repeating

  5. INSURANCE, required repeating

  6. DIAGNOSIS, optional repeating

  7. 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 PV1 : TbsPV1_26 read GetPV1 write SetPV1 ;
Public property PV2 : TbsPV2_26 read GetPV2 write SetPV2 ;
Public property ACC[RepCount:Integer]: TbsACC_26 read GetACC;
Public property INSURANCE[RepCount:Integer]: TbsEHC_E01_INVOICE_INFORMATION_PRODUCT_SERVICE_SECTION_PRODUCT_SERVICE_GROUP_PATIENT_INFO_INSURANCE_26 read GetINSURANCE;
Public property DIAGNOSIS[RepCount:Integer]: TbsEHC_E01_INVOICE_INFORMATION_PRODUCT_SERVICE_SECTION_PRODUCT_SERVICE_GROUP_PATIENT_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 PV1 : TbsPV1_26 read GetPV1 write SetPV1 ;

PV1, Usage : O, Min : 0, Max : 1

Public property PV2 : TbsPV2_26 read GetPV2 write SetPV2 ;

PV2, Usage : O, Min : 0, Max : 1

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

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

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

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

Public property DIAGNOSIS[RepCount:Integer]: TbsEHC_E01_INVOICE_INFORMATION_PRODUCT_SERVICE_SECTION_PRODUCT_SERVICE_GROUP_PATIENT_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.