Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsACC_251
Unit
BSHL7DT251
Declaration
type TbsACC_251 = class(TbsHL7Segment)
Description
Accident The ACC segment contains patient information relative to an accident in which the patient has been involved.
Hierarchy
Overview
Properties
Description
Properties
|
property AccidentDateTime : TbsTS_251 read GetAccidentDateTime write SetAccidentDateTime; |
Accident Date/Time, Min : 0, Max : 1
|
|
property AccidentCode : TbsCE_251 read GetAccidentCode write SetAccidentCode; |
Accident Code, Min : 0, Max : 1
|
|
property AccidentLocation : TbsST_251 read GetAccidentLocation write SetAccidentLocation; |
Accident Location, Min : 0, Max : 1
|
|
property AutoAccidentState : TbsCE_251 read GetAutoAccidentState write SetAutoAccidentState; |
Auto Accident State, Min : 0, Max : 1
|
|
property AccidentJobRelatedIndicator : TbsID_251 read GetAccidentJobRelatedIndicator write SetAccidentJobRelatedIndicator; |
Accident Job Related Indicator, Min : 0, Max : 1
|
|
property AccidentDeathIndicator : TbsID_251 read GetAccidentDeathIndicator write SetAccidentDeathIndicator; |
Accident Death Indicator, Min : 0, Max : 1
|
|
property EnteredBy : TbsXCN_251 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : 1
|
|
property AccidentDescription : TbsST_251 read GetAccidentDescription write SetAccidentDescription; |
Accident Description, Min : 0, Max : 1
|
|
property BroughtInBy : TbsST_251 read GetBroughtInBy write SetBroughtInBy; |
Brought In By, Min : 0, Max : 1
|
|
property PoliceNotifiedIndicator : TbsID_251 read GetPoliceNotifiedIndicator write SetPoliceNotifiedIndicator; |
Police Notified Indicator, Min : 0, Max : 1
|
|
property AccidentAddress : TbsXAD_251 read GetAccidentAddress write SetAccidentAddress; |
Accident Address, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|