Enum ConsentPerformer

    • Enum Constant Detail

      • CONSENTER

        public static final ConsentPerformer CONSENTER
        An entity or an entity's delegatee who is the grantee in an agreement such as a consent for services, advanced directive, or a privacy consent directive in accordance with jurisdictional, organizational, or patient policy.
      • GRANTEE

        public static final ConsentPerformer GRANTEE
        An entity which accepts certain rights or authority from a grantor.
      • GRANTOR

        public static final ConsentPerformer GRANTOR
        An entity which agrees to confer certain rights or authority to a grantee.
      • DELEGATEE

        public static final ConsentPerformer DELEGATEE
        A party to whom some right or authority is granted by a delegator.
      • DELEGATOR

        public static final ConsentPerformer DELEGATOR
        A party that grants all or some portion its right or authority to another party.
    • Method Detail

      • values

        public static ConsentPerformer[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ConsentPerformer c : ConsentPerformer.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ConsentPerformer valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • fromCode

        public static ConsentPerformer fromCode​(String codeString)
                                         throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException