Class DicomAssociationInfo
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Models
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
public class DicomAssociationInfo : MongoDBEntityBase
- Inheritance
-
DicomAssociationInfo
- Inherited Members
-
Constructors
public DicomAssociationInfo()
Properties
public string CalledAeTitle { get; set; }
Property Value
- string
public string CallingAeTitle { get; set; }
Property Value
- string
public string CorrelationId { get; set; }
Property Value
- string
public DateTime DateTimeDisconnected { get; set; }
Property Value
- DateTime
public TimeSpan Duration { get; }
Property Value
- TimeSpan
public string Errors { get; set; }
Property Value
- string
public int FileCount { get; }
Property Value
- int
public HashSet<string> PayloadIds { get; }
Property Value
- HashSet<string>
public string RemoteHost { get; set; }
Property Value
- string
public int RemotePort { get; set; }
Property Value
- int
Methods
public void FileReceived(string? payloadId)
Parameters
payloadId
string