Trispark JDT
2.50.13

com.archimed.dicom.dir
Interface ReferencedFileId


public interface ReferencedFileId

Representation of a Referenced File ID attribute (0004,1500)

See Also:
File

Method Summary
 java.lang.String[] getComponents()
          the different components of the File ID
 java.io.File getFile(java.io.File dir)
          a File corresponding with this File ID
 java.lang.String getPath()
          a (relative) file path created using the default file separator (File.separatorChar)
 

Method Detail

getComponents

java.lang.String[] getComponents()
the different components of the File ID


getPath

java.lang.String getPath()
a (relative) file path created using the default file separator (File.separatorChar)


getFile

java.io.File getFile(java.io.File dir)
a File corresponding with this File ID

Parameters:
dir - the containing dir from which to start path construction

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.