Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsACC_28
Unit
BSHL7DT28
Declaration
type TbsACC_28 = class(TbsHL7Segment)
Description
Accident The ACC segment contains patient information relative to an accident in which the patient has been involved.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function AccidentIdentifierRepCount : Integer; |
|
Properties
|
property AccidentDateTime : TbsDTM_28 read GetAccidentDateTime write SetAccidentDateTime; |
Accident Date/Time, Min : 0, Max : 1
|
|
property AccidentCode : TbsCWE_28 read GetAccidentCode write SetAccidentCode; |
Accident Code, Min : 0, Max : 1
|
|
property AccidentLocation : TbsST_28 read GetAccidentLocation write SetAccidentLocation; |
Accident Location, Min : 0, Max : 1
|
|
property AutoAccidentState : TbsCWE_28 read GetAutoAccidentState write SetAutoAccidentState; |
Auto Accident State, Min : 0, Max : 1
|
|
property AccidentJobRelatedIndicator : TbsID_28 read GetAccidentJobRelatedIndicator write SetAccidentJobRelatedIndicator; |
Accident Job Related Indicator, Min : 0, Max : 1
|
|
property AccidentDeathIndicator : TbsID_28 read GetAccidentDeathIndicator write SetAccidentDeathIndicator; |
Accident Death Indicator, Min : 0, Max : 1
|
|
property EnteredBy : TbsXCN_28 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : 1
|
|
property AccidentDescription : TbsST_28 read GetAccidentDescription write SetAccidentDescription; |
Accident Description, Min : 0, Max : 1
|
|
property BroughtInBy : TbsST_28 read GetBroughtInBy write SetBroughtInBy; |
Brought In By, Min : 0, Max : 1
|
|
property PoliceNotifiedIndicator : TbsID_28 read GetPoliceNotifiedIndicator write SetPoliceNotifiedIndicator; |
Police Notified Indicator, Min : 0, Max : 1
|
|
property AccidentAddress : TbsXAD_28 read GetAccidentAddress write SetAccidentAddress; |
Accident Address, Min : 0, Max : 1
|
|
property DegreeOfPatientLiability : TbsNM_28 read GetDegreeOfPatientLiability write SetDegreeOfPatientLiability; |
Degree Of Patient Liability, Min : 0, Max : 1
|
|
property AccidentIdentifier[RepCount:Integer]: TbsEI_28 read GetAccidentIdentifier write SetAccidentIdentifier; |
Accident Identifier, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|