|
||||||||||
| 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.LAN
public class LAN
Represents an HL7 LAN message segment (Language Detail). This segment has the following fields:
| Constructor Summary | |
|---|---|
LAN(Group parent,
ModelClassFactory factory)
Creates a new LAN segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
SI |
getLan1_SetIDLAN()
Returns LAN-1: "Set ID - LAN" - creates it if necessary |
CE |
getLan2_LanguageCode()
Returns LAN-2: "Language Code" - creates it if necessary |
CE |
getLan3_LanguageAbilityCode(int rep)
Returns a specific repetition of LAN-3: "Language Ability Code" - creates it if necessary |
int |
getLan3_LanguageAbilityCodeReps()
Returns a count of the current number of repetitions of Language Ability Code (LAN-3). |
CE |
getLan4_LanguageProficiencyCode()
Returns LAN-4: "Language Proficiency Code" - creates it if necessary |
CE[] |
getLanguageAbilityCode()
Returns all repetitions of Language Ability Code (LAN-3). |
CE |
getLanguageAbilityCode(int rep)
Returns a specific repetition of LAN-3: "Language Ability Code" - creates it if necessary |
int |
getLanguageAbilityCodeReps()
Returns a count of the current number of repetitions of Language Ability Code (LAN-3). |
CE |
getLanguageCode()
Returns LAN-2: "Language Code" - creates it if necessary |
CE |
getLanguageProficiencyCode()
Returns LAN-4: "Language Proficiency Code" - creates it if necessary |
SI |
getSetIDLAN()
Returns LAN-1: "Set ID - LAN" - creates it if necessary |
CE |
insertLan3_LanguageAbilityCode(int rep)
Inserts a repetition of LAN-3: "Language Ability Code" at a specific index |
CE |
insertLanguageAbilityCode(int rep)
Inserts a repetition of LAN-3: "Language Ability Code" at a specific index |
CE |
removeLan3_LanguageAbilityCode(int rep)
Removes a repetition of LAN-3: "Language Ability Code" at a specific index |
CE |
removeLanguageAbilityCode(int rep)
Removes a repetition of LAN-3: "Language Ability 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 LAN(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public SI getSetIDLAN()
public SI getLan1_SetIDLAN()
public CE getLanguageCode()
public CE getLan2_LanguageCode()
public CE[] getLanguageAbilityCode()
public int getLanguageAbilityCodeReps()
public CE getLanguageAbilityCode(int rep)
rep - The repetition index (0-indexed)public CE getLan3_LanguageAbilityCode(int rep)
rep - The repetition index (0-indexed)public int getLan3_LanguageAbilityCodeReps()
public CE insertLanguageAbilityCode(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 CE insertLan3_LanguageAbilityCode(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 CE removeLanguageAbilityCode(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 CE removeLan3_LanguageAbilityCode(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 CE getLanguageProficiencyCode()
public CE getLan4_LanguageProficiencyCode()
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 | |||||||||