Package ca.uhn.hl7v2.model.v22.segment
Class AL1
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.AL1
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 AL1 message segment (PATIENT ALLERGY INFORMATION). This segment has the following fields:
- AL1-1: Set ID - Allergy (SI)
- AL1-2: Allergy Type (ID) optional
- AL1-3: Allergy code / mnemonic / description (CE)
- AL1-4: Allergy Severity (ID) optional
- AL1-5: Allergy Reaction (ST) optional
- AL1-6: Identification Date (DT) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns AL1-1: "Set ID - Allergy" - creates it if necessaryReturns AL1-2: "Allergy Type" - creates it if necessaryReturns AL1-3: "Allergy code / mnemonic / description" - creates it if necessaryReturns AL1-4: "Allergy Severity" - creates it if necessaryReturns AL1-5: "Allergy Reaction" - creates it if necessaryReturns AL1-6: "Identification Date" - creates it if necessaryReturns AL1-3: "Allergy code / mnemonic / description" - creates it if necessaryReturns AL1-5: "Allergy Reaction" - creates it if necessaryReturns AL1-4: "Allergy Severity" - creates it if necessaryReturns AL1-2: "Allergy Type" - creates it if necessaryReturns AL1-6: "Identification Date" - creates it if necessaryReturns AL1-1: "Set ID - Allergy" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
AL1
Creates a new AL1 segment
-
-
Method Details
-
getSetIDAllergy
Returns AL1-1: "Set ID - Allergy" - creates it if necessary -
getAl11_SetIDAllergy
Returns AL1-1: "Set ID - Allergy" - creates it if necessary -
getAllergyType
Returns AL1-2: "Allergy Type" - creates it if necessary -
getAl12_AllergyType
Returns AL1-2: "Allergy Type" - creates it if necessary -
getAllergyCodeMnemonicDescription
Returns AL1-3: "Allergy code / mnemonic / description" - creates it if necessary -
getAl13_AllergyCodeMnemonicDescription
Returns AL1-3: "Allergy code / mnemonic / description" - creates it if necessary -
getAllergySeverity
Returns AL1-4: "Allergy Severity" - creates it if necessary -
getAl14_AllergySeverity
Returns AL1-4: "Allergy Severity" - creates it if necessary -
getAllergyReaction
Returns AL1-5: "Allergy Reaction" - creates it if necessary -
getAl15_AllergyReaction
Returns AL1-5: "Allergy Reaction" - creates it if necessary -
getIdentificationDate
Returns AL1-6: "Identification Date" - creates it if necessary -
getAl16_IdentificationDate
Returns AL1-6: "Identification Date" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-