Class DicomAssociationInfo
Inheritance
System.Object
DicomAssociationInfo
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public class DicomAssociationInfo : MongoDBEntityBase
Constructors
|
Improve this Doc
View Source
Declaration
public DicomAssociationInfo()
Properties
|
Improve this Doc
View Source
Declaration
public string CalledAeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string CallingAeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string CorrelationId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime DateTimeDisconnected { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public TimeSpan Duration { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Declaration
public string Errors { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int FileCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public HashSet<string> PayloadIds { get; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<System.String> |
|
|
Improve this Doc
View Source
Declaration
public string RemoteHost { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int RemotePort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void FileReceived(string payloadId)
Parameters
Type |
Name |
Description |
System.String |
payloadId |
|