Package com.pixelmed.dicom
Class ColorPalettePET
java.lang.Object
com.pixelmed.dicom.ColorPalette
com.pixelmed.dicom.ColorPalettePET
Standard DICOM PET color palette.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String[]
protected static String[]
protected static String[]
protected static byte[]
protected static String
protected static String
protected static String
protected static byte[]
protected static byte[]
protected static String
protected static String
Fields inherited from class com.pixelmed.dicom.ColorPalette
alternateContentDescription, alternateContentLanguageCodeMeaning, alternateContentLanguageCodeValue, blue, contentCreatorName, contentDescription, contentLabel, green, iccProfile, list, red, referenceEncodedInstanceURL, sopInstanceUID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pixelmed.dicom.ColorPalette
createDICOMInstance, getAttributeList, getContentDescription, getContentLabel, getICCProfile, getReferenceEncodedInstanceURL, getSOPInstanceUID, setICCProfileFromFile
-
Field Details
-
sopInstanceUIDStatic
-
contentLabelStatic
-
contentDescriptionStatic
-
contentCreatorNameStatic
-
referenceEncodedInstanceURLStatic
-
alternateContentDescriptionStatic
-
alternateContentLanguageCodeValueStatic
-
alternateContentLanguageCodeMeaningStatic
-
redStaticArray
protected static byte[] redStaticArray -
greenStaticArray
protected static byte[] greenStaticArray -
blueStaticArray
protected static byte[] blueStaticArray
-
-
Constructor Details
-
ColorPalettePET
public ColorPalettePET()
-
-
Method Details
-
main
Create a DICOM color palette storage instance from the palette characteristics.
- Parameters:
arg
- one or two arguments, the name of the DICOM file to write, and optionally the name of a file containing the ICC profile to include
-