Пример #1
0
 void IMigrateLegacyShredConfigSection.Migrate()
 {
     LocalDicomServer.UpdateConfiguration(new DicomServerConfiguration {
         AETitle = AETitle, HostName = HostName, Port = Port
     });
     LocalDicomServer.UpdateExtendedConfiguration(new DicomServerExtendedConfiguration
     {
         AllowUnknownCaller   = AllowUnknownCaller,
         QueryResponsesInUtf8 = QueryResponsesInUtf8
     });
 }
Пример #2
0
 private static DicomServerConfiguration GetServerConfiguration()
 {
     return(DicomServer.GetConfiguration());
 }