Examples of DICOMWindowParam


Examples of clips.dicom.Image.DICOMWindowParam

  public static final int      OFFSET = 2;
  public static final int      AUTO_AND_OFFSET = 3;
  public static final int      AUTO_IF_NOT_SET = 4;*/
    if (retStatus == RET_OK){
      int            idx = jComboBox1.getSelectedIndex();
      DICOMWindowParam    wp = img.getWindowParams();
      switch (idx){
        case EXPLICT:
          param.setWindowType(DICOMDeviceParam.WindowingType.expict);
          param.setWindowBegin(wp.windowCenter - wp.windowSize / 2);
          param.setWindowEnd(wp.windowCenter - wp.windowSize / 2);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.