Search Results for

    Show / Hide Table of Contents

    Class DicomAssociationInfo

    Inheritance
    System.Object
    MongoDBEntityBase
    DicomAssociationInfo
    Inherited Members
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Api.Models
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class DicomAssociationInfo : MongoDBEntityBase

    Constructors

    | Improve this Doc View Source

    DicomAssociationInfo()

    Declaration
    public DicomAssociationInfo()

    Properties

    | Improve this Doc View Source

    CalledAeTitle

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

    CallingAeTitle

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

    CorrelationId

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

    DateTimeDisconnected

    Declaration
    public DateTime DateTimeDisconnected { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Duration

    Declaration
    public TimeSpan Duration { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Errors

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

    FileCount

    Declaration
    public int FileCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PayloadIds

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

    RemoteHost

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

    RemotePort

    Declaration
    public int RemotePort { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Disconnect()

    Declaration
    public void Disconnect()
    | Improve this Doc View Source

    FileReceived(String)

    Declaration
    public void FileReceived(string payloadId)
    Parameters
    Type Name Description
    System.String payloadId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX