Package com.pixelmed.dicom
Class StoredFilePathStrategyHashSubFolders
java.lang.Object
com.pixelmed.dicom.StoredFilePathStrategy
com.pixelmed.dicom.StoredFilePathStrategyHashSubFolders
Store files in a hierarchy of folders using successive decimal digits of the hashcode of the SOP Instance UID as the folder name and the SOP Instance UID as the filename within the most deeply nested folder.
This is the currently preferred strategy for a server that is expected to store a large number of files.
-
Field Summary
Fields inherited from class com.pixelmed.dicom.StoredFilePathStrategy
BYSOPINSTANCEUIDCOMPONENTFOLDERS, BYSOPINSTANCEUIDHASHSUBFOLDERS, BYSOPINSTANCEUIDINSINGLEFOLDER, defaultAlternativeSubfolder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pixelmed.dicom.StoredFilePathStrategy
getDefaultStrategy, makeAlternativeStoredFilePath, makeReliableStoredFilePathWithFoldersCreated, makeReliableStoredFilePathWithFoldersCreated, makeStoredFilePath, setDebugLevel, test
-
Constructor Details
-
StoredFilePathStrategyHashSubFolders
public StoredFilePathStrategyHashSubFolders()
-
-
Method Details
-
makeStoredFilePath
Description copied from class:StoredFilePathStrategy
Generate a path to where to store a file based on its SOP Instance UID.
- Overrides:
makeStoredFilePath
in classStoredFilePathStrategy
- Parameters:
sopInstanceUID
- the SOP Instance UID of the instance to be saved- Returns:
- the path to the file, which may contain nested sub-folders
-
toString
-
main
Perform self test. If arguments are given, then use then as test UIDs. If no arguments, then use internal test UIDs.
-