Class ParticipationStatus

  • All Implemented Interfaces:
    Visitable

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

      • ACCEPTED

        public static final ParticipationStatus ACCEPTED
        Accepted

        The participant has accepted the appointment.

      • DECLINED

        public static final ParticipationStatus DECLINED
        Declined

        The participant has declined the appointment and will not participate in the appointment.

      • TENTATIVE

        public static final ParticipationStatus TENTATIVE
        Tentative

        The participant has tentatively accepted the appointment. This could be automatically created by a system and requires further processing before it can be accepted. There is no commitment that attendance will occur.

      • NEEDS_ACTION

        public static final ParticipationStatus NEEDS_ACTION
        Needs Action

        The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.

    • Method Detail

      • of

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