|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.AL1
public class AL1
Represents an HL7 AL1 message segment (Patient allergy information). This segment has the following fields:
| Constructor Summary | |
|---|---|
AL1(Group parent,
ModelClassFactory factory)
Creates a new AL1 segment |
|
| Method Summary | |
|---|---|
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(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 |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment |
|---|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AL1(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
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 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||