Class TbsAL1_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsAL1_251 = 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

Public function AllergyReactionCodeRepCount : Integer;

Properties

Public property SetIDAL1 : TbsSI_251 read GetSetIDAL1 write SetSetIDAL1;
Public property AllergenTypeCode : TbsCE_251 read GetAllergenTypeCode write SetAllergenTypeCode;
Public property AllergenCodeMnemonicDescription : TbsCE_251 read GetAllergenCodeMnemonicDescription write SetAllergenCodeMnemonicDescription;
Public property AllergySeverityCode : TbsCE_251 read GetAllergySeverityCode write SetAllergySeverityCode;
Public property AllergyReactionCode[RepCount:Integer]: TbsST_251 read GetAllergyReactionCode write SetAllergyReactionCode;
Public property IdentificationDate : TbsDT_251 read GetIdentificationDate write SetIdentificationDate;

Description

Methods

Public function AllergyReactionCodeRepCount : Integer;
 

Properties

Public property SetIDAL1 : TbsSI_251 read GetSetIDAL1 write SetSetIDAL1;

Set ID - AL1, Min : 1, Max : 1

Public property AllergenTypeCode : TbsCE_251 read GetAllergenTypeCode write SetAllergenTypeCode;

Allergen Type Code, Min : 0, Max : 1

Public property AllergenCodeMnemonicDescription : TbsCE_251 read GetAllergenCodeMnemonicDescription write SetAllergenCodeMnemonicDescription;

Allergen Code/Mnemonic/Description, Min : 1, Max : 1

Public property AllergySeverityCode : TbsCE_251 read GetAllergySeverityCode write SetAllergySeverityCode;

Allergy Severity Code, Min : 0, Max : 1

Public property AllergyReactionCode[RepCount:Integer]: TbsST_251 read GetAllergyReactionCode write SetAllergyReactionCode;

Allergy Reaction Code, Min : 0, Max : *

Public property IdentificationDate : TbsDT_251 read GetIdentificationDate write SetIdentificationDate;

Identification Date, Min : 0, Max : 1


Generated by PasDoc 0.14.0.