Search Results for

    Show / Hide Table of Contents

    Interface IJobProcessorValidator

    Interface for providing a validator for JobProcessor. See ProcessorValidationAttribute.

    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public interface IJobProcessorValidator

    Methods

    | Improve this Doc View Source

    Validate(String, Dictionary<String, String>)

    Validates process settings and throws if any invalid entires or ignored entries are found.

    Declaration
    void Validate(string aeTitle, Dictionary<string, string> processorSettings)
    Parameters
    Type Name Description
    String aeTitle

    AE Title of the associated settings.

    Dictionary<String, String> processorSettings

    Settings of a job processor.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX