Class GuidanceResponseStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class GuidanceResponseStatus
    extends Code
    • Field Detail

      • DATA_REQUESTED

        public static final GuidanceResponseStatus DATA_REQUESTED
        Data Requested

        The request was processed successfully, but more data may result in a more complete evaluation.

      • DATA_REQUIRED

        public static final GuidanceResponseStatus DATA_REQUIRED
        Data Required

        The request was processed, but more data is required to complete the evaluation.

      • IN_PROGRESS

        public static final GuidanceResponseStatus IN_PROGRESS
        In Progress

        The request is currently being processed.

      • FAILURE

        public static final GuidanceResponseStatus FAILURE
        Failure

        The request was not processed successfully.

      • ENTERED_IN_ERROR

        public static final GuidanceResponseStatus ENTERED_IN_ERROR
        Entered In Error

        The response was entered in error.

    • Method Detail

      • of

        public static GuidanceResponseStatus of​(String value)
        Factory method for creating GuidanceResponseStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating GuidanceResponseStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating GuidanceResponseStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code