Enum MessageEventEnum

java.lang.Object
java.lang.Enum<MessageEventEnum>
ca.uhn.fhir.model.dstu2.valueset.MessageEventEnum
All Implemented Interfaces:
Serializable, Comparable<MessageEventEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: admin-notify
    Code Value: admin-notify Notification of a change to an administrative resource (either create or update).
    Display: diagnosticreport-provide
    Code Value: diagnosticreport-provide Provide a diagnostic report, or update a previously provided diagnostic report.
    Display: MedicationAdministration-Complete
    Code Value: MedicationAdministration-Complete Change the status of a Medication Administration to show that it is complete.
    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.
    Display: MedicationAdministration-Recording
    Code Value: MedicationAdministration-Recording Indicates that a medication has been recorded against the patient's record.
    Display: MedicationAdministration-Update
    Code Value: MedicationAdministration-Update Update a Medication Administration record.
    Display: observation-provide
    Code Value: observation-provide Provide a simple observation or update a previously provided simple observation.
    Display: patient-link
    Code Value: patient-link Notification that two patient records actually identify the same patient.
    Display: patient-unlink
    Code Value: patient-unlink Notification that previous advice that two patient records concern the same patient is now considered incorrect.
    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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<MessageEventEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: MessageEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • 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.
    • ADMIN_NOTIFY

      public static final MessageEventEnum ADMIN_NOTIFY
      Display: admin-notify
      Code Value: admin-notify Notification of a change to an administrative resource (either create or update). Note that there is no delete, though some administrative resources have status or period elements for this use.
    • DIAGNOSTICREPORT_PROVIDE

      Display: diagnosticreport-provide
      Code Value: diagnosticreport-provide Provide a diagnostic report, or update a previously provided diagnostic report.
    • OBSERVATION_PROVIDE

      Display: observation-provide
      Code Value: observation-provide Provide a simple observation or update a previously provided simple observation.
    • VALUESET_EXPAND

      public static final MessageEventEnum 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. An expanded value set will be returned, or an error message.
  • Field Details

  • Method Details

    • values

      public static MessageEventEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MessageEventEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static MessageEventEnum forCode(String theCode)
      Returns the enumerated value associated with this code