Class TbsAL1_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsAL1_231 = class(TbsHL7Segment)

Description

Patient allergy information segment 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 AllergyReactionRepCount : Integer;

Properties

Public property SetIDAL1 : TbsSI_231 read GetSetIDAL1 write SetSetIDAL1;
Public property AllergyType : TbsIS_231 read GetAllergyType write SetAllergyType;
Public property AllergyCodeMnemonicDescription : TbsCE_231 read GetAllergyCodeMnemonicDescription write SetAllergyCodeMnemonicDescription;
Public property AllergySeverity : TbsIS_231 read GetAllergySeverity write SetAllergySeverity;
Public property AllergyReaction[RepCount:Integer]: TbsST_231 read GetAllergyReaction write SetAllergyReaction;
Public property IdentificationDate : TbsDT_231 read GetIdentificationDate write SetIdentificationDate;

Description

Methods

Public function AllergyReactionRepCount : Integer;
 

Properties

Public property SetIDAL1 : TbsSI_231 read GetSetIDAL1 write SetSetIDAL1;

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

Public property AllergyType : TbsIS_231 read GetAllergyType write SetAllergyType;

Allergy Type, Min : 0, Max : 1

Public property AllergyCodeMnemonicDescription : TbsCE_231 read GetAllergyCodeMnemonicDescription write SetAllergyCodeMnemonicDescription;

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

Public property AllergySeverity : TbsIS_231 read GetAllergySeverity write SetAllergySeverity;

Allergy Severity, Min : 0, Max : 1

Public property AllergyReaction[RepCount:Integer]: TbsST_231 read GetAllergyReaction write SetAllergyReaction;

Allergy Reaction, Min : 0, Max : *

Public property IdentificationDate : TbsDT_231 read GetIdentificationDate write SetIdentificationDate;

Identification Date, Min : 0, Max : 1


Generated by PasDoc 0.14.0.