Package com.pixelmed.dicom
Class PrivatePixelData
java.lang.Object
com.pixelmed.dicom.PrivatePixelData
This class includes standard and private mechanisms for handling float or double Pixel Data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final AttributeTag
static final AttributeTag
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Attribute
getPixelData
(AttributeList list) Returns the Attribute that contains the Pixel Data.static void
replacePixelData
(AttributeList list, Attribute aPixelData) Add or replace the Pixel Data.
-
Field Details
-
pixelmedPrivateCreatorForFloatOrDoublePixelData
- See Also:
-
pixelmedPrivatePixelDataGroup
public static final int pixelmedPrivatePixelDataGroup- See Also:
-
pixelmedPrivateFloatPixelData
-
pixelmedPrivateDoublePixelData
-
-
Constructor Details
-
PrivatePixelData
public PrivatePixelData()
-
-
Method Details
-
getPixelData
Returns the Attribute that contains the Pixel Data.
Handles standard and private float or double alternatives to the conventional (0x7FE0,0x0010).
- Parameters:
list
- the AttributeList to search- Returns:
- the Attribute or null if not found
-
replacePixelData
Add or replace the Pixel Data.
Removes any existing (private) group containing pixel data, including the private creator .
Handles (various private) float or double alternatives to the conventional (0x7FE0,0x0010).
- Parameters:
list
- the AttributeList to search- Throws:
DicomException
- if an error occurs
-