public class AL1 extends AbstractSegment
Represents an HL7 AL1 message segment (Patient allergy information). This segment has the following fields:
log
Constructor and Description |
---|
AL1(Group parent,
ModelClassFactory factory)
Creates a new AL1 segment
|
Modifier and Type | Method and Description |
---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
CE |
getAl11_SetIDAL1()
Returns
AL1-1: "Set ID - AL1" - creates it if necessary
|
CE |
getAl12_AllergenTypeCode()
Returns
AL1-2: "Allergen Type Code" - creates it if necessary
|
CE |
getAl13_AllergenCodeMnemonicDescription()
Returns
AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
|
CE |
getAl14_AllergySeverityCode()
Returns
AL1-4: "Allergy Severity Code" - creates it if necessary
|
ST[] |
getAl15_AllergyReactionCode()
Returns all repetitions of Allergy Reaction Code (AL1-5).
|
ST |
getAl15_AllergyReactionCode(int rep)
Returns a specific repetition of
AL1-5: "Allergy Reaction Code" - creates it if necessary
|
int |
getAl15_AllergyReactionCodeReps()
Returns a count of the current number of repetitions of Allergy Reaction Code (AL1-5).
|
DT |
getAl16_IdentificationDate()
Returns
AL1-6: "Identification Date" - creates it if necessary
|
CE |
getAllergenCodeMnemonicDescription()
Returns
AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
|
CE |
getAllergenTypeCode()
Returns
AL1-2: "Allergen Type Code" - creates it if necessary
|
ST[] |
getAllergyReactionCode()
Returns all repetitions of Allergy Reaction Code (AL1-5).
|
ST |
getAllergyReactionCode(int rep)
Returns a specific repetition of
AL1-5: "Allergy Reaction Code" - creates it if necessary
|
int |
getAllergyReactionCodeReps()
Returns a count of the current number of repetitions of Allergy Reaction Code (AL1-5).
|
CE |
getAllergySeverityCode()
Returns
AL1-4: "Allergy Severity Code" - creates it if necessary
|
DT |
getIdentificationDate()
Returns
AL1-6: "Identification Date" - creates it if necessary
|
CE |
getSetIDAL1()
Returns
AL1-1: "Set ID - AL1" - creates it if necessary
|
ST |
insertAl15_AllergyReactionCode(int rep)
Inserts a repetition of
AL1-5: "Allergy Reaction Code" at a specific index
|
ST |
insertAllergyReactionCode(int rep)
Inserts a repetition of
AL1-5: "Allergy Reaction Code" at a specific index
|
ST |
removeAl15_AllergyReactionCode(int rep)
Removes a repetition of
AL1-5: "Allergy Reaction Code" at a specific index
|
ST |
removeAllergyReactionCode(int rep)
Removes a repetition of
AL1-5: "Allergy Reaction Code" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetition
getMessage, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessage, getParent
public AL1(Group parent, ModelClassFactory factory)
public CE getSetIDAL1()
public CE getAl11_SetIDAL1()
public CE getAllergenTypeCode()
public CE getAl12_AllergenTypeCode()
public CE getAllergenCodeMnemonicDescription()
public CE getAl13_AllergenCodeMnemonicDescription()
public CE getAllergySeverityCode()
public CE getAl14_AllergySeverityCode()
public ST[] getAllergyReactionCode()
public ST[] getAl15_AllergyReactionCode()
public int getAllergyReactionCodeReps()
public ST getAllergyReactionCode(int rep)
rep
- The repetition index (0-indexed)public ST getAl15_AllergyReactionCode(int rep)
rep
- The repetition index (0-indexed)public int getAl15_AllergyReactionCodeReps()
public ST insertAllergyReactionCode(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public ST insertAl15_AllergyReactionCode(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public ST removeAllergyReactionCode(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public ST removeAl15_AllergyReactionCode(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public DT getIdentificationDate()
public DT getAl16_IdentificationDate()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection
in class AbstractSegment
Copyright © 2001–2017 University Health Network. All rights reserved.