public class DicomProperties extends Object
Constructor and Description |
---|
DicomProperties() |
Modifier and Type | Method and Description |
---|---|
DicomProperties |
addDicomInfoItem(String dicomInfoItem) |
DicomProperties |
bitsAllocated(Integer bitsAllocated) |
DicomProperties |
blues(byte[] blues) |
DicomProperties |
dicomHeaderInfoByBytes(byte[] dicomHeaderInfoByBytes) |
DicomProperties |
dicomInfo(List<String> dicomInfo) |
boolean |
equals(Object o) |
Integer |
getBitsAllocated()
Gets or sets allocated bits count.
|
byte[] |
getBlues()
Gets or sets the array of blue colors.
|
byte[] |
getDicomHeaderInfoByBytes()
Gets or sets the header information by bytes.
|
List<String> |
getDicomInfo()
Gets or sets the header information of the DICOM file.
|
byte[] |
getGreens()
Gets or sets the array of green colors.
|
Integer |
getHeight()
Gets or sets the height.
|
Integer |
getNumberOfFrames()
Gets or sets the number of frames.
|
Integer |
getOffset()
Gets or sets the offset.
|
String |
getPhotoInterpretation()
Gets or sets the photo interpretation.
|
Integer |
getPixelRepresentation()
Gets or sets data representation of the pixel samples.
|
Integer |
getPlanarConfiguration()
Gets or sets the planar configuration.
|
byte[] |
getReds()
Gets or sets the array of red colors.
|
Double |
getRescaleIntercept()
Gets or sets a value of the rescale intercept.
|
Double |
getRescaleSlope()
Gets or sets a value of the rescale slope.
|
Integer |
getSamplesPerPixel()
Gets or sets samples per pixel count.
|
Integer |
getWidth()
Gets or sets the width.
|
Double |
getWindowCentre()
Gets or sets the window centre.
|
Double |
getWindowWidth()
Gets or sets the width of the window.
|
DicomProperties |
greens(byte[] greens) |
int |
hashCode() |
DicomProperties |
height(Integer height) |
Boolean |
isIsLittleEndian()
Indicates if DICOM image has little endian byte order.
|
DicomProperties |
isLittleEndian(Boolean isLittleEndian) |
Boolean |
isSignedImage()
Gets or sets a value indicating whether it's a signed image.
|
DicomProperties |
numberOfFrames(Integer numberOfFrames) |
DicomProperties |
offset(Integer offset) |
DicomProperties |
photoInterpretation(String photoInterpretation) |
DicomProperties |
pixelRepresentation(Integer pixelRepresentation) |
DicomProperties |
planarConfiguration(Integer planarConfiguration) |
DicomProperties |
reds(byte[] reds) |
DicomProperties |
rescaleIntercept(Double rescaleIntercept) |
DicomProperties |
rescaleSlope(Double rescaleSlope) |
DicomProperties |
samplesPerPixel(Integer samplesPerPixel) |
void |
setBitsAllocated(Integer bitsAllocated) |
void |
setBlues(byte[] blues) |
void |
setDicomHeaderInfoByBytes(byte[] dicomHeaderInfoByBytes) |
void |
setDicomInfo(List<String> dicomInfo) |
void |
setGreens(byte[] greens) |
void |
setHeight(Integer height) |
void |
setIsLittleEndian(Boolean isLittleEndian) |
void |
setNumberOfFrames(Integer numberOfFrames) |
void |
setOffset(Integer offset) |
void |
setPhotoInterpretation(String photoInterpretation) |
void |
setPixelRepresentation(Integer pixelRepresentation) |
void |
setPlanarConfiguration(Integer planarConfiguration) |
void |
setReds(byte[] reds) |
void |
setRescaleIntercept(Double rescaleIntercept) |
void |
setRescaleSlope(Double rescaleSlope) |
void |
setSamplesPerPixel(Integer samplesPerPixel) |
void |
setSignedImage(Boolean signedImage) |
void |
setWidth(Integer width) |
void |
setWindowCentre(Double windowCentre) |
void |
setWindowWidth(Double windowWidth) |
DicomProperties |
signedImage(Boolean signedImage) |
String |
toString() |
DicomProperties |
width(Integer width) |
DicomProperties |
windowCentre(Double windowCentre) |
DicomProperties |
windowWidth(Double windowWidth) |
public DicomProperties planarConfiguration(Integer planarConfiguration)
public Integer getPlanarConfiguration()
public void setPlanarConfiguration(Integer planarConfiguration)
public DicomProperties reds(byte[] reds)
public byte[] getReds()
public void setReds(byte[] reds)
public DicomProperties greens(byte[] greens)
public byte[] getGreens()
public void setGreens(byte[] greens)
public DicomProperties blues(byte[] blues)
public byte[] getBlues()
public void setBlues(byte[] blues)
public DicomProperties dicomHeaderInfoByBytes(byte[] dicomHeaderInfoByBytes)
public byte[] getDicomHeaderInfoByBytes()
public void setDicomHeaderInfoByBytes(byte[] dicomHeaderInfoByBytes)
public DicomProperties signedImage(Boolean signedImage)
public Boolean isSignedImage()
public void setSignedImage(Boolean signedImage)
public DicomProperties dicomInfo(List<String> dicomInfo)
public DicomProperties addDicomInfoItem(String dicomInfoItem)
public List<String> getDicomInfo()
public DicomProperties samplesPerPixel(Integer samplesPerPixel)
public Integer getSamplesPerPixel()
public void setSamplesPerPixel(Integer samplesPerPixel)
public DicomProperties bitsAllocated(Integer bitsAllocated)
public Integer getBitsAllocated()
public void setBitsAllocated(Integer bitsAllocated)
public DicomProperties photoInterpretation(String photoInterpretation)
public String getPhotoInterpretation()
public void setPhotoInterpretation(String photoInterpretation)
public DicomProperties width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public DicomProperties height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public DicomProperties windowCentre(Double windowCentre)
public Double getWindowCentre()
public void setWindowCentre(Double windowCentre)
public DicomProperties windowWidth(Double windowWidth)
public Double getWindowWidth()
public void setWindowWidth(Double windowWidth)
public DicomProperties pixelRepresentation(Integer pixelRepresentation)
public Integer getPixelRepresentation()
public void setPixelRepresentation(Integer pixelRepresentation)
public DicomProperties rescaleIntercept(Double rescaleIntercept)
public Double getRescaleIntercept()
public void setRescaleIntercept(Double rescaleIntercept)
public DicomProperties rescaleSlope(Double rescaleSlope)
public Double getRescaleSlope()
public void setRescaleSlope(Double rescaleSlope)
public DicomProperties numberOfFrames(Integer numberOfFrames)
public Integer getNumberOfFrames()
public void setNumberOfFrames(Integer numberOfFrames)
public DicomProperties isLittleEndian(Boolean isLittleEndian)
public Boolean isIsLittleEndian()
public void setIsLittleEndian(Boolean isLittleEndian)
public DicomProperties offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
Copyright © 2020 Aspose Pty Ltd. All rights reserved.