コード例 #1
0
ファイル: DicomAssociation.cs プロジェクト: aerik/fo-dicom
 /// <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
ファイル: DicomAssociation.cs プロジェクト: GMZ/fo-dicom
 public DicomAssociation()
 {
     PresentationContexts = new DicomPresentationContextCollection();
     MaxAsyncOpsInvoked = 1;
     MaxAsyncOpsPerformed = 1;
 }