Enum FinancialTaskcode

    • Enum Constant Detail

      • CANCEL

        public static final FinancialTaskcode CANCEL
        Cancel or reverse a resource, such as a claim or preauthorization, which is in-process or complete.
      • POLL

        public static final FinancialTaskcode POLL
        Retrieve selected or all queued resources or messages.
      • RELEASE

        public static final FinancialTaskcode RELEASE
        Release any reserved funds or material obligations associated with a resource. For example, any unused but reserved funds or treatment allowance associated with a preauthorization once treatment is complete.
      • REPROCESS

        public static final FinancialTaskcode REPROCESS
        Indication that the processing of a resource, such as a claim, for some or all of the required work is now being requested.
      • STATUS

        public static final FinancialTaskcode STATUS
        Check on the processing status of a resource such as the adjudication of a claim.
    • Method Detail

      • values

        public static FinancialTaskcode[] 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 (FinancialTaskcode c : FinancialTaskcode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FinancialTaskcode 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 FinancialTaskcode fromCode​(String codeString)
                                          throws org.hl7.fhir.exceptions.FHIRException
        Throws:
        org.hl7.fhir.exceptions.FHIRException