Package com.pixelmed.apps
Class ConvertSRTCodesToSCT
java.lang.Object
com.pixelmed.apps.ConvertSRTCodesToSCT
A class to convert all SRT codes to SCT codes.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConvertSRTCodesToSCT
(String[] srcs, String dstFolderName) Examine a set of SR files and copy them converting SRT codes to SCT codes (per CP 1850). -
Method Summary
Modifier and TypeMethodDescriptionvoid
Convert SRT codes to SCT codes (per CP 1850) in this ItemList.void
Convert SRT codes to SCT codes (per CP 1850) in the this and its children.static void
Examine a set of SR files and copy them converting SRT codes to SCT codes (per CP 1850).
-
Field Details
-
ourAETitle
-
xmlSRTSCTMappingResourceName
-
xmlRetiredSRTNewSCTMappingResourceName
-
-
Constructor Details
-
ConvertSRTCodesToSCT
public ConvertSRTCodesToSCT(String[] srcs, String dstFolderName) throws FileNotFoundException, IOException, DicomException Examine a set of SR files and copy them converting SRT codes to SCT codes (per CP 1850).
- Parameters:
srcs
-dstFolderName
-- Throws:
FileNotFoundException
IOException
DicomException
-
-
Method Details
-
convertSRTToSCTInThisItem
Convert SRT codes to SCT codes (per CP 1850) in this ItemList.
Does not recurse into SequenceAttributes.
- Parameters:
list
-
-
findCodeSequenceItemsAndConvertSRTCodesToSCT
Convert SRT codes to SCT codes (per CP 1850) in the this and its children.
Recurses into SequenceAttributes.
- Parameters:
list
-
-
main
Examine a set of SR files and copy them converting SRT codes to SCT codes (per CP 1850).
- Parameters:
arg
- array of 2 or more strings - one or more source folder or DICOMDIR and a destination folder
-