|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.basic.X_BasicPostalAddressUse
public class X_BasicPostalAddressUse
PostalAdressUse enum.
From http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#domain-PostalAddressUse
Field Summary | |
---|---|
static X_BasicPostalAddressUse |
CONFIDENTIAL
Indicates a confidential address |
static X_BasicPostalAddressUse |
DIRECT
Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. |
static X_BasicPostalAddressUse |
HOME
A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. |
static X_BasicPostalAddressUse |
PHYSICAL
Used primarily to visit an address. |
static X_BasicPostalAddressUse |
POSTAL
Used to send mail. |
static X_BasicPostalAddressUse |
TEMPORARY
A temporary address, may be good for visit or mailing. |
static X_BasicPostalAddressUse |
WORK_PLACE
An office address. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Returns the code system for this postal address enum. |
String |
getCodeValue()
Returns the code value for this enum. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final X_BasicPostalAddressUse HOME
A communication address at a home, attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.
public static final X_BasicPostalAddressUse WORK_PLACE
An office address. First choice for business related contacts during business hours.
public static final X_BasicPostalAddressUse DIRECT
Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'.
public static final X_BasicPostalAddressUse CONFIDENTIAL
Indicates a confidential address
public static final X_BasicPostalAddressUse TEMPORARY
A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.
public static final X_BasicPostalAddressUse PHYSICAL
Used primarily to visit an address.
public static final X_BasicPostalAddressUse POSTAL
Used to send mail.
Method Detail |
---|
public String getCodeSystem()
Returns the code system for this postal address enum.
getCodeSystem
in interface Code
public String getCodeValue()
Returns the code value for this enum.
getCodeValue
in interface Code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |