Class TbsAL1_25
Unit
BSHL7DT25
Declaration
type TbsAL1_25 = class(TbsHL7Segment)
Description
Patient Allergy Information The AL1 segment contains patient allergy information of various types. Most of this information will be derived from user-defined tables. Each AL1 segment describes a single patient allergy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function AllergyReactionCodeRepCount : Integer; |
|
Properties
|
property SetIDAL1 : TbsSI_25 read GetSetIDAL1 write SetSetIDAL1; |
Set ID - AL1, Min : 1, Max : 1
|
|
property AllergenTypeCode : TbsCE_25 read GetAllergenTypeCode write SetAllergenTypeCode; |
Allergen Type Code, Min : 0, Max : 1
|
|
property AllergenCodeMnemonicDescription : TbsCE_25 read GetAllergenCodeMnemonicDescription write SetAllergenCodeMnemonicDescription; |
Allergen Code/Mnemonic/Description, Min : 1, Max : 1
|
|
property AllergySeverityCode : TbsCE_25 read GetAllergySeverityCode write SetAllergySeverityCode; |
Allergy Severity Code, Min : 0, Max : 1
|
|
property AllergyReactionCode[RepCount:Integer]: TbsST_25 read GetAllergyReactionCode write SetAllergyReactionCode; |
Allergy Reaction Code, Min : 0, Max : *
|
|
property IdentificationDate : TbsDT_25 read GetIdentificationDate write SetIdentificationDate; |
Identification Date, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|