Table of Contents

Class DicomAssociationInfo

Namespace
Monai.Deploy.InformaticsGateway.Api.Models
Assembly
Monai.Deploy.InformaticsGateway.Api.dll
public class DicomAssociationInfo : MongoDBEntityBase
Inheritance
DicomAssociationInfo
Inherited Members

Constructors

DicomAssociationInfo()

public DicomAssociationInfo()

Properties

CalledAeTitle

public string CalledAeTitle { get; set; }

Property Value

string

CallingAeTitle

public string CallingAeTitle { get; set; }

Property Value

string

CorrelationId

public string CorrelationId { get; set; }

Property Value

string

DateTimeDisconnected

public DateTime DateTimeDisconnected { get; set; }

Property Value

DateTime

Duration

public TimeSpan Duration { get; }

Property Value

TimeSpan

Errors

public string Errors { get; set; }

Property Value

string

FileCount

public int FileCount { get; }

Property Value

int

PayloadIds

public HashSet<string> PayloadIds { get; }

Property Value

HashSet<string>

RemoteHost

public string RemoteHost { get; set; }

Property Value

string

RemotePort

public int RemotePort { get; set; }

Property Value

int

Methods

Disconnect()

public void Disconnect()

FileReceived(string?)

public void FileReceived(string? payloadId)

Parameters

payloadId string