Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsCCR_I16_271
Unit
BSHL7271
Declaration
type TbsCCR_I16_271 = class(TbsHL7Message)
Description
Represents a CCR_I16(Collaborative Care Referral) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
RF1, required repeating
PROVIDER_CONTACT, required repeating
CLINICAL_ORDER, optional repeating
PATIENT, required repeating
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 RF1RepCount : Integer ; |
|
|
function PROVIDER_CONTACTRepCount : Integer ; |
|
|
function CLINICAL_ORDERRepCount : Integer ; |
|
|
function PATIENTRepCount : 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_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 RF1[RepCount:Integer]: TbsRF1_271 read GetRF1 write SetRF1; |
RF1, Usage : R, Min : 1, Max : *
|
|
property PROVIDER_CONTACT[RepCount:Integer]: TbsCCR_I16_PROVIDER_CONTACT_271 read GetPROVIDER_CONTACT write SetPROVIDER_CONTACT; |
PROVIDER_CONTACT, Usage : R, Min : 1, Max : *
|
|
property CLINICAL_ORDER[RepCount:Integer]: TbsCCR_I16_CLINICAL_ORDER_271 read GetCLINICAL_ORDER write SetCLINICAL_ORDER; |
CLINICAL_ORDER, Usage : O, Min : 0, Max : *
|
|
property PATIENT[RepCount:Integer]: TbsCCR_I16_PATIENT_271 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
|
property NK1[RepCount:Integer]: TbsNK1_271 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property INSURANCE[RepCount:Integer]: TbsCCR_I16_INSURANCE_271 read GetINSURANCE write SetINSURANCE; |
INSURANCE, Usage : O, Min : 0, Max : *
|
|
property APPOINTMENT_HISTORY[RepCount:Integer]: TbsCCR_I16_APPOINTMENT_HISTORY_271 read GetAPPOINTMENT_HISTORY write SetAPPOINTMENT_HISTORY; |
APPOINTMENT_HISTORY, Usage : O, Min : 0, Max : *
|
|
property CLINICAL_HISTORY[RepCount:Integer]: TbsCCR_I16_CLINICAL_HISTORY_271 read GetCLINICAL_HISTORY write SetCLINICAL_HISTORY; |
CLINICAL_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PATIENT_VISITS[RepCount:Integer]: TbsCCR_I16_PATIENT_VISITS_271 read GetPATIENT_VISITS write SetPATIENT_VISITS; |
PATIENT_VISITS, Usage : R, Min : 1, Max : *
|
|
property MEDICATION_HISTORY[RepCount:Integer]: TbsCCR_I16_MEDICATION_HISTORY_271 read GetMEDICATION_HISTORY write SetMEDICATION_HISTORY; |
MEDICATION_HISTORY, Usage : O, Min : 0, Max : *
|
|
property PROBLEM[RepCount:Integer]: TbsCCR_I16_PROBLEM_271 read GetPROBLEM write SetPROBLEM; |
PROBLEM, Usage : O, Min : 0, Max : *
|
|
property GOAL[RepCount:Integer]: TbsCCR_I16_GOAL_271 read GetGOAL write SetGOAL; |
GOAL, Usage : O, Min : 0, Max : *
|
|
property PATHWAY[RepCount:Integer]: TbsCCR_I16_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.
|