Package loci.formats.dicom
Class DicomFileInfo
java.lang.Object
loci.formats.dicom.DicomFileInfo
- All Implemented Interfaces:
Comparable<DicomFileInfo>
Structure containing metadata for one DICOM file (instance).
-
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanome.units.quantity.Lengthome.units.quantity.Lengthome.units.quantity.Lengthome.xml.model.primitives.Timestamp -
Constructor Summary
ConstructorsConstructorDescriptionConstruct an empty object to be populated later.DicomFileInfo(String filePath) Construct an object from the given file. -
Method Summary
-
Field Details
-
coreMetadata
-
file
-
concatenationIndex
public int concatenationIndex -
tiles
-
imageType
-
zOffsets
-
edf
public boolean edf -
timestamp
public ome.xml.model.primitives.Timestamp timestamp -
pixelSizeX
public ome.units.quantity.Length pixelSizeX -
pixelSizeY
public ome.units.quantity.Length pixelSizeY -
pixelSizeZ
public ome.units.quantity.Length pixelSizeZ -
positionX
-
positionY
-
positionZ
-
channelNames
-
-
Constructor Details
-
DicomFileInfo
public DicomFileInfo()Construct an empty object to be populated later. -
DicomFileInfo
Construct an object from the given file. A DicomReader will be used to initialize the file and extract metadata.- Parameters:
filePath- DICOM file- Throws:
FormatException- if file initialization failsIOException- if file initialization fails
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<DicomFileInfo>
-