public enum ContactPointUseEnum extends Enum<ContactPointUseEnum>
| Enum Constant and Description |
|---|
HOME
Display: Home
Code Value: home A communication contact point 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. |
MOBILE
Display: Mobile
Code Value: mobile A telecommunication device that moves and stays with its owner. |
OLD
Display: Old
Code Value: old This contact point is no longer in use (or was never correct, but retained for records). |
TEMP
Display: Temp
Code Value: temp A temporary contact point. |
WORK
Display: Work
Code Value: work An office contact point. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ContactPointUseEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
ContactPointUse
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPointUseEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ContactPointUseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPointUseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactPointUseEnum HOME
public static final ContactPointUseEnum WORK
public static final ContactPointUseEnum TEMP
public static final ContactPointUseEnum OLD
public static final ContactPointUseEnum MOBILE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ContactPointUseEnum> VALUESET_BINDER
public static ContactPointUseEnum[] values()
for (ContactPointUseEnum c : ContactPointUseEnum.values()) System.out.println(c);
public static ContactPointUseEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ContactPointUseEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.