Class DicomAssociationInfo
Inheritance
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
|
Improve this Doc
View Source
Declaration
public string CallingAeTitle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string CorrelationId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTime DateTimeDisconnected { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan Duration { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Errors { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int FileCount { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public HashSet<string> PayloadIds { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RemoteHost { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int RemotePort { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void FileReceived(string payloadId)
Parameters
Type |
Name |
Description |
String |
payloadId |
|