public enum PatientCategory extends Enum<PatientCategory> implements Coded
| Modifier and Type | Field and Description |
|---|---|
String |
CODE_SYSTEM |
String |
CODE_SYSTEM_NAME |
HL7_CODE_SYSTEM| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getCodeSystem() |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
String |
getDisplayName() |
String |
getOriginalText() |
List<Code> |
getTranslations() |
boolean |
isCoded() |
static PatientCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatientCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatientCategory CONTINUED_DISPENSING_PATIENT
public static final PatientCategory PAPERLESS_PRIVATE_HOSPITAL_PATIENT
public static final PatientCategory PUBLIC_HOSPITAL_PATIENT
public static final PatientCategory NURSING_HOME_PATIENT
public static final PatientCategory PAPERLESS_PUBLIC_HOSPITAL_PATIENT
public static final PatientCategory COMMUNITY_PATIENT
public static final PatientCategory HOSPITAL_NOT_IDENTIFIED
public static final PatientCategory RESIDENTIAL_AGED_CARE_PATIENT_PAPERLESS
public final String CODE_SYSTEM
public final String CODE_SYSTEM_NAME
public static PatientCategory[] values()
for (PatientCategory c : PatientCategory.values()) System.out.println(c);
public static PatientCategory 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 String getCodeSystem()
getCodeSystem in interface Codedpublic String getCodeSystemName()
getCodeSystemName in interface Codedpublic String getCodeSystemVersion()
getCodeSystemVersion in interface Codedpublic String getDisplayName()
getDisplayName in interface Codedpublic String getOriginalText()
getOriginalText in interface Codedpublic List<Code> getTranslations()
getTranslations in interface CodedCopyright © 2021. All rights reserved.