Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsACC_24
Unit
BSHL7DT24
Declaration
type TbsACC_24 = 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_24 read GetAccidentDateTime write SetAccidentDateTime; |
Accident Date/Time, Min : 0, Max : 1
|
|
property AccidentCode : TbsCE_24 read GetAccidentCode write SetAccidentCode; |
Accident Code, Min : 0, Max : 1
|
|
property AccidentLocation : TbsST_24 read GetAccidentLocation write SetAccidentLocation; |
Accident Location, Min : 0, Max : 1
|
|
property AutoAccidentState : TbsCE_24 read GetAutoAccidentState write SetAutoAccidentState; |
Auto Accident State, Min : 0, Max : 1
|
|
property AccidentJobRelatedIndicator : TbsID_24 read GetAccidentJobRelatedIndicator write SetAccidentJobRelatedIndicator; |
Accident Job Related Indicator, Min : 0, Max : 1
|
|
property AccidentDeathIndicator : TbsID_24 read GetAccidentDeathIndicator write SetAccidentDeathIndicator; |
Accident Death Indicator, Min : 0, Max : 1
|
|
property EnteredBy : TbsXCN_24 read GetEnteredBy write SetEnteredBy; |
Entered By, Min : 0, Max : 1
|
|
property AccidentDescription : TbsST_24 read GetAccidentDescription write SetAccidentDescription; |
Accident Description, Min : 0, Max : 1
|
|
property BroughtInBy : TbsST_24 read GetBroughtInBy write SetBroughtInBy; |
Brought In By, Min : 0, Max : 1
|
|
property PoliceNotifiedIndicator : TbsID_24 read GetPoliceNotifiedIndicator write SetPoliceNotifiedIndicator; |
Police Notified Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|