Add progress notify
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
ATT
|
||||
};
|
||||
explicit DICOMExporter(const PatientData& aPatientData);
|
||||
//仅仅用于测试!!!
|
||||
DICOMExporter();
|
||||
DICOMExporter(DICOMExporter &&) = default;
|
||||
DICOMExporter(const DICOMExporter &) = default;
|
||||
DICOMExporter &operator=(DICOMExporter &&) = default;
|
||||
|
||||
Reference in New Issue
Block a user