public class NIfTI1ToDicom extends Object
A class for converting NIfTI-1 image input format files into images of a specified or appropriate SOP Class.
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
preferSForm |
| Constructor and Description |
|---|
NIfTI1ToDicom(String inputFileName,
String outputFileName,
String patientName,
String patientID,
String studyID,
String seriesNumber,
String instanceNumber)
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
|
NIfTI1ToDicom(String inputFileName,
String outputFileName,
String patientName,
String patientID,
String studyID,
String seriesNumber,
String instanceNumber,
String modality,
String sopClass)
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeList |
generateDICOMPixelDataModuleAttributesFromNIfTI1File(File inputFile,
NIfTI1Header nifti,
AttributeList list)
Using a NIfTI-1 image input file and header, create DICOM Pixel Data Module attributes.
|
static AttributeList |
generateDimensions(AttributeList list)
Create a Dimensions Module.
|
static AttributeList |
generateGeometryFunctionalGroupsFromNIfTI1Header(NIfTI1Header nifti,
AttributeList list,
int numberOfFrames)
Read a per-frame and shared functional group sequences for the geometry defined in a NIfTI-1 file header.
|
static void |
main(String[] arg)
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
|
public NIfTI1ToDicom(String inputFileName, String outputFileName, String patientName, String patientID, String studyID, String seriesNumber, String instanceNumber) throws IOException, DicomException, NIfTI1Exception
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
inputFileName - outputFileName - patientName - patientID - studyID - seriesNumber - instanceNumber - IOExceptionDicomExceptionNIfTI1Exceptionpublic NIfTI1ToDicom(String inputFileName, String outputFileName, String patientName, String patientID, String studyID, String seriesNumber, String instanceNumber, String modality, String sopClass) throws IOException, DicomException, NIfTI1Exception
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
inputFileName - outputFileName - patientName - patientID - studyID - seriesNumber - instanceNumber - modality - may be nullsopClass - may be nullIOExceptionDicomExceptionNIfTI1Exceptionpublic static AttributeList generateDICOMPixelDataModuleAttributesFromNIfTI1File(File inputFile, NIfTI1Header nifti, AttributeList list) throws IOException, DicomException, NIfTI1Exception
Using a NIfTI-1 image input file and header, create DICOM Pixel Data Module attributes.
inputFile - a NIfTI-1 format image filenifti - a NIfTI-1 header already read from the inputFilelist - an existing (possibly empty) attribute list, if null, a new one will be created; may already include "better" image pixel module attributes to use
return attribute list with Image Pixel Module (including Pixel Data) and other attributes addedIOExceptionDicomExceptionNIfTI1Exceptionpublic static AttributeList generateDimensions(AttributeList list) throws DicomException
Create a Dimensions Module.
list - return attribute list with Dimensions Module addedDicomExceptionpublic static AttributeList generateGeometryFunctionalGroupsFromNIfTI1Header(NIfTI1Header nifti, AttributeList list, int numberOfFrames) throws DicomException
Read a per-frame and shared functional group sequences for the geometry defined in a NIfTI-1 file header.
nifti - a NIfTI-1 headerlist - an existing (possibly empty) attribute list, if null, a new one will be created; may already shared and per-frame functional group sequences or they will be addednumberOfFrames - return attribute list with per-frame and shared functional group sequences for geometry addedDicomExceptionpublic static void main(String[] arg)
Read a NIfTI-1 image input format files and create an image of a specified or appropriate SOP Class.
arg - seven, eight or nine parameters, the inputFile, outputFile, patientName, patientID, studyID, seriesNumber, instanceNumber, and optionally the modality, and SOP Class