|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DicomObject in org.dcm4che2.code |
---|
Methods in org.dcm4che2.code that return DicomObject | |
---|---|
static DicomObject |
Codes.toCodeItem(java.lang.String key)
|
static DicomObject |
Codes.toCodeItem(java.lang.String key,
java.util.Locale locale)
|
static DicomObject |
Codes.toCodeItem(java.lang.String codeValue,
java.lang.String schemeDesignator,
java.lang.String schemeVersion,
java.lang.String codeMeaning)
|
Methods in org.dcm4che2.code with parameters of type DicomObject | |
---|---|
static boolean |
Codes.equals(java.lang.String key,
DicomObject codeItem)
|
static java.lang.String |
Codes.toString(DicomObject codeItem)
|
Uses of DicomObject in org.dcm4che2.data |
---|
Classes in org.dcm4che2.data that implement DicomObject | |
---|---|
class |
BasicDicomObject
|
Methods in org.dcm4che2.data that return DicomObject | |
---|---|
DicomObject |
DicomElement.addDicomObject(DicomObject item)
|
DicomObject |
DicomElement.addDicomObject(int index,
DicomObject item)
|
DicomObject |
DicomObject.command()
|
DicomObject |
DicomObject.dataset()
|
DicomObject |
DicomObject.exclude(int[] tags)
|
DicomObject |
DicomObject.excludePrivate()
Note that this method does not remove private attributes from this DicomObject, rather, it returns a view of the DicomObject without private attributes. |
DicomObject |
DicomObject.fileMetaInfo()
|
DicomObject |
BasicDicomObject.getDefaults()
|
DicomObject |
DicomElement.getDicomObject()
|
DicomObject |
DicomElement.getDicomObject(int index)
|
DicomObject |
DicomObject.getNestedDicomObject(int tag)
|
DicomObject |
DicomObject.getNestedDicomObject(int[] itemPath)
|
DicomObject |
BasicDicomObject.getParent()
|
DicomObject |
DicomObject.getParent()
Returns the Data Set containing this Data Set in a Sequence Element, or null if this is not a nested Data Set. |
DicomObject |
BasicDicomObject.getRoot()
|
DicomObject |
DicomObject.getRoot()
|
DicomObject |
DicomElement.removeDicomObject(int index)
|
DicomObject |
DicomElement.setDicomObject(int index,
DicomObject item)
|
DicomObject |
DicomObject.subSet(DicomObject filter)
|
DicomObject |
DicomObject.subSet(int[] tags)
|
DicomObject |
DicomObject.subSet(int fromTag,
int toTag)
|
static DicomObject |
DicomObjects.unmodifiableDicomObject(DicomObject dcmobj)
Returns an unmodifiable view of the specified dicom object. |
Methods in org.dcm4che2.data with parameters of type DicomObject | |
---|---|
DicomObject |
DicomElement.addDicomObject(DicomObject item)
|
DicomObject |
DicomElement.addDicomObject(int index,
DicomObject item)
|
boolean |
DicomObject.containsAll(DicomObject keys)
Returns true if this Dicom Object contains all of the elements in the specified Dicom Object. |
void |
DicomObject.copyTo(DicomObject destination)
|
DicomElement |
DicomElement.filterItems(DicomObject filter)
|
boolean |
DicomObject.matches(DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomElement |
DicomObject.putNestedDicomObject(int[] tagPath,
DicomObject item)
|
DicomElement |
BasicDicomObject.putNestedDicomObject(int tag,
DicomObject item)
|
DicomElement |
DicomObject.putNestedDicomObject(int tag,
DicomObject item)
|
boolean |
DicomElement.removeDicomObject(DicomObject item)
|
void |
BasicDicomObject.setDefaults(DicomObject defaults)
|
DicomObject |
DicomElement.setDicomObject(int index,
DicomObject item)
|
void |
BasicDicomObject.setParent(DicomObject parent)
|
void |
DicomObject.setParent(DicomObject parent)
|
DicomObject |
DicomObject.subSet(DicomObject filter)
|
static DicomObject |
DicomObjects.unmodifiableDicomObject(DicomObject dcmobj)
Returns an unmodifiable view of the specified dicom object. |
Constructors in org.dcm4che2.data with parameters of type DicomObject | |
---|---|
BasicDicomObject(DicomObject defaults)
|
|
BasicDicomObject(DicomObject defaults,
int capacity)
|
Uses of DicomObject in org.dcm4che2.hp |
---|
Methods in org.dcm4che2.hp that return DicomObject | |
---|---|
DicomObject |
HPScreenDefinition.getDicomObject()
Returns the DicomObject that backs this HPScreenDefinition. |
DicomObject |
HangingProtocol.getDicomObject()
Returns the DicomObject that backs this HangingProtocol. |
DicomObject |
HPDefinition.getDicomObject()
Returns the DicomObject that backs this HPDefinition. |
DicomObject |
HPImageBox.getDicomObject()
Returns the DicomObject that backs this HPImageBox. |
DicomObject |
ReferencedSOP.getDicomObject()
|
DicomObject |
HPComparator.getDicomObject()
Returns the DicomObject that backs this HPComparator. |
DicomObject |
HPImageSet.getDicomObject()
Returns the DicomObject that backs this HPImageSet. |
DicomObject |
HPNavigationGroup.getDicomObject()
Returns the DicomObject that backs this HPNavigationGroup. |
DicomObject |
Code.getDicomObject()
|
DicomObject |
HPSelector.getDicomObject()
Returns the DicomObject that backs this HPSelector. |
DicomObject |
HPDisplaySet.getDicomObject()
Returns the DicomObject that backs this HPDisplaySet. |
DicomObject |
HPScrollingGroup.getDicomObject()
Returns the DicomObject that backs this HPScrollingGroup. |
Methods in org.dcm4che2.hp with parameters of type DicomObject | |
---|---|
int |
HPComparator.compare(DicomObject o1,
int frame1,
DicomObject o2,
int frame2)
|
int |
HPDisplaySet.compare(DicomObject o1,
int frame1,
DicomObject o2,
int frame2)
|
boolean |
HPImageSet.contains(DicomObject o,
int frame)
|
boolean |
HPDisplaySet.contains(DicomObject o,
int frame)
|
protected HPDisplaySet |
HangingProtocol.createDisplaySet(DicomObject ds,
HPImageSet is)
|
static HPSelector |
HPSelectorFactory.createDisplaySetFilter(DicomObject item)
Create Display Set Filter from Filter Operations Sequence (0072,0400) item. |
protected HPDefinition |
HangingProtocol.createHangingProtocolDefinition(DicomObject dcmobj)
|
static HPComparator |
HPComparatorFactory.createHPComparator(DicomObject sortingOp)
Create HPComparator from Sorting Operations Sequence (0072,0600) item. |
protected HPImageBox |
HPDisplaySet.createHPImageBox(DicomObject item,
int numImageBoxes)
|
protected HPImageSet |
HangingProtocol.createImageSet(java.util.List<HPSelector> selectors,
DicomObject dcmobj)
|
static HPSelector |
HPSelectorFactory.createImageSetSelector(DicomObject item)
Create Image Set Selector from Image Set Selector Sequence (0072,0022) item. |
protected HPNavigationGroup |
HangingProtocol.createNavigationGroup(DicomObject dcmobj)
|
protected HPScreenDefinition |
HangingProtocol.createNominalScreenDefinition(DicomObject item)
|
protected HPScrollingGroup |
HangingProtocol.createScrollingGroup(DicomObject dssg)
|
boolean |
HPSelector.matches(DicomObject dcmobj,
int frame)
|
Constructors in org.dcm4che2.hp with parameters of type DicomObject | |
---|---|
Code(DicomObject dcmobj)
|
|
HangingProtocol(DicomObject dcmobj)
|
|
HPDefinition(DicomObject item)
|
|
HPDisplaySet(DicomObject dcmobj,
HPImageSet imageSet)
|
|
HPImageBox(DicomObject item,
int tot)
|
|
HPImageSet(java.util.List<HPSelector> selectors,
DicomObject dcmobj)
|
|
HPNavigationGroup(DicomObject dcmobj,
java.util.List<HPDisplaySet> displaySets)
|
|
HPScreenDefinition(DicomObject item)
|
|
HPScrollingGroup(DicomObject dcmobj,
java.util.List<HPDisplaySet> totDisplaySets)
|
|
ReferencedSOP(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.hp.plugins |
---|
Methods in org.dcm4che2.hp.plugins that return DicomObject | |
---|---|
DicomObject |
ImagePlaneSelector.getDicomObject()
|
DicomObject |
ByAcqTimeComparator.getDicomObject()
|
DicomObject |
AlongAxisComparator.getDicomObject()
|
Methods in org.dcm4che2.hp.plugins with parameters of type DicomObject | |
---|---|
int |
ByAcqTimeComparator.compare(DicomObject o1,
int frame1,
DicomObject o2,
int frame2)
|
int |
AlongAxisComparator.compare(DicomObject o1,
int frame1,
DicomObject o2,
int frame2)
|
HPComparator |
ByAcqTimeComparatorSpi.createHPComparator(DicomObject sortOp)
|
HPComparator |
AlongAxisComparatorSpi.createHPComparator(DicomObject sortOp)
|
HPSelector |
ImagePlaneSelectorSpi.createHPSelector(DicomObject filterOp)
|
boolean |
ImagePlaneSelector.matches(DicomObject dcmobj,
int frame)
|
Constructors in org.dcm4che2.hp.plugins with parameters of type DicomObject | |
---|---|
AlongAxisComparator(DicomObject sortOp)
|
|
ByAcqTimeComparator(DicomObject sortOp)
|
|
ImagePlaneSelector(DicomObject filterOp)
|
Uses of DicomObject in org.dcm4che2.hp.spi |
---|
Methods in org.dcm4che2.hp.spi with parameters of type DicomObject | |
---|---|
abstract HPComparator |
HPComparatorSpi.createHPComparator(DicomObject sortOp)
|
abstract HPSelector |
HPSelectorSpi.createHPSelector(DicomObject filterOp)
|
Uses of DicomObject in org.dcm4che2.image |
---|
Methods in org.dcm4che2.image that return DicomObject | |
---|---|
static DicomObject |
VOIUtils.getLUT(DicomObject dobj,
int sqTag)
|
static DicomObject |
VOIUtils.selectModalityLUTObject(DicomObject img,
DicomObject pr,
int frame)
Finds the applicable DicomObject containing the Modality LUT information for the given frame within the image. |
static DicomObject |
VOIUtils.selectVoiItemFromPr(java.lang.String iuid,
DicomObject pr,
int frame)
Searches for a Softcopy VOI LUT Sequence for the given frame, or one for just the SOP instance. |
static DicomObject |
VOIUtils.selectVoiObject(DicomObject img,
DicomObject pr,
int frame)
Finds the applicable DicomObject containing the VOI LUT information for the given frame within the image. |
Methods in org.dcm4che2.image with parameters of type DicomObject | |
---|---|
static int[] |
VOIUtils.calcMinMax(DicomObject img,
java.awt.image.Raster raster)
Gets the min/max value from a data buffer, in the raw pixel data |
static boolean |
VOIUtils.containsVOIAttributes(DicomObject dobj)
Return true if the specified object contains some type of VOI attributes at the current level (ie window level or VOI LUT sequence) |
static java.awt.image.ColorModel |
ColorModelFactory.createColorModel(DicomObject ds)
|
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
DicomObject mLut,
DicomObject voiLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, non-linear Modality LUT and non-linear VOI LUT. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
DicomObject mLut,
DicomObject voiLut,
DicomObject pLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, non-linear Modality LUT, non-linear VOI LUT and non-linear Presentation LUT. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
DicomObject mLut,
float center,
float width,
java.lang.String vlutFct,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, non-linear Modality LUT and Window Center/Width. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
DicomObject mLut,
float center,
float width,
java.lang.String vlutFct,
DicomObject pLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, non-linear Modality LUT, Window Center/Width and non-linear Presentation LUT. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
float slope,
float intercept,
DicomObject voiLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, Rescale Slope/Intercept and non-linear VOI LUT. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
float slope,
float intercept,
DicomObject voiLut,
DicomObject pLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, Rescale Slope/Intercept, non-linear VOI LUT and non-linear Presentation LUT. |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
float slope,
float intercept,
float center,
float width,
java.lang.String vlutFct,
DicomObject pLut,
boolean inverse,
short[] pval2out)
Deprecated. Please use LookupTable.createLut(int, boolean, int, float, float, float, float, String, DicomObject, boolean, short[], Integer, Integer)
Create LUT for given i/o range, Rescale Slope/Intercept, Window Center/Width and non-linear Presentation LUT. Apply no Window if Window Width = 0.
If |
static LookupTable |
LookupTable.createLut(int inBits,
boolean signed,
int outBits,
float slope,
float intercept,
float center,
float width,
java.lang.String vlutFct,
DicomObject pLut,
boolean inverse,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given i/o range, Rescale Slope/Intercept, Window Center/Width and non-linear Presentation LUT. |
static LookupTable |
LookupTable.createLutForImage(DicomObject img,
DicomObject mlutObj,
DicomObject voiObj,
DicomObject pLut,
float center,
float width,
java.lang.String vlutFct,
boolean inverse,
int outBits,
short[] pval2out)
Creates a LUT based on a set of provided objects. |
static LookupTable |
LookupTable.createLutForImage(DicomObject img,
int outBits,
short[] pval2out)
Create LUT for given DICOM image and output range. |
static LookupTable |
LookupTable.createLutForImageWithPR(DicomObject img,
DicomObject pr,
int frame,
float center,
float width,
java.lang.String vlutFct,
int outBits,
short[] pval2out)
Create LUT for given DICOM image with DICOM Presentation State and output range and possibly a window level over-ride. |
static LookupTable |
LookupTable.createLutFromVOISequence(DicomObject img,
DicomObject mLut,
DicomObject voiLut,
boolean inverse,
int outBits,
short[] pval2out)
Deprecated. Please use LookupTable.createLutFromVOISequence(DicomObject, DicomObject, DicomObject, boolean, int, short[], Integer, Integer)
Create LUT for given DICOM image, non-linear VOI LUT and output range.
If |
static LookupTable |
LookupTable.createLutFromVOISequence(DicomObject img,
DicomObject mLut,
DicomObject voiLut,
boolean inverse,
int outBits,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given DICOM image, non-linear VOI LUT and output range. |
static LookupTable |
LookupTable.createLutFromWL(DicomObject img,
DicomObject mLut,
float center,
float width,
java.lang.String vlutFct,
boolean inverse,
int outBits,
short[] pval2out)
Deprecated. Please use #createLut(DicomObject, DicomObject, float, float, String, boolean, int, short[], Integer, Integer)
Create LUT for given DICOM image, modality LUT, and Window Center/Width and output range. Apply no Window if Window Width = 0.
If |
static LookupTable |
LookupTable.createLutFromWL(DicomObject img,
DicomObject mLut,
float center,
float width,
java.lang.String vlutFct,
boolean inverse,
int outBits,
short[] pval2out,
java.lang.Integer pixelPaddingValue,
java.lang.Integer pixelPaddingRange)
Create LUT for given DICOM image, modality LUT, and Window Center/Width and output range. |
static java.awt.image.ColorModel |
ColorModelFactory.createPaletteColorModel(DicomObject ds)
|
static java.awt.image.BufferedImage |
OverlayUtils.extractOverlay(DicomObject ds,
int overlayNumber,
javax.imageio.ImageReader reader,
java.lang.String rgbs)
Read an overlay image or region instead of a regular image. |
static java.lang.Integer |
LookupTable.getIntPixelValue(DicomObject ds,
int tag,
boolean signed,
int stored)
Gets a pixel value from the given field - the field can be a regular integer or it can be ob data. |
static DicomObject |
VOIUtils.getLUT(DicomObject dobj,
int sqTag)
|
static float[] |
VOIUtils.getMinMaxWindowCenterWidth(DicomObject img,
DicomObject pr,
int frame,
java.awt.image.Raster raster)
This method returns the minimum and maximum window center widths, based on the Modality LUT and image information. |
static int |
OverlayUtils.getOverlayHeight(DicomObject ds,
int overlayNumber)
Reads the height of the overlay - needs to be done separately from the primary width even though they are supposed to be identical, as a stand alone overlay won't have any width/height except in the overlay tags. |
static int |
OverlayUtils.getOverlayWidth(DicomObject ds,
int overlayNumber)
Reads the width of the overlay - needs to be done separately from the primary width even though they are supposed to be identical, as a stand alone overlay won't have any width/height except in the overlay tags. |
static boolean |
VOIUtils.isModalityLUTcontainsPixelIntensityRelationshipLUT(DicomObject img)
Return true if the specified image object contains a pixel intensity relationship LUT, based on SOP class |
static boolean |
ColorModelFactory.isMonochrome(DicomObject ds)
|
static boolean |
ColorModelFactory.isPaletteColor(DicomObject ds)
|
static DicomObject |
VOIUtils.selectModalityLUTObject(DicomObject img,
DicomObject pr,
int frame)
Finds the applicable DicomObject containing the Modality LUT information for the given frame within the image. |
static DicomObject |
VOIUtils.selectVoiItemFromPr(java.lang.String iuid,
DicomObject pr,
int frame)
Searches for a Softcopy VOI LUT Sequence for the given frame, or one for just the SOP instance. |
static DicomObject |
VOIUtils.selectVoiObject(DicomObject img,
DicomObject pr,
int frame)
Finds the applicable DicomObject containing the VOI LUT information for the given frame within the image. |
Uses of DicomObject in org.dcm4che2.imageio |
---|
Methods in org.dcm4che2.imageio with parameters of type DicomObject | |
---|---|
void |
ImageReaderFactory.adjustDatasetForTransferSyntax(DicomObject ds,
java.lang.String tsuid)
|
Uses of DicomObject in org.dcm4che2.imageio.plugins.dcm |
---|
Methods in org.dcm4che2.imageio.plugins.dcm that return DicomObject | |
---|---|
DicomObject |
DicomStreamMetaData.getDicomObject()
|
DicomObject |
DicomImageReadParam.getPresentationState()
|
DicomObject |
DicomImageReadParam.getVoiLut()
|
Methods in org.dcm4che2.imageio.plugins.dcm with parameters of type DicomObject | |
---|---|
void |
DicomStreamMetaData.setDicomObject(DicomObject dataset)
|
void |
DicomImageReadParam.setPresentationState(DicomObject prState)
|
void |
DicomImageReadParam.setVoiLut(DicomObject voiLut)
|
Uses of DicomObject in org.dcm4che2.io |
---|
Methods in org.dcm4che2.io that return DicomObject | |
---|---|
DicomObject |
DicomInputStream.getDicomObject()
|
DicomObject |
SAXReader.readDicomObject()
|
DicomObject |
DicomInputStream.readDicomObject()
|
DicomObject |
DicomInputStream.readFileMetaInformation()
Read File Meta Information from this stream. |
Methods in org.dcm4che2.io with parameters of type DicomObject | |
---|---|
void |
SAXReader.readDicomObject(DicomObject dcmObj)
|
void |
DicomInputStream.readDicomObject(DicomObject dest,
int len)
|
void |
DicomInputStream.readFileMetaInformation(DicomObject dest)
Read File Meta Information from this stream into DicomObject . |
void |
DicomInputStream.readItem(DicomObject dest)
|
void |
DicomOutputStream.serializeDicomObject(DicomObject attrs)
Only for internal use by DicomObjectSerializer . |
void |
SAXWriter.write(DicomObject attrs)
|
void |
DicomOutputStream.writeCommand(DicomObject attrs)
|
void |
DicomOutputStream.writeDataset(DicomObject attrs,
java.lang.String tsuid)
Write a DICOM dataset to the output stream. |
void |
DicomOutputStream.writeDataset(DicomObject attrs,
TransferSyntax transferSyntax)
Write a DICOM dataset to the output stream. |
void |
DicomOutputStream.writeDicomFile(DicomObject attrs)
Write a DICOM object to the output stream using the specified DicomObject to obtain the transfer syntax UID and other
attributes. |
void |
DicomOutputStream.writeFileMetaInformation(DicomObject attrs)
|
void |
DicomOutputStream.writeItem(DicomObject item,
TransferSyntax transferSyntax)
Write an item (DicomObject) to the output stream. |
Constructors in org.dcm4che2.io with parameters of type DicomObject | |
---|---|
ContentHandlerAdapter(DicomObject attrs)
|
Uses of DicomObject in org.dcm4che2.iod.composite |
---|
Fields in org.dcm4che2.iod.composite declared as DicomObject | |
---|---|
protected DicomObject |
Composite.dcmobj
|
Methods in org.dcm4che2.iod.composite that return DicomObject | |
---|---|
DicomObject |
Composite.getDcmobj()
|
DicomObject |
Composite.getDicomObject()
|
Methods in org.dcm4che2.iod.composite with parameters of type DicomObject | |
---|---|
static Composite |
Composite.valueOf(DicomObject dcmobj)
|
Constructors in org.dcm4che2.iod.composite with parameters of type DicomObject | |
---|---|
Composite(DicomObject dcmobj,
GeneralSeriesModule seriesModule)
|
|
CRImage(DicomObject dcmobj)
|
|
DXImage(DicomObject dcmobj)
|
|
Image(DicomObject dcmobj,
GeneralSeriesModule seriesModule,
GeneralImageModule imageModule)
|
|
SpatialFiducials(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module |
---|
Fields in org.dcm4che2.iod.module declared as DicomObject | |
---|---|
protected DicomObject |
Module.dcmobj
|
Methods in org.dcm4che2.iod.module that return DicomObject | |
---|---|
DicomObject |
Module.getDicomObject()
|
Constructors in org.dcm4che2.iod.module with parameters of type DicomObject | |
---|---|
Module(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.composite |
---|
Constructors in org.dcm4che2.iod.module.composite with parameters of type DicomObject | |
---|---|
AcquisitionContext(DicomObject dcmobj)
|
|
AcquisitionContextModule(DicomObject dcmobj)
|
|
ClinicalTrialSeriesModule(DicomObject dcmobj)
|
|
ClinicalTrialStudyModule(DicomObject dcmobj)
|
|
ClinicalTrialSubjectModule(DicomObject dcmobj)
|
|
ContrastBolusModule(DicomObject dcmobj)
|
|
DeviceModule(DicomObject dcmobj)
|
|
GeneralEquipmentModule(DicomObject dcmobj)
|
|
GeneralImageModule(DicomObject dcmobj)
|
|
GeneralSeriesModule(DicomObject dcmobj)
|
|
GeneralStudyModule(DicomObject dcmobj)
|
|
ImagePixel(DicomObject dcmobj)
|
|
ImagePixelModule(DicomObject dcmobj)
|
|
PatientModule(DicomObject dcmobj)
|
|
PatientStudyModule(DicomObject dcmobj)
|
|
RelatedSeries(DicomObject dcmobj)
|
|
RequestAttributes(DicomObject dcmobj)
|
|
SourceImage(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.cr |
---|
Constructors in org.dcm4che2.iod.module.cr with parameters of type DicomObject | |
---|---|
CRImageModule(DicomObject dcmobj)
|
|
CRSeriesModule(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.dx |
---|
Constructors in org.dcm4che2.iod.module.dx with parameters of type DicomObject | |
---|---|
DXAnatomyImagedModule(DicomObject dcmobj)
|
|
DXDetector(DicomObject dcmobj)
|
|
DXDetectorModule(DicomObject dcmobj)
|
|
DXImageModule(DicomObject dcmobj)
|
|
DXPositioningModule(DicomObject dcmobj)
|
|
DXSeriesModule(DicomObject dcmobj)
|
|
IntraOralImageModule(DicomObject dcmobj)
|
|
IntraOralSeriesModule(DicomObject dcmobj)
|
|
MammographyImageModule(DicomObject dcmobj)
|
|
MammographySeriesModule(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.general |
---|
Constructors in org.dcm4che2.iod.module.general with parameters of type DicomObject | |
---|---|
CodingSchemeIdentification(DicomObject dcmobj)
|
|
CommonInstanceReferenceModule(DicomObject dcmobj)
|
|
ContributingEquipment(DicomObject dcmobj)
|
|
DigitalSignatures(DicomObject dcmobj)
|
|
EncryptedAttributes(DicomObject dcmobj)
|
|
HL7StructuredDocumentReference(DicomObject dcmobj)
|
|
MACParameters(DicomObject dcmobj)
|
|
SeriesAndInstanceReference(DicomObject dcmobj)
|
|
SOPCommonModule(DicomObject dcmobj)
|
|
StudyAndSeriesAndInstanceReference(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.lut |
---|
Constructors in org.dcm4che2.iod.module.lut with parameters of type DicomObject | |
---|---|
Lut(DicomObject dcmobj)
|
|
LutModule(DicomObject dcmobj)
Create a LUT module object |
|
ModalityLutModule(DicomObject dcmobj)
|
|
VoiLutModule(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.macro |
---|
Constructors in org.dcm4che2.iod.module.macro with parameters of type DicomObject | |
---|---|
AnatomicRegionCode(DicomObject dcmobj)
|
|
Code(DicomObject dcmobj)
|
|
ContentItem(DicomObject dcmobj)
|
|
ContentItemAndModifier(DicomObject dcmobj)
|
|
GeneralAnatomy(DicomObject dcmobj)
|
|
ImageSOPInstanceReference(DicomObject dcmobj)
|
|
ImageSOPInstanceReferenceAndPurpose(DicomObject dcmobj)
|
|
PatientOrientationCode(DicomObject dcmobj)
|
|
PersonIdentification(DicomObject dcmobj)
|
|
PrimaryAnatomicStructureCode(DicomObject dcmobj)
|
|
ProtocolCodeAndContext(DicomObject dcmobj)
|
|
SOPInstanceReference(DicomObject dcmobj)
|
|
SOPInstanceReferenceAndPurpose(DicomObject dcmobj)
|
|
ViewCode(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.overlay |
---|
Constructors in org.dcm4che2.iod.module.overlay with parameters of type DicomObject | |
---|---|
OverlayPlaneModule(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.pr |
---|
Methods in org.dcm4che2.iod.module.pr with parameters of type DicomObject | |
---|---|
static DisplayedAreaModule[] |
DisplayedAreaModule.toDisplayedAreaModules(DicomObject dcmobj)
|
static GraphicAnnotationModule[] |
GraphicAnnotationModule.toGraphicAnnotationModules(DicomObject dcmobj)
Return an array of the graphic annotation module instances in this GSPS, given an overall dicom object. |
static java.util.Map |
GraphicLayerModule.toGraphicLayerMap(DicomObject dcmobj)
Gets a map of String to GraphicLayerModule for all the available graphic layers. |
Constructors in org.dcm4che2.iod.module.pr with parameters of type DicomObject | |
---|---|
DisplayedAreaModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
DisplayShutterModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
GraphicAnnotationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
GraphicLayerModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
GraphicObject(DicomObject dcmobj)
|
|
MaskModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
OverlayActivationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
OverlayPlaneModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
SpatialTransformationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
TextObject(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.spatial |
---|
Constructors in org.dcm4che2.iod.module.spatial with parameters of type DicomObject | |
---|---|
Fiducial(DicomObject dcmobj)
|
|
FiducialSet(DicomObject dcmobj)
|
|
GraphicCoordinatesData(DicomObject dcmobj)
|
|
SpatialFiducialsModule(DicomObject dcmobj)
|
|
SpatialFiducialsSeriesModule(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.module.sr |
---|
Constructors in org.dcm4che2.iod.module.sr with parameters of type DicomObject | |
---|---|
HierachicalSOPInstanceReference(DicomObject dcmobj)
|
|
IdentifiedPersonOrDevice(DicomObject dcmobj)
|
|
InsitutionNameAndCode(DicomObject dcmobj)
|
|
KODocumentModule(DicomObject dcmobj)
|
|
KODocumentSeriesModule(DicomObject dcmobj)
|
|
MeasuredValue(DicomObject dcmobj)
|
|
Participant(DicomObject dcmobj)
|
|
ReferencedRequest(DicomObject dcmobj)
|
|
SeriesAndInstanceReference(DicomObject dcmobj)
|
|
SOPInstanceReferenceAndMAC(DicomObject dcmobj)
|
|
SRDocumentContent(DicomObject dcmobj)
|
|
SRDocumentContentModule(DicomObject dcmobj)
|
|
SRDocumentGeneralModule(DicomObject dcmobj)
|
|
SRDocumentSeriesModule(DicomObject dcmobj)
|
|
VerifyingObserver(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.iod.validation |
---|
Methods in org.dcm4che2.iod.validation that return DicomObject | |
---|---|
DicomObject |
ValidationResult.getInvalidValues()
|
DicomObject |
ValidationResult.getMissingAttributes()
|
DicomObject |
ValidationResult.getMissingValues()
|
Methods in org.dcm4che2.iod.validation with parameters of type DicomObject | |
---|---|
void |
ValidationResult.logInvalidValue(int tag,
DicomObject testObj)
|
Uses of DicomObject in org.dcm4che2.iod.value |
---|
Methods in org.dcm4che2.iod.value with parameters of type DicomObject | |
---|---|
static boolean |
PixelRepresentation.isSigned(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.media |
---|
Fields in org.dcm4che2.media declared as DicomObject | |
---|---|
protected DicomObject |
DicomDirWriter.cachedLastChildRecord
|
protected DicomObject |
DicomDirWriter.cachedParentRecord
|
protected DicomObject |
FileMetaInformation.dcmobj
|
Fields in org.dcm4che2.media with type parameters of type DicomObject | |
---|---|
protected IntHashtable<DicomObject> |
DicomDirReader.cache
|
protected java.util.ArrayList<DicomObject> |
DicomDirWriter.dirtyRecords
|
Methods in org.dcm4che2.media that return DicomObject | |
---|---|
DicomObject |
DicomDirWriter.addPatientRecord(DicomObject patrec)
|
DicomObject |
DicomDirWriter.addSeriesRecord(DicomObject styrec,
DicomObject serrec)
|
DicomObject |
DicomDirWriter.addStudyRecord(DicomObject patrec,
DicomObject styrec)
|
DicomObject |
DicomDirReader.findFirstChildRecord(DicomObject parentRecord)
|
DicomObject |
DicomDirReader.findFirstMatchingChildRecord(DicomObject parentRecord,
DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findFirstMatchingRootRecord(DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findFirstRootRecord()
|
DicomObject |
DicomDirReader.findInstanceRecord(DicomObject serrec,
java.lang.String uid)
|
DicomObject |
DicomDirReader.findNextMatchingSiblingRecord(DicomObject prevRecord,
DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findNextSiblingRecord(DicomObject prevRecord)
|
DicomObject |
DicomDirReader.findPatientRecord(java.lang.String pid)
|
DicomObject |
DicomDirReader.findSeriesRecord(DicomObject styrec,
java.lang.String uid)
|
DicomObject |
DicomDirReader.findStudyRecord(DicomObject patrec,
java.lang.String uid)
|
DicomObject |
FileMetaInformation.getDicomObject()
|
protected DicomObject |
DicomDirReader.lastChildRecord(DicomObject parentRec)
|
protected DicomObject |
DicomDirReader.lastRootRecord()
|
protected DicomObject |
DicomDirReader.lastSiblingOrThis(DicomObject rec)
|
DicomObject |
ApplicationProfile.makeEncapsulatedDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeEncapsulatedDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeFiducialDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeFiducialDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeHangingProtocolDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeHangingProtocolDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeHL7StructuredDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeHL7StructuredDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeImageDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeImageDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeInstanceDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeInstanceDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeKeyObjectDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeKeyObjectDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makePatientDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makePatientDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makePresentationStateDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makePresentationStateDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRawDataDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRawDataDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRealWorldValueMappingDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRealWorldValueMappingDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRegistrationDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRegistrationDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTDoseDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTDoseDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTPlanDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTPlanDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTStructuredSetDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTStructuredSetDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTTreatmentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTTreatmentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeSeriesDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makeSeriesDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makeSpectroscopyDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeSpectroscopyDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeSRDocumentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeSRDocumentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeStudyDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makeStudyDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makeWaveformDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeWaveformDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
protected DicomObject |
DicomDirReader.readRecord(int offset)
|
Methods in org.dcm4che2.media with parameters of type DicomObject | |
---|---|
void |
DicomDirWriter.addChildRecord(DicomObject parentRec,
DicomObject dcmobj)
|
DicomObject |
DicomDirWriter.addPatientRecord(DicomObject patrec)
|
void |
DicomDirWriter.addRootRecord(DicomObject rec)
|
DicomObject |
DicomDirWriter.addSeriesRecord(DicomObject styrec,
DicomObject serrec)
|
void |
DicomDirWriter.addSiblingRecord(DicomObject prevRec,
DicomObject dcmobj)
|
DicomObject |
DicomDirWriter.addStudyRecord(DicomObject patrec,
DicomObject styrec)
|
void |
DicomDirWriter.deleteRecord(DicomObject rec)
|
DicomObject |
DicomDirReader.findFirstChildRecord(DicomObject parentRecord)
|
DicomObject |
DicomDirReader.findFirstMatchingChildRecord(DicomObject parentRecord,
DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findFirstMatchingRootRecord(DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findInstanceRecord(DicomObject serrec,
java.lang.String uid)
|
DicomObject |
DicomDirReader.findNextMatchingSiblingRecord(DicomObject prevRecord,
DicomObject keys,
boolean ignoreCaseOfPN)
|
DicomObject |
DicomDirReader.findNextSiblingRecord(DicomObject prevRecord)
|
DicomObject |
DicomDirReader.findSeriesRecord(DicomObject styrec,
java.lang.String uid)
|
DicomObject |
DicomDirReader.findStudyRecord(DicomObject patrec,
java.lang.String uid)
|
protected DicomObject |
DicomDirReader.lastChildRecord(DicomObject parentRec)
|
protected DicomObject |
DicomDirReader.lastSiblingOrThis(DicomObject rec)
|
DicomObject |
ApplicationProfile.makeEncapsulatedDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeEncapsulatedDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeFiducialDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeFiducialDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeHangingProtocolDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeHangingProtocolDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeHL7StructuredDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeHL7StructuredDocumentDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeImageDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeImageDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeInstanceDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeInstanceDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeKeyObjectDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeKeyObjectDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makePatientDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makePatientDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makePresentationStateDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makePresentationStateDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRawDataDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRawDataDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRealWorldValueMappingDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRealWorldValueMappingDirectorRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRegistrationDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRegistrationDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTDoseDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTDoseDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTPlanDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTPlanDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTStructuredSetDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTStructuredSetDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeRTTreatmentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeRTTreatmentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeSeriesDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makeSeriesDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makeSpectroscopyDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeSpectroscopyDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeSRDocumentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeSRDocumentDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
ApplicationProfile.makeStudyDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
BasicApplicationProfile.makeStudyDirectoryRecord(DicomObject dcmobj)
|
DicomObject |
ApplicationProfile.makeWaveformDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
DicomObject |
BasicApplicationProfile.makeWaveformDirectoryRecord(DicomObject dcmobj,
java.lang.String[] fileIDs)
|
java.io.File |
DicomDirReader.toReferencedFile(DicomObject rec)
|
Constructors in org.dcm4che2.media with parameters of type DicomObject | |
---|---|
FileMetaInformation(DicomObject dcmobj)
|
|
FileSetInformation(DicomObject dcmobj)
|
Uses of DicomObject in org.dcm4che2.net |
---|
Methods in org.dcm4che2.net that return DicomObject | |
---|---|
DicomObject |
DicomServiceException.getCommand()
|
DicomObject |
DimseRSP.getCommand()
Get the response command object. |
DicomObject |
SingleDimseRSP.getCommand()
|
DicomObject |
DataWriterAdapter.getDataset()
|
DicomObject |
DicomServiceException.getDataset()
|
DicomObject |
DimseRSP.getDataset()
Get the dataset contained within this response, null if there is no dataset. |
DicomObject |
SingleDimseRSP.getDataset()
|
static DicomObject |
CommandUtils.mkCCancelRQ(int msgId)
|
static DicomObject |
CommandUtils.mkCEchoRQ(int msgId,
java.lang.String cuid)
|
static DicomObject |
CommandUtils.mkCFindRQ(int msgId,
java.lang.String cuid,
int priority)
|
static DicomObject |
CommandUtils.mkCGetRQ(int msgId,
java.lang.String cuid,
int priority)
|
static DicomObject |
CommandUtils.mkCMoveRQ(int msgId,
java.lang.String cuid,
int priority,
java.lang.String destination)
|
static DicomObject |
CommandUtils.mkCStoreRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int priority)
|
static DicomObject |
CommandUtils.mkCStoreRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int priority,
java.lang.String moveOriginatorAET,
int moveOriginatorMsgId)
|
static DicomObject |
CommandUtils.mkNActionRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int actionTypeID,
DicomObject data)
|
static DicomObject |
CommandUtils.mkNCreateRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid)
|
static DicomObject |
CommandUtils.mkNDeleteRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid)
|
static DicomObject |
CommandUtils.mkNEventReportRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int eventTypeID,
DicomObject data)
|
static DicomObject |
CommandUtils.mkNGetRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int[] tags)
|
static DicomObject |
CommandUtils.mkNSetRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid)
|
static DicomObject |
CommandUtils.mkRSP(DicomObject rq,
int status)
|
abstract DicomObject |
PDVInputStream.readDataset()
|
Methods in org.dcm4che2.net with parameters of type DicomObject | |
---|---|
void |
Association.cfind(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.cfind(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
int autoCancel)
|
void |
Association.cfind(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.cfind(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
int autoCancel)
|
DimseRSP |
Association.cget(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid)
|
void |
Association.cget(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.cget(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid)
|
void |
Association.cget(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.cmove(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
java.lang.String destination)
|
void |
Association.cmove(java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
java.lang.String destination,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.cmove(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
java.lang.String destination)
|
void |
Association.cmove(java.lang.String asuid,
java.lang.String cuid,
int priority,
DicomObject data,
java.lang.String tsuid,
java.lang.String destination,
DimseRSPHandler rspHandler)
|
static boolean |
CommandUtils.hasDataset(DicomObject dcmobj)
|
static boolean |
CommandUtils.isCancelRQ(DicomObject dcmobj)
|
static boolean |
CommandUtils.isPending(DicomObject cmd)
|
static boolean |
CommandUtils.isResponse(DicomObject dcmobj)
|
static DicomObject |
CommandUtils.mkNActionRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int actionTypeID,
DicomObject data)
|
static DicomObject |
CommandUtils.mkNEventReportRQ(int msgId,
java.lang.String cuid,
java.lang.String iuid,
int eventTypeID,
DicomObject data)
|
static DicomObject |
CommandUtils.mkRSP(DicomObject rq,
int status)
|
DimseRSP |
Association.naction(java.lang.String cuid,
java.lang.String iuid,
int actionTypeId,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.naction(java.lang.String cuid,
java.lang.String iuid,
int actionTypeId,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.naction(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
int actionTypeId,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.naction(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
int actionTypeId,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.ncreate(java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.ncreate(java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.ncreate(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.ncreate(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.nevent(java.lang.String cuid,
java.lang.String iuid,
int eventTypeId,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.nevent(java.lang.String cuid,
java.lang.String iuid,
int eventTypeId,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.nevent(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
int eventTypeId,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.nevent(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
int eventTypeId,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.nset(java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.nset(java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
DimseRSP |
Association.nset(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid)
|
void |
Association.nset(java.lang.String asuid,
java.lang.String cuid,
java.lang.String iuid,
DicomObject attrs,
java.lang.String tsuid,
DimseRSPHandler rspHandler)
|
void |
DimseRSPHandler.onDimseRSP(Association as,
DicomObject cmd,
DicomObject data)
|
void |
Association.registerCancelRQHandler(DicomObject cmd,
DimseRSP handler)
|
void |
DicomServiceException.setData(DicomObject data)
|
static java.lang.String |
CommandUtils.toString(DicomObject cmd,
int pcid,
java.lang.String tsuid)
|
void |
Association.writeDimseRSP(int pcid,
DicomObject cmd)
|
void |
Association.writeDimseRSP(int pcid,
DicomObject cmd,
DicomObject data)
|
Constructors in org.dcm4che2.net with parameters of type DicomObject | |
---|---|
DataWriterAdapter(DicomObject data)
|
|
DicomServiceException(DicomObject rq,
int status)
|
|
DicomServiceException(DicomObject rq,
int status,
java.lang.String message)
|
|
SingleDimseRSP(DicomObject cmd)
|
|
SingleDimseRSP(DicomObject cmd,
DicomObject data)
|
Uses of DicomObject in org.dcm4che2.net.service |
---|
Methods in org.dcm4che2.net.service that return DicomObject | |
---|---|
protected DicomObject |
NCreateService.doNCreate(Association as,
int pcid,
DicomObject rq,
DicomObject data,
DicomObject rsp)
|
protected DicomObject |
NSetService.doNSet(Association as,
int pcid,
DicomObject rq,
DicomObject data,
DicomObject rsp)
|
Methods in org.dcm4che2.net.service with parameters of type DicomObject | |
---|---|
void |
VerificationService.cecho(Association as,
int pcid,
DicomObject cmd)
|
void |
CEchoSCP.cecho(Association as,
int pcid,
DicomObject cmd)
|
void |
CFindService.cfind(Association as,
int pcid,
DicomObject rq,
DicomObject data)
|
void |
CFindSCP.cfind(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
CGetSCP.cget(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
CMoveSCP.cmove(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
CStoreSCP.cstore(Association as,
int pcid,
DicomObject cmd,
PDVInputStream dataStream,
java.lang.String tsuid)
|
void |
StorageService.cstore(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid)
|
protected DimseRSP |
CFindService.doCFind(Association as,
int pcid,
DicomObject cmd,
DicomObject data,
DicomObject rsp)
|
protected void |
StorageService.doCStore(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid,
DicomObject rsp)
Deprecated. use/overwrite StorageService.onCStoreRQ(org.dcm4che2.net.Association, int, org.dcm4che2.data.DicomObject, org.dcm4che2.net.PDVInputStream, java.lang.String, org.dcm4che2.data.DicomObject) |
protected DicomObject |
NCreateService.doNCreate(Association as,
int pcid,
DicomObject rq,
DicomObject data,
DicomObject rsp)
|
protected DicomObject |
NSetService.doNSet(Association as,
int pcid,
DicomObject rq,
DicomObject data,
DicomObject rsp)
|
void |
StorageCommitmentService.naction(Association as,
int pcid,
DicomObject rq,
DicomObject info)
|
void |
NActionSCP.naction(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
NCreateSCP.ncreate(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
NCreateService.ncreate(Association as,
int pcid,
DicomObject rq,
DicomObject data)
|
void |
NDeleteSCP.ndelete(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
StorageCommitmentService.neventReport(Association as,
int pcid,
DicomObject rq,
DicomObject info)
|
void |
NEventReportSCU.neventReport(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
NGetSCP.nget(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
NSetSCP.nset(Association as,
int pcid,
DicomObject cmd,
DicomObject data)
|
void |
NSetService.nset(Association as,
int pcid,
DicomObject rq,
DicomObject data)
|
protected void |
StorageService.onCStoreRQ(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid,
DicomObject rsp)
|
protected void |
StorageService.onCStoreRSP(Association as,
int pcid,
DicomObject rq,
PDVInputStream dataStream,
java.lang.String tsuid,
DicomObject rsp)
|
protected void |
StorageCommitmentService.onNActionRQ(Association as,
int pcid,
DicomObject rq,
DicomObject info,
DicomObject rsp)
|
protected void |
StorageCommitmentService.onNActionRSP(Association as,
int pcid,
DicomObject rq,
DicomObject info,
DicomObject rsp)
|
protected void |
StorageCommitmentService.onNEventReportRQ(Association as,
int pcid,
DicomObject rq,
DicomObject info,
DicomObject rsp)
|
protected void |
StorageCommitmentService.onNEventReportRSP(Association as,
int pcid,
DicomObject rq,
DicomObject info,
DicomObject rsp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |