Class TbsPDA_24
Unit
BSHL7DT24
Declaration
type TbsPDA_24 = class(TbsHL7Segment)
Description
Patient death and autopsy This segment carries information on a patient’s death and possible autopsy.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function DeathCauseCodeRepCount : Integer; |
|
Properties
 |
property DeathCauseCode[RepCount:Integer]: TbsCE_24 read GetDeathCauseCode write SetDeathCauseCode; |
Death Cause Code, Min : 0, Max : *
|
 |
property DeathLocation : TbsPL_24 read GetDeathLocation write SetDeathLocation; |
Death Location, Min : 0, Max : 1
|
 |
property DeathCertifiedIndicator : TbsID_24 read GetDeathCertifiedIndicator write SetDeathCertifiedIndicator; |
Death Certified Indicator, Min : 0, Max : 1
|
 |
property DeathCertificateSignedDateTime : TbsTS_24 read GetDeathCertificateSignedDateTime write SetDeathCertificateSignedDateTime; |
Death Certificate Signed Date/Time, Min : 0, Max : 1
|
 |
property DeathCertifiedBy : TbsXCN_24 read GetDeathCertifiedBy write SetDeathCertifiedBy; |
Death Certified By, Min : 0, Max : 1
|
 |
property AutopsyIndicator : TbsID_24 read GetAutopsyIndicator write SetAutopsyIndicator; |
Autopsy Indicator, Min : 0, Max : 1
|
 |
property AutopsyStartandEndDateTime : TbsDR_24 read GetAutopsyStartandEndDateTime write SetAutopsyStartandEndDateTime; |
Autopsy Start and End Date/Time, Min : 0, Max : 1
|
 |
property AutopsyPerformedBy : TbsXCN_24 read GetAutopsyPerformedBy write SetAutopsyPerformedBy; |
Autopsy Performed By, Min : 0, Max : 1
|
 |
property CoronerIndicator : TbsID_24 read GetCoronerIndicator write SetCoronerIndicator; |
Coroner Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|