|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.RemapUIDs
public class RemapUIDs
A class to read a map of Study, Series, SOP Instance and Frame of Reference UIDs pairs, and then remap occurences in a set of DICOM files to the other member of the pair.
Useful, for example, when UIDs have been changed, annotations made, and there is a need to apply the annotations back to the originals.
UIDMapByMatchingPixelData,
MergeCompositeContext| Nested Class Summary | |
|---|---|
protected class |
RemapUIDs.OurMediaImporter
|
| Field Summary | |
|---|---|
protected String |
ourAETitle
|
| Constructor Summary | |
|---|---|
RemapUIDs(String uidmapFileName,
String srcFolderName,
String dstFolderName)
Change UIDs based on UID map file. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Change UIDs based on UID map file. |
static void |
remapUIDs(AttributeList list,
Set<String> setOfCanonicalUIDs,
Map<String,String> mapOfOtherUIDToCanonicalUID)
Change all non-canonical UIDs that can be mapped to a canonical UID. |
| 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 RemapUIDs(String uidmapFileName,
String srcFolderName,
String dstFolderName)
throws FileNotFoundException,
IOException,
DicomException
Change UIDs based on UID map file.
The order of UIDs in the map file is important, the first of tab-separated multiple UIDs in one line being the canonical UID to which the others on the line are remapped.
uidmapFileName - srcFolderName - dstFolderName -
FileNotFoundException
IOException
DicomException| Method Detail |
|---|
public static void remapUIDs(AttributeList list,
Set<String> setOfCanonicalUIDs,
Map<String,String> mapOfOtherUIDToCanonicalUID)
Change all non-canonical UIDs that can be mapped to a canonical UID.
Leaves canonical UIDs, SOP Classes and anything unrecognized alone.
Recursively descends into sequences to process nested UIDs too.
list - setOfCanonicalUIDs - mapOfOtherUIDToCanonicalUID - public static void main(String[] arg)
Change UIDs based on UID map file.
The order of UIDs in the map file is important, the first of tab-separated multiple UIDs in one line being the canonical UID to which the others on the line are remapped.
arg - uidmapFileName srcFolderName dstFolderName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||