public enum FamilyHistoryStatusEnum extends Enum<FamilyHistoryStatusEnum>
| Enum Constant and Description |
|---|
COMPLETED
Display: Completed
Code Value: completed All relevant health information is known and captured. |
ENTERED_IN_ERROR
Display: Entered in error
Code Value: entered-in-error This instance should not have been part of this patient's medical record. |
HEALTH_UNKNOWN
Display: Health unknown
Code Value: health-unknown Health information for this individual is unavailable/unknown. |
PARTIAL
Display: Partial
Code Value: partial Some health information is known and captured, but not complete - see notes for details. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<FamilyHistoryStatusEnum> |
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:
FamilyHistoryStatus
|
| Modifier and Type | Method and Description |
|---|---|
static FamilyHistoryStatusEnum |
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 FamilyHistoryStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyHistoryStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FamilyHistoryStatusEnum PARTIAL
public static final FamilyHistoryStatusEnum COMPLETED
public static final FamilyHistoryStatusEnum ENTERED_IN_ERROR
public static final FamilyHistoryStatusEnum HEALTH_UNKNOWN
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<FamilyHistoryStatusEnum> VALUESET_BINDER
public static FamilyHistoryStatusEnum[] values()
for (FamilyHistoryStatusEnum c : FamilyHistoryStatusEnum.values()) System.out.println(c);
public static FamilyHistoryStatusEnum 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 FamilyHistoryStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.