Deprecated API


Contents
Deprecated Methods
org.dcm4che2.hp.HangingProtocol.addDisplaySet(HPDisplaySet)
          use addNewDisplaySet instead 
org.dcm4che2.image.LookupTable.createLut(int, boolean, int, float, float, float, float, String, DicomObject, boolean, short[])
          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 pval2out is not null, the output will be weighted according this function, where the highest input value (p-value) maps to array index length-1 and the highest output value (2^outBits-1) is represented by 0xFFFF. Length of pval2out must be equal to 2^inBits, with inBits in the range [8, 16]. 

org.dcm4che2.image.LookupTable.createLutFromVOISequence(DicomObject, DicomObject, DicomObject, boolean, int, short[])
          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 pval2out is not null, the output will be weighted according this function, where the highest input value (p-value) maps to array index length-1 and the highest output value (2^outBits-1) is represented by 0xFFFF. Length of pval2out must be equal to 2^inBits, with inBits in the range [8, 16]. 

org.dcm4che2.image.LookupTable.createLutFromWL(DicomObject, DicomObject, float, float, String, boolean, int, short[])
          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 pval2out is not null, the output will be weighted according this function, where the highest input value (p-value) maps to array index length-1 and the highest output value (2^outBits-1) is represented by 0xFFFF. Length of pval2out must be equal to 2^inBits, with inBits in the range [8, 16]. 

org.dcm4che2.net.service.StorageService.doCStore(Association, int, DicomObject, PDVInputStream, String, DicomObject)
          use/overwrite StorageService.onCStoreRQ(org.dcm4che2.net.Association, int, org.dcm4che2.data.DicomObject, org.dcm4che2.net.PDVInputStream, java.lang.String, org.dcm4che2.data.DicomObject) 
org.dcm4che2.iod.module.pr.GraphicLayerModule.getGraphicLayerRecommendedDisplayRGBValue()
          No recommended to be used any longer. 
org.dcm4che2.net.NetworkApplicationEntity.getMoveRspTimeout()
          use NetworkApplicationEntity.getRetrieveRspTimeout() 
org.dcm4che2.net.NetworkApplicationEntity.setMoveRspTimeout(int)
          use NetworkApplicationEntity.setRetrieveRspTimeout(int) 
 



Copyright © 2011 dcm4che. All Rights Reserved.