Search Results for

    Show / Hide Table of Contents

    Class ExportRequestDataMessage

    Inheritance
    System.Object
    ExportRequestDataMessage
    Namespace: Monai.Deploy.InformaticsGateway.Api.Models
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class ExportRequestDataMessage

    Constructors

    | Improve this Doc View Source

    ExportRequestDataMessage(ExportRequestEvent, String)

    Declaration
    public ExportRequestDataMessage(ExportRequestEvent exportRequest, string filename)
    Parameters
    Type Name Description
    Monai.Deploy.Messaging.Events.ExportRequestEvent exportRequest
    System.String filename

    Properties

    | Improve this Doc View Source

    CorrelationId

    Declaration
    public string CorrelationId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Destinations

    Declaration
    public string[] Destinations { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    ExportStatus

    Declaration
    public FileExportStatus ExportStatus { get; }
    Property Value
    Type Description
    Monai.Deploy.Messaging.Events.FileExportStatus
    | Improve this Doc View Source

    ExportTaskId

    Declaration
    public string ExportTaskId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FileContent

    Declaration
    public byte[] FileContent { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Filename

    Declaration
    public string Filename { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FilePayloadId

    Declaration
    public string FilePayloadId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsFailed

    Declaration
    public bool IsFailed { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Messages

    Declaration
    public IList<string> Messages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    PlugInAssemblies

    Optional list of data output plug-in type names to be executed by the IOutputDataPlugInEngine.

    Declaration
    public List<string> PlugInAssemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    WorkflowInstanceId

    Declaration
    public string WorkflowInstanceId { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    SetData(Byte[])

    Declaration
    public void SetData(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data
    | Improve this Doc View Source

    SetFailed(FileExportStatus, String)

    Declaration
    public void SetFailed(FileExportStatus fileExportStatus, string errorMessage)
    Parameters
    Type Name Description
    Monai.Deploy.Messaging.Events.FileExportStatus fileExportStatus
    System.String errorMessage
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX