|
||||||||||
| 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.v231.segment.AL1
public class AL1
Represents an HL7 AL1 message segment (AL1 - patient allergy information segment). 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)
|
SI |
getAl11_SetIDAL1()
Returns AL1-1: "Set ID - AL1" - creates it if necessary |
IS |
getAl12_AllergyType()
Returns AL1-2: "Allergy Type" - creates it if necessary |
CE |
getAl13_AllergyCodeMnemonicDescription()
Returns AL1-3: "Allergy Code/Mnemonic/Description" - creates it if necessary |
IS |
getAl14_AllergySeverity()
Returns AL1-4: "Allergy Severity" - creates it if necessary |
ST |
getAl15_AllergyReaction(int rep)
Returns a specific repetition of AL1-5: "Allergy Reaction" - creates it if necessary |
int |
getAl15_AllergyReactionReps()
Returns a count of the current number of repetitions of Allergy Reaction (AL1-5). |
DT |
getAl16_IdentificationDate()
Returns AL1-6: "Identification Date" - creates it if necessary |
CE |
getAllergyCodeMnemonicDescription()
Returns AL1-3: "Allergy Code/Mnemonic/Description" - creates it if necessary |
ST[] |
getAllergyReaction()
Returns all repetitions of Allergy Reaction (AL1-5). |
ST |
getAllergyReaction(int rep)
Returns a specific repetition of AL1-5: "Allergy Reaction" - creates it if necessary |
int |
getAllergyReactionReps()
Returns a count of the current number of repetitions of Allergy Reaction (AL1-5). |
IS |
getAllergySeverity()
Returns AL1-4: "Allergy Severity" - creates it if necessary |
IS |
getAllergyType()
Returns AL1-2: "Allergy Type" - creates it if necessary |
DT |
getIdentificationDate()
Returns AL1-6: "Identification Date" - creates it if necessary |
SI |
getSetIDAL1()
Returns AL1-1: "Set ID - AL1" - creates it if necessary |
ST |
insertAl15_AllergyReaction(int rep)
Inserts a repetition of AL1-5: "Allergy Reaction" at a specific index |
ST |
insertAllergyReaction(int rep)
Inserts a repetition of AL1-5: "Allergy Reaction" at a specific index |
ST |
removeAl15_AllergyReaction(int rep)
Removes a repetition of AL1-5: "Allergy Reaction" at a specific index |
ST |
removeAllergyReaction(int rep)
Removes a repetition of AL1-5: "Allergy Reaction" 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 SI getSetIDAL1()
public SI getAl11_SetIDAL1()
public IS getAllergyType()
public IS getAl12_AllergyType()
public CE getAllergyCodeMnemonicDescription()
public CE getAl13_AllergyCodeMnemonicDescription()
public IS getAllergySeverity()
public IS getAl14_AllergySeverity()
public ST[] getAllergyReaction()
public int getAllergyReactionReps()
public ST getAllergyReaction(int rep)
rep - The repetition index (0-indexed)public ST getAl15_AllergyReaction(int rep)
rep - The repetition index (0-indexed)public int getAl15_AllergyReactionReps()
public ST insertAllergyReaction(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_AllergyReaction(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 removeAllergyReaction(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_AllergyReaction(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 | |||||||||