Пример #1
0
 public MoveObjectsJob(DICOMJobSettings js)
     : base(js)
 {
     QueryResult             = null;
     DSQueryResult           = null;
     DataSet                 = new Dicom.DicomDataSet();
     Owner                   = string.Empty;
     PatientRightsDataAccess = null;
     DataAccessAgent         = null;
 }
Пример #2
0
 protected MoveObjectsJob()
     : base()
 {
     QueryResult             = null;
     DSQueryResult           = null;
     DataSet                 = new Dicom.DicomDataSet();
     Owner                   = string.Empty;
     PatientRightsDataAccess = null;
     DataAccessAgent         = null;
 }