Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCCI_I22_271
Unit
BSHL7271
Declaration
type TbsCCI_I22_271 = class(TbsHL7Message)
Description
Represents a CCI_I22(Collaborative Care Information) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
MSA, required
ERR, optional repeating
PID, required
PD1, optional
NK1, optional repeating
INSURANCE, optional repeating
APPOINTMENT_HISTORY, optional repeating
CLINICAL_HISTORY, optional repeating
PATIENT_VISIT, required repeating
MEDICATION_HISTORY, optional repeating
PROBLEM, optional repeating
GOAL, optional repeating
PATHWAY, optional repeating
REL, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function ERRRepCount : Integer ; |
|
|
function NK1RepCount : Integer ; |
|
|
function INSURANCERepCount : Integer ; |
|
|
function APPOINTMENT_HISTORYRepCount : Integer ; |
|
|
function CLINICAL_HISTORYRepCount : Integer ; |
|
|
function PATIENT_VISITRepCount : Integer ; |
|
|
function MEDICATION_HISTORYRepCount : Integer ; |
|
|
function PROBLEMRepCount : Integer ; |
|
|
function GOALRepCount : Integer ; |
|
|
function PATHWAYRepCount : Integer ; |
|
|
function RELRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_271 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_271 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property MSA : TbsMSA_271 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR[RepCount:Integer]: TbsERR_271 read GetERR write SetERR; |
ERR, Usage : O, Min : 0, Max : *
|
|
property PID : TbsPID_271 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PD1 : TbsPD1_271 read GetPD1 write SetPD1; |
PD1, Min : 0, Max : 1
|
|
property NK1[RepCount:Integer]: TbsNK1_271 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property INSURANCE[RepCount:Integer]: TbsCCI_I22_INSURANCE_271 read GetINSURANCE write SetINSURANCE; |
INSURANCE, Usage : O, Min : 0, Max : *
|
|
property APPOINTMENT_HISTORY[RepCount:Integer]: TbsCCI_I22_APPOINTMENT_HISTORY_271 read GetAPPOINTMENT_HISTORY write SetAPPOINTMENT_HISTORY; |
APPOINTMENT_HISTORY, Usage : O, Min : 0, Max : *
|
|
property CLINICAL_HISTORY[RepCount:Integer]: TbsCCI_I22_CLINICAL_HISTORY_271 read GetCLINICAL_HISTORY write SetCLINICAL_HISTORY; |
CLINICAL_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PATIENT_VISIT[RepCount:Integer]: TbsCCI_I22_PATIENT_VISIT_271 read GetPATIENT_VISIT write SetPATIENT_VISIT; |
PATIENT_VISIT, Usage : R, Min : 1, Max : *
|
|
property MEDICATION_HISTORY[RepCount:Integer]: TbsCCI_I22_MEDICATION_HISTORY_271 read GetMEDICATION_HISTORY write SetMEDICATION_HISTORY; |
MEDICATION_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PROBLEM[RepCount:Integer]: TbsCCI_I22_PROBLEM_271 read GetPROBLEM write SetPROBLEM; |
PROBLEM, Usage : O, Min : 0, Max : *
|
|
property GOAL[RepCount:Integer]: TbsCCI_I22_GOAL_271 read GetGOAL write SetGOAL; |
GOAL, Usage : O, Min : 0, Max : *
|
|
property PATHWAY[RepCount:Integer]: TbsCCI_I22_PATHWAY_271 read GetPATHWAY write SetPATHWAY; |
PATHWAY, Usage : O, Min : 0, Max : *
|
|
property REL[RepCount:Integer]: TbsREL_271 read GetREL write SetREL; |
REL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|