public class RemapFrameOfReferenceUIDs extends Object
A class to read a set of DICOM files and replace the Frame of Reference UIDs with a common value for the specified scope.
Useful, for example, when Frame of Reference UIDs have been incorrectly changed during de-identification and are inconsistent within a set.
Modifier and Type | Class and Description |
---|---|
protected class |
RemapFrameOfReferenceUIDs.OurMediaImporter |
Modifier and Type | Field and Description |
---|---|
protected String |
ourAETitle |
Constructor and Description |
---|
RemapFrameOfReferenceUIDs(String scope,
String srcFolderName,
String dstFolderName)
Read a set of DICOM files and replace the Frame of Reference UIDs with a common value for the specified scope.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] arg)
Read a set of DICOM files and replace the Frame of Reference UIDs with a common value for the specified scope.
|
protected String ourAETitle
public RemapFrameOfReferenceUIDs(String scope, String srcFolderName, String dstFolderName) throws FileNotFoundException, IOException, DicomException
Read a set of DICOM files and replace the Frame of Reference UIDs with a common value for the specified scope.
Uses the same sub-folder and file names in the destination folder as supplied in the source folder.
scope
- srcFolderName
- dstFolderName
- FileNotFoundException
IOException
DicomException
public static void main(String[] arg)
Read a set of DICOM files and replace the Frame of Reference UIDs with a common value for the specified scope.
Uses the same sub-folder and file names in the destination folder as supplied in the source folder.
arg
- [SERIES|STUDY] srcFolderName dstFolderName