public class LAN extends AbstractSegment
Represents an HL7 LAN message segment (Language Detail). This segment has the following fields:
log
Constructor and Description |
---|
LAN(Group parent,
ModelClassFactory factory)
Creates a new LAN segment
|
Modifier and Type | Method and Description |
---|---|
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()
Returns all repetitions of Language Ability Code (LAN-3).
|
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
|
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 LAN(Group parent, ModelClassFactory factory)
public SI getSetIDLAN()
public SI getLan1_SetIDLAN()
public CE getLanguageCode()
public CE getLan2_LanguageCode()
public CE[] getLanguageAbilityCode()
public CE[] getLan3_LanguageAbilityCode()
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
Copyright © 2001–2017 University Health Network. All rights reserved.