|
||||||||||
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.PostalAddressUse
public class PostalAddressUse
PostalAdressUse enum.
From http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#domain-PostalAddressUse
Field Summary | |
---|---|
static PostalAddressUse |
ALPHABETIC
Alphabetic transcription of name (Japanese: romaji). |
static PostalAddressUse |
BAD
A flag indicating that the address is bad, in fact, useless. |
static PostalAddressUse |
DIRECT
Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. |
static PostalAddressUse |
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 PostalAddressUse |
IDEOGRAPHIC
Syllabic transcription of name (e.g., Japanese kana, Korean hangul). |
static PostalAddressUse |
PHYSICAL
Used primarily to visit an address. |
static PostalAddressUse |
POSTAL
Used to send mail. |
static PostalAddressUse |
PRIMARY_HOME
The primary home, to reach a person after business hours. |
static PostalAddressUse |
PUBLIC
Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity. |
static PostalAddressUse |
SYLLABIC
Ideographic representation of name (e.g., Japanese kanji, Chinese characters). |
static PostalAddressUse |
TEMPORARY
A temporary address, may be good for visit or mailing. |
static PostalAddressUse |
VACATION_HOME
A vacation home, to reach a person while on vacation. |
static PostalAddressUse |
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 PostalAddressUse 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 PostalAddressUse PRIMARY_HOME
The primary home, to reach a person after business hours.
public static final PostalAddressUse VACATION_HOME
A vacation home, to reach a person while on vacation.
public static final PostalAddressUse WORK_PLACE
An office address. First choice for business related contacts during business hours.
public static final PostalAddressUse 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 PostalAddressUse PUBLIC
Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity.
public static final PostalAddressUse BAD
A flag indicating that the address is bad, in fact, useless.
public static final PostalAddressUse TEMPORARY
A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information.
public static final PostalAddressUse ALPHABETIC
Alphabetic transcription of name (Japanese: romaji).
public static final PostalAddressUse SYLLABIC
Ideographic representation of name (e.g., Japanese kanji, Chinese characters).
public static final PostalAddressUse IDEOGRAPHIC
Syllabic transcription of name (e.g., Japanese kana, Korean hangul).
public static final PostalAddressUse PHYSICAL
Used primarily to visit an address.
public static final PostalAddressUse 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 |