Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DicomAssociation"/> class.
 /// </summary>
 public DicomAssociation()
 {
     PresentationContexts = new DicomPresentationContextCollection();
     MaxAsyncOpsInvoked   = 1;
     MaxAsyncOpsPerformed = 1;
     ExtendedNegotiations = new List <DicomExtendedNegotiation>();
 }
Exemple #2
0
 public DicomAssociation()
 {
     PresentationContexts = new DicomPresentationContextCollection();
     MaxAsyncOpsInvoked   = 1;
     MaxAsyncOpsPerformed = 1;
 }