public static enum Enumerations.MessageEvent extends Enum<Enumerations.MessageEvent>
| Enum Constant and Description |
|---|
ADMINNOTIFY
Notification of a change to an administrative resource (either create or update).
|
CODESYSTEMEXPAND
The definition of a code system is used to create a simple collection of codes suitable for use for data entry or validation.
|
COMMUNICATIONREQUEST
Notification to convey information.
|
DIAGNOSTICREPORTPROVIDE
Provide a diagnostic report, or update a previously provided diagnostic report.
|
MEDICATIONADMINISTRATIONCOMPLETE
Change the status of a Medication Administration to show that it is complete.
|
MEDICATIONADMINISTRATIONNULLIFICATION
Someone wishes to record that the record of administration of a medication is in error and should be ignored.
|
MEDICATIONADMINISTRATIONRECORDING
Indicates that a medication has been recorded against the patient's record.
|
MEDICATIONADMINISTRATIONUPDATE
Update a Medication Administration record.
|
NULL
added to help the parsers
|
OBSERVATIONPROVIDE
Provide a simple observation or update a previously provided simple observation.
|
PATIENTLINK
Notification that two patient records actually identify the same patient.
|
PATIENTUNLINK
Notification that previous advice that two patient records concern the same patient is now considered incorrect.
|
VALUESETEXPAND
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 | Method and Description |
|---|---|
static Enumerations.MessageEvent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.MessageEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.MessageEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.MessageEvent CODESYSTEMEXPAND
public static final Enumerations.MessageEvent MEDICATIONADMINISTRATIONCOMPLETE
public static final Enumerations.MessageEvent MEDICATIONADMINISTRATIONNULLIFICATION
public static final Enumerations.MessageEvent MEDICATIONADMINISTRATIONRECORDING
public static final Enumerations.MessageEvent MEDICATIONADMINISTRATIONUPDATE
public static final Enumerations.MessageEvent ADMINNOTIFY
public static final Enumerations.MessageEvent COMMUNICATIONREQUEST
public static final Enumerations.MessageEvent DIAGNOSTICREPORTPROVIDE
public static final Enumerations.MessageEvent OBSERVATIONPROVIDE
public static final Enumerations.MessageEvent PATIENTLINK
public static final Enumerations.MessageEvent PATIENTUNLINK
public static final Enumerations.MessageEvent VALUESETEXPAND
public static final Enumerations.MessageEvent NULL
public static Enumerations.MessageEvent[] values()
for (Enumerations.MessageEvent c : Enumerations.MessageEvent.values()) System.out.println(c);
public static Enumerations.MessageEvent 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 Enumerations.MessageEvent fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.