Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCCM_I21_28
Unit
BSHL728
Declaration
type TbsCCM_I21_28 = class(TbsHL7Message)
Description
Represents a CCM_I21(Collaborative Care Message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
PID, required
PD1, optional
NK1, optional repeating
INSURANCE, optional repeating
APPOINTMENT_HISTORY, optional repeating
CLINICAL_HISTORY, optional repeating
PATIENT_VISITS, 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 NK1RepCount : Integer ; |
|
|
function INSURANCERepCount : Integer ; |
|
|
function APPOINTMENT_HISTORYRepCount : Integer ; |
|
|
function CLINICAL_HISTORYRepCount : Integer ; |
|
|
function PATIENT_VISITSRepCount : Integer ; |
|
|
function MEDICATION_HISTORYRepCount : Integer ; |
|
|
function PROBLEMRepCount : Integer ; |
|
|
function GOALRepCount : Integer ; |
|
|
function PATHWAYRepCount : Integer ; |
|
|
function RELRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_28 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_28 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property PID : TbsPID_28 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PD1 : TbsPD1_28 read GetPD1 write SetPD1; |
PD1, Min : 0, Max : 1
|
|
property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property INSURANCE[RepCount:Integer]: TbsCCM_I21_INSURANCE_28 read GetINSURANCE write SetINSURANCE; |
INSURANCE, Usage : O, Min : 0, Max : *
|
|
property APPOINTMENT_HISTORY[RepCount:Integer]: TbsCCM_I21_APPOINTMENT_HISTORY_28 read GetAPPOINTMENT_HISTORY write SetAPPOINTMENT_HISTORY; |
APPOINTMENT_HISTORY, Usage : O, Min : 0, Max : *
|
|
property CLINICAL_HISTORY[RepCount:Integer]: TbsCCM_I21_CLINICAL_HISTORY_28 read GetCLINICAL_HISTORY write SetCLINICAL_HISTORY; |
CLINICAL_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PATIENT_VISITS[RepCount:Integer]: TbsCCM_I21_PATIENT_VISITS_28 read GetPATIENT_VISITS write SetPATIENT_VISITS; |
PATIENT_VISITS, Usage : R, Min : 1, Max : *
|
|
property MEDICATION_HISTORY[RepCount:Integer]: TbsCCM_I21_MEDICATION_HISTORY_28 read GetMEDICATION_HISTORY write SetMEDICATION_HISTORY; |
MEDICATION_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PROBLEM[RepCount:Integer]: TbsCCM_I21_PROBLEM_28 read GetPROBLEM write SetPROBLEM; |
PROBLEM, Usage : O, Min : 0, Max : *
|
|
property GOAL[RepCount:Integer]: TbsCCM_I21_GOAL_28 read GetGOAL write SetGOAL; |
GOAL, Usage : O, Min : 0, Max : *
|
|
property PATHWAY[RepCount:Integer]: TbsCCM_I21_PATHWAY_28 read GetPATHWAY write SetPATHWAY; |
PATHWAY, Usage : O, Min : 0, Max : *
|
|
property REL[RepCount:Integer]: TbsREL_28 read GetREL write SetREL; |
REL, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|