|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.XTN
public class XTN
Represents an HL7 XTN (extended telecommunication number) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
XTN(Message message)
Creates a new XTN type |
|
| Method Summary | |
|---|---|
TN |
get9999999X99999CAnyText()
Returns [(999)] 999-9999 [X99999][C any text] (component #1). |
ST |
getAnyText()
Returns any text (component #9). |
NM |
getAreaCityCode()
Returns Area/city code (component #6). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
NM |
getCountryCode()
Returns Country Code (component #5). |
ST |
getEmailAddress()
Returns Email address (component #4). |
NM |
getExtension()
Returns Extension (component #8). |
NM |
getPhoneNumber()
Returns Phone number (component #7). |
ID |
getTelecommunicationEquipmentType()
Returns telecommunication equipment type (ID) (component #3). |
ID |
getTelecommunicationUseCode()
Returns telecommunication use code (component #2). |
TN |
getXtn1_9999999X99999CAnyText()
Returns [(999)] 999-9999 [X99999][C any text] (component #1). |
ID |
getXtn2_TelecommunicationUseCode()
Returns telecommunication use code (component #2). |
ID |
getXtn3_TelecommunicationEquipmentType()
Returns telecommunication equipment type (ID) (component #3). |
ST |
getXtn4_EmailAddress()
Returns Email address (component #4). |
NM |
getXtn5_CountryCode()
Returns Country Code (component #5). |
NM |
getXtn6_AreaCityCode()
Returns Area/city code (component #6). |
NM |
getXtn7_PhoneNumber()
Returns Phone number (component #7). |
NM |
getXtn8_Extension()
Returns Extension (component #8). |
ST |
getXtn9_AnyText()
Returns any text (component #9). |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public XTN(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - The component number (0-indexed)
DataTypeException - if the given element number is out of range.public TN get9999999X99999CAnyText()
public TN getXtn1_9999999X99999CAnyText()
public ID getTelecommunicationUseCode()
public ID getXtn2_TelecommunicationUseCode()
public ID getTelecommunicationEquipmentType()
public ID getXtn3_TelecommunicationEquipmentType()
public ST getEmailAddress()
public ST getXtn4_EmailAddress()
public NM getCountryCode()
public NM getXtn5_CountryCode()
public NM getAreaCityCode()
public NM getXtn6_AreaCityCode()
public NM getPhoneNumber()
public NM getXtn7_PhoneNumber()
public NM getExtension()
public NM getXtn8_Extension()
public ST getAnyText()
public ST getXtn9_AnyText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||