|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.RemapFrameOfReferenceUIDs
public class RemapFrameOfReferenceUIDs
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.
| Nested Class Summary | |
|---|---|
protected class |
RemapFrameOfReferenceUIDs.OurMediaImporter
|
| Field Summary | |
|---|---|
protected String |
ourAETitle
|
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String ourAETitle
| Constructor Detail |
|---|
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| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||