public enum MaritalStatusCodesEnum extends Enum<MaritalStatusCodesEnum>
| Enum Constant and Description |
|---|
A
Code Value: A
|
D
Code Value: D
|
I
Code Value: I
|
L
Code Value: L
|
M
Code Value: M
|
P
Code Value: P
|
S
Code Value: S
|
T
Code Value: T
|
UNK
Code Value: UNK
|
UNMARRIED
Display: Unmarried
Code Value: U The person is not presently married. |
W
Code Value: W
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<MaritalStatusCodesEnum> |
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:
Marital Status Codes
|
| Modifier and Type | Method and Description |
|---|---|
static MaritalStatusCodesEnum |
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 MaritalStatusCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaritalStatusCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaritalStatusCodesEnum UNMARRIED
public static final MaritalStatusCodesEnum A
public static final MaritalStatusCodesEnum D
public static final MaritalStatusCodesEnum I
public static final MaritalStatusCodesEnum L
public static final MaritalStatusCodesEnum M
public static final MaritalStatusCodesEnum P
public static final MaritalStatusCodesEnum S
public static final MaritalStatusCodesEnum T
public static final MaritalStatusCodesEnum W
public static final MaritalStatusCodesEnum UNK
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<MaritalStatusCodesEnum> VALUESET_BINDER
public static MaritalStatusCodesEnum[] values()
for (MaritalStatusCodesEnum c : MaritalStatusCodesEnum.values()) System.out.println(c);
public static MaritalStatusCodesEnum 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 MaritalStatusCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.