public enum AdmitSourceEnum extends Enum<AdmitSourceEnum>
| Enum Constant and Description |
|---|
BORN_IN_HOSPITAL
Display: Born in hospital
Code Value: born |
FROM_ACCIDENT_EMERGENCY_DEPARTMENT
Display: From accident/emergency department
Code Value: emd |
FROM_NURSING_HOME
Display: From nursing home
Code Value: nursing |
FROM_OUTPATIENT_DEPARTMENT
Display: From outpatient department
Code Value: outp |
FROM_PSYCHIATRIC_HOSPITAL
Display: From psychiatric hospital
Code Value: psych |
FROM_REHABILITATION_FACILITY
Display: From rehabilitation facility
Code Value: rehab |
GENERAL_PRACTITIONER_REFERRAL
Display: General Practitioner referral
Code Value: gp |
MEDICAL_PRACTITIONER_PHYSICIAN_REFERRAL
Display: Medical Practitioner/physician referral
Code Value: mp |
OTHER
Display: Other
Code Value: other |
TRANSFERRED_FROM_OTHER_HOSPITAL
Display: Transferred from other hospital
Code Value: hosp-trans |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AdmitSourceEnum> |
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:
AdmitSource
|
| Modifier and Type | Method and Description |
|---|---|
static AdmitSourceEnum |
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 AdmitSourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdmitSourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdmitSourceEnum TRANSFERRED_FROM_OTHER_HOSPITAL
public static final AdmitSourceEnum FROM_ACCIDENT_EMERGENCY_DEPARTMENT
public static final AdmitSourceEnum FROM_OUTPATIENT_DEPARTMENT
public static final AdmitSourceEnum BORN_IN_HOSPITAL
public static final AdmitSourceEnum GENERAL_PRACTITIONER_REFERRAL
public static final AdmitSourceEnum MEDICAL_PRACTITIONER_PHYSICIAN_REFERRAL
public static final AdmitSourceEnum FROM_NURSING_HOME
public static final AdmitSourceEnum FROM_PSYCHIATRIC_HOSPITAL
public static final AdmitSourceEnum FROM_REHABILITATION_FACILITY
public static final AdmitSourceEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AdmitSourceEnum> VALUESET_BINDER
public static AdmitSourceEnum[] values()
for (AdmitSourceEnum c : AdmitSourceEnum.values()) System.out.println(c);
public static AdmitSourceEnum 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 AdmitSourceEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.