Enum FhirEventTypeCode

java.lang.Object
java.lang.Enum<FhirEventTypeCode>
org.openehealth.ipf.commons.ihe.fhir.audit.codes.FhirEventTypeCode
All Implemented Interfaces:
Serializable, Comparable<FhirEventTypeCode>, java.lang.constant.Constable, CodedValueType, EnumeratedCodedValue<EventType>, EnumeratedValueSet<EventType>, EventType

public enum FhirEventTypeCode extends Enum<FhirEventTypeCode> implements EventType, EnumeratedCodedValue<EventType>
Author:
Christian Ohr
  • Enum Constant Details

    • ProvideDocumentBundle

      public static final FhirEventTypeCode ProvideDocumentBundle
    • MobileDocumentManifestQuery

      public static final FhirEventTypeCode MobileDocumentManifestQuery
    • MobileDocumentReferenceQuery

      public static final FhirEventTypeCode MobileDocumentReferenceQuery
    • MobileDocumentRetrieval

      public static final FhirEventTypeCode MobileDocumentRetrieval
    • MobilePatientDemographicsQuery

      public static final FhirEventTypeCode MobilePatientDemographicsQuery
    • RetrieveATNAAuditEvent

      public static final FhirEventTypeCode RetrieveATNAAuditEvent
    • MobilePatientIdentifierCrossReferenceQuery

      public static final FhirEventTypeCode MobilePatientIdentifierCrossReferenceQuery
    • SimplifiedPublish

      public static final FhirEventTypeCode SimplifiedPublish
    • MobileQueryExistingData

      public static final FhirEventTypeCode MobileQueryExistingData
    • QueryPharmacyDocumentsOverMhd

      public static final FhirEventTypeCode QueryPharmacyDocumentsOverMhd
    • MobilePrivacyPolicyFeed

      public static final FhirEventTypeCode MobilePrivacyPolicyFeed
    • MobilePrivacyPolicyBundleFeed

      public static final FhirEventTypeCode MobilePrivacyPolicyBundleFeed
    • MobilePrivacyPolicyRetrieve

      public static final FhirEventTypeCode MobilePrivacyPolicyRetrieve
  • Method Details

    • values

      public static FhirEventTypeCode[] 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 FhirEventTypeCode 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
    • fromRestOperationType

      public static EventType fromRestOperationType(RestOperationTypeEnum operation)
    • fromRestOperationType

      public static EventType fromRestOperationType(RestOperationTypeEnum operation, String originalText)
    • getValue

      public EventType getValue()
      Specified by:
      getValue in interface EnumeratedValueSet<EventType>