public enum MessageEventEnum extends Enum<MessageEventEnum>
| Enum Constant and Description |
|---|
ADMIN_NOTIFY
Display: admin-notify
Code Value: admin-notify Notification of a change to an administrative resource (either create or update). |
DIAGNOSTICREPORT_PROVIDE
Display: diagnosticreport-provide
Code Value: diagnosticreport-provide Provide a diagnostic report, or update a previously provided diagnostic report. |
MEDICATIONADMINISTRATION_COMPLETE
Display: MedicationAdministration-Complete
Code Value: MedicationAdministration-Complete Change the status of a Medication Administration to show that it is complete. |
MEDICATIONADMINISTRATION_NULLIFICATION
Display: MedicationAdministration-Nullification
Code Value: MedicationAdministration-Nullification Someone wishes to record that the record of administration of a medication is in error and should be ignored. |
MEDICATIONADMINISTRATION_RECORDING
Display: MedicationAdministration-Recording
Code Value: MedicationAdministration-Recording Indicates that a medication has been recorded against the patient's record. |
MEDICATIONADMINISTRATION_UPDATE
Display: MedicationAdministration-Update
Code Value: MedicationAdministration-Update Update a Medication Administration record. |
OBSERVATION_PROVIDE
Display: observation-provide
Code Value: observation-provide Provide a simple observation or update a previously provided simple observation. |
PATIENT_LINK
Display: patient-link
Code Value: patient-link Notification that two patient records actually identify the same patient. |
PATIENT_UNLINK
Display: patient-unlink
Code Value: patient-unlink Notification that previous advice that two patient records concern the same patient is now considered incorrect. |
VALUESET_EXPAND
Display: valueset-expand
Code Value: valueset-expand The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<MessageEventEnum> |
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:
MessageEvent
|
| Modifier and Type | Method and Description |
|---|---|
static MessageEventEnum |
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 MessageEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageEventEnum MEDICATIONADMINISTRATION_COMPLETE
public static final MessageEventEnum MEDICATIONADMINISTRATION_NULLIFICATION
public static final MessageEventEnum MEDICATIONADMINISTRATION_RECORDING
public static final MessageEventEnum MEDICATIONADMINISTRATION_UPDATE
public static final MessageEventEnum ADMIN_NOTIFY
public static final MessageEventEnum DIAGNOSTICREPORT_PROVIDE
public static final MessageEventEnum OBSERVATION_PROVIDE
public static final MessageEventEnum PATIENT_LINK
public static final MessageEventEnum PATIENT_UNLINK
public static final MessageEventEnum VALUESET_EXPAND
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<MessageEventEnum> VALUESET_BINDER
public static MessageEventEnum[] values()
for (MessageEventEnum c : MessageEventEnum.values()) System.out.println(c);
public static MessageEventEnum 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 MessageEventEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.