예제 #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>();
 }
예제 #2
0
 public DicomAssociation()
 {
     PresentationContexts = new DicomPresentationContextCollection();
     MaxAsyncOpsInvoked = 1;
     MaxAsyncOpsPerformed = 1;
 }