Search Results for

    Show / Hide Table of Contents

    Enum InferenceRequestType

    Specifies type of inference request.

    Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumMemberConverter))]
    public enum InferenceRequestType

    Fields

    Name Description
    AccessionNumber

    Queries the data source using Accession Number and retrieves any associated studies.

    JSON value: ACCESSION_NUMBER

    DicomPatientId

    Queries the data source using Patient ID and retrieves any associated studies.

    JSON value: DICOM_PATIENT_ID

    DicomUid

    Retrieves dataset specified using DICOM UIDs

    JSON value: DICOM_UID

    FhireResource

    Retrieves data from a FHIR server using specified resource type and ID.

    JSON value: FHIR_RESOURCE

    Unknown

    Unknown request type

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX