Class ParticipantRequired

  • All Implemented Interfaces:
    Visitable

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

      • REQUIRED

        public static final ParticipantRequired REQUIRED
        Required

        The participant is required to attend the appointment.

      • OPTIONAL

        public static final ParticipantRequired OPTIONAL
        Optional

        The participant may optionally attend the appointment.

      • INFORMATION_ONLY

        public static final ParticipantRequired INFORMATION_ONLY
        Information Only

        The participant is excluded from the appointment, and might not be informed of the appointment taking place. (Appointment is about them, not for them - such as 2 doctors discussing results about a patient's test).

    • Method Detail

      • of

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