Class SlotStatus

  • All Implemented Interfaces:
    Visitable

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

      • BUSY

        public static final SlotStatus BUSY
        Busy

        Indicates that the time interval is busy because one or more events have been scheduled for that interval.

      • FREE

        public static final SlotStatus FREE
        Free

        Indicates that the time interval is free for scheduling.

      • BUSY_UNAVAILABLE

        public static final SlotStatus BUSY_UNAVAILABLE
        Busy (Unavailable)

        Indicates that the time interval is busy and that the interval cannot be scheduled.

      • BUSY_TENTATIVE

        public static final SlotStatus BUSY_TENTATIVE
        Busy (Tentative)

        Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.

      • ENTERED_IN_ERROR

        public static final SlotStatus ENTERED_IN_ERROR
        Entered in error

        This instance should not have been part of this patient's medical record.

    • Method Detail

      • of

        public static SlotStatus of​(String value)
        Factory method for creating SlotStatus 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 SlotStatus 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 SlotStatus 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