|
||||||||||
| 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.XAD
public class XAD
Represents an HL7 XAD (extended address) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
XAD(Message message)
Creates a new XAD type |
|
| Method Summary | |
|---|---|
ID |
getAddressRepresentationCode()
Returns address representation code (component #11). |
ID |
getAddressType()
Returns address type (component #7). |
DR |
getAddressValidityRange()
Returns address validity range (component #12). |
IS |
getCensusTract()
Returns census tract (component #10). |
ST |
getCity()
Returns city (component #3). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
ID |
getCountry()
Returns country (component #6). |
IS |
getCountyParishCode()
Returns county/parish code (component #9). |
ST |
getOtherDesignation()
Returns other designation (component #2). |
ST |
getOtherGeographicDesignation()
Returns other geographic designation (component #8). |
ST |
getStateOrProvince()
Returns state or province (component #4). |
SAD |
getStreetAddress()
Returns street address (SAD) (component #1). |
SAD |
getXad1_StreetAddress()
Returns street address (SAD) (component #1). |
IS |
getXad10_CensusTract()
Returns census tract (component #10). |
ID |
getXad11_AddressRepresentationCode()
Returns address representation code (component #11). |
DR |
getXad12_AddressValidityRange()
Returns address validity range (component #12). |
ST |
getXad2_OtherDesignation()
Returns other designation (component #2). |
ST |
getXad3_City()
Returns city (component #3). |
ST |
getXad4_StateOrProvince()
Returns state or province (component #4). |
ST |
getXad5_ZipOrPostalCode()
Returns zip or postal code (component #5). |
ID |
getXad6_Country()
Returns country (component #6). |
ID |
getXad7_AddressType()
Returns address type (component #7). |
ST |
getXad8_OtherGeographicDesignation()
Returns other geographic designation (component #8). |
IS |
getXad9_CountyParishCode()
Returns county/parish code (component #9). |
ST |
getZipOrPostalCode()
Returns zip or postal code (component #5). |
| 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 XAD(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 SAD getStreetAddress()
public SAD getXad1_StreetAddress()
public ST getOtherDesignation()
public ST getXad2_OtherDesignation()
public ST getCity()
public ST getXad3_City()
public ST getStateOrProvince()
public ST getXad4_StateOrProvince()
public ST getZipOrPostalCode()
public ST getXad5_ZipOrPostalCode()
public ID getCountry()
public ID getXad6_Country()
public ID getAddressType()
public ID getXad7_AddressType()
public ST getOtherGeographicDesignation()
public ST getXad8_OtherGeographicDesignation()
public IS getCountyParishCode()
public IS getXad9_CountyParishCode()
public IS getCensusTract()
public IS getXad10_CensusTract()
public ID getAddressRepresentationCode()
public ID getXad11_AddressRepresentationCode()
public DR getAddressValidityRange()
public DR getXad12_AddressValidityRange()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||