|
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.merge.HL7.HL7Field
com.merge.HL7.v231.fields.HL7FieldAD
public class HL7FieldAD
This data type specifies the address of a person, place or organization.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.merge.HL7.HL7Field |
|---|
HL7Field.FieldFormatter |
| Field Summary |
|---|
| Fields inherited from class com.merge.HL7.HL7Field |
|---|
EMPTY_VALUE, NULL_VALUE |
| Constructor Summary | |
|---|---|
HL7FieldAD()
Creates an empty HL7 AD type field object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAddressType()
Gets the Address Type component of this field. |
java.lang.String |
getCity()
Gets the City component of this field. |
java.lang.String |
getComponentDescription(int index)
Gets the description of a component in this field. |
int |
getComponentLength(int index)
Gets the maximum number of characters for a component in this field. |
java.lang.String |
getComponentType(int index)
Gets the HL7 data type of a component in this field. |
java.lang.String |
getCountry()
Gets the Country component of this field. |
int |
getMaxSize()
Gets the number of components defined for this field. |
java.lang.String |
getOtherDesignation()
Gets the Other Designation component of this field. |
java.lang.String |
getOtherGeographicDesignation()
Gets the Other Geographic Designation component of this field. |
java.lang.String |
getStateorProvince()
Gets the State or Province component of this field. |
java.lang.String |
getStreetAddress()
Gets the Street Address component of this field. |
java.lang.String |
getTableNo(int index)
Gets the table identifier of a component in this field. |
java.lang.String |
getZiporPostalCode()
Gets the Zip or Postal Code component of this field. |
boolean |
isAddressTypeEmpty()
Tells whether the Address Type component has been specified. |
boolean |
isAddressTypeNull()
Tells whether the Address Type component has a has Null value as defined by HL7. |
boolean |
isCityEmpty()
Tells whether the City component has been specified. |
boolean |
isCityNull()
Tells whether the City component has a has Null value as defined by HL7. |
boolean |
isComponentMandatory(int index)
Tells whether a component is mandatory. |
boolean |
isCountryEmpty()
Tells whether the Country component has been specified. |
boolean |
isCountryNull()
Tells whether the Country component has a has Null value as defined by HL7. |
boolean |
isOtherDesignationEmpty()
Tells whether the Other Designation component has been specified. |
boolean |
isOtherDesignationNull()
Tells whether the Other Designation component has a has Null value as defined by HL7. |
boolean |
isOtherGeographicDesignationEmpty()
Tells whether the Other Geographic Designation component has been specified. |
boolean |
isOtherGeographicDesignationNull()
Tells whether the Other Geographic Designation component has a has Null value as defined by HL7. |
boolean |
isStateorProvinceEmpty()
Tells whether the State or Province component has been specified. |
boolean |
isStateorProvinceNull()
Tells whether the State or Province component has a has Null value as defined by HL7. |
boolean |
isStreetAddressEmpty()
Tells whether the Street Address component has been specified. |
boolean |
isStreetAddressNull()
Tells whether the Street Address component has a has Null value as defined by HL7. |
boolean |
isZiporPostalCodeEmpty()
Tells whether the Zip or Postal Code component has been specified. |
boolean |
isZiporPostalCodeNull()
Tells whether the Zip or Postal Code component has a has Null value as defined by HL7. |
void |
setAddressType(java.lang.String val)
Sets the Address Type from a string. |
void |
setCity(java.lang.String val)
Sets the City from a string. |
void |
setCountry(java.lang.String val)
Sets the Country from a string. |
void |
setOtherDesignation(java.lang.String val)
Sets the Other Designation from a string. |
void |
setOtherGeographicDesignation(java.lang.String val)
Sets the Other Geographic Designation from a string. |
void |
setStateorProvince(java.lang.String val)
Sets the State or Province from a string. |
void |
setStreetAddress(java.lang.String val)
Sets the Street Address from a string. |
void |
setZiporPostalCode(java.lang.String val)
Sets the Zip or Postal Code from a string. |
| Methods inherited from class com.merge.HL7.HL7Field |
|---|
clone, createField, createField, getBoolValue, getComponent, getContent, getContent, getContent, getDataType, getDateValue, getDoubleValue, getFieldFormatter, getFieldName, getHL7Version, getIntValue, getMinSize, getValue, getValue, isBasicType, isEmpty, isNull, setComponent, setContent, setContent, setFieldClass, setFormatter, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, size, toAnnotatedString, toAnnotatedString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HL7FieldAD()
| Method Detail |
|---|
public int getMaxSize()
getMaxSize in class HL7Fieldpublic java.lang.String getComponentType(int index)
getComponentType in class HL7Fieldindex - The one based index of the component.
public java.lang.String getComponentDescription(int index)
getComponentDescription in class HL7Fieldindex - The one based index of the component.
public int getComponentLength(int index)
getComponentLength in class HL7Fieldindex - The one based index of the component.
public boolean isComponentMandatory(int index)
isComponentMandatory in class HL7Fieldindex - The one based index of the component.
public java.lang.String getTableNo(int index)
getTableNo in class HL7Fieldindex - The one based index of the component.
public java.lang.String getStreetAddress()
public void setStreetAddress(java.lang.String val)
val - The value to set for Street Addresspublic boolean isStreetAddressEmpty()
public boolean isStreetAddressNull()
public java.lang.String getOtherDesignation()
public void setOtherDesignation(java.lang.String val)
val - The value to set for Other Designationpublic boolean isOtherDesignationEmpty()
public boolean isOtherDesignationNull()
public java.lang.String getCity()
public void setCity(java.lang.String val)
val - The value to set for Citypublic boolean isCityEmpty()
public boolean isCityNull()
public java.lang.String getStateorProvince()
public void setStateorProvince(java.lang.String val)
val - The value to set for State or Provincepublic boolean isStateorProvinceEmpty()
public boolean isStateorProvinceNull()
public java.lang.String getZiporPostalCode()
public void setZiporPostalCode(java.lang.String val)
val - The value to set for Zip or Postal Codepublic boolean isZiporPostalCodeEmpty()
public boolean isZiporPostalCodeNull()
public java.lang.String getCountry()
public void setCountry(java.lang.String val)
val - The value to set for Countrypublic boolean isCountryEmpty()
public boolean isCountryNull()
public java.lang.String getAddressType()
public void setAddressType(java.lang.String val)
val - The value to set for Address Typepublic boolean isAddressTypeEmpty()
public boolean isAddressTypeNull()
public java.lang.String getOtherGeographicDesignation()
public void setOtherGeographicDesignation(java.lang.String val)
val - The value to set for Other Geographic Designationpublic boolean isOtherGeographicDesignationEmpty()
public boolean isOtherGeographicDesignationNull()
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||