ca.infoway.messagebuilder.domainvalue.basic
Class X_BasicPostalAddressUse

Package class diagram package X_BasicPostalAddressUse
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.basic.X_BasicPostalAddressUse
All Implemented Interfaces:
Code, PostalAddressUse, x_BasicPostalAddressUse, Serializable, Comparable

public class X_BasicPostalAddressUse
extends EnumPattern
implements x_BasicPostalAddressUse

PostalAdressUse enum.

From http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#domain-PostalAddressUse

Author:
Intelliware Development
See Also:
Serialized Form

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

HOME

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.


WORK_PLACE

public static final X_BasicPostalAddressUse WORK_PLACE

An office address. First choice for business related contacts during business hours.


DIRECT

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'.


CONFIDENTIAL

public static final X_BasicPostalAddressUse CONFIDENTIAL

Indicates a confidential address


TEMPORARY

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.


PHYSICAL

public static final X_BasicPostalAddressUse PHYSICAL

Used primarily to visit an address.


POSTAL

public static final X_BasicPostalAddressUse POSTAL

Used to send mail.

Method Detail

getCodeSystem

public String getCodeSystem()

Returns the code system for this postal address enum.

Specified by:
getCodeSystem in interface Code
Returns:
the code system for this postal address enum

getCodeValue

public String getCodeValue()

Returns the code value for this enum.

Specified by:
getCodeValue in interface Code
Returns:
the code value


Copyright © 2013. All Rights Reserved.