Class ConsentDataMeaning

  • All Implemented Interfaces:
    Visitable

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

      • INSTANCE

        public static final ConsentDataMeaning INSTANCE
        Instance

        The consent applies directly to the instance of the resource.

      • RELATED

        public static final ConsentDataMeaning RELATED
        Related

        The consent applies directly to the instance of the resource and instances it refers to.

      • DEPENDENTS

        public static final ConsentDataMeaning DEPENDENTS
        Dependents

        The consent applies directly to the instance of the resource and instances that refer to it.

      • AUTHOREDBY

        public static final ConsentDataMeaning AUTHOREDBY
        AuthoredBy

        The consent applies to instances of resources that are authored by.

    • Method Detail

      • of

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