Constant Field Values


Contents
org.eclipse.*

org.eclipse.ohf.wado.client.IValidationErrors
public static final java.lang.String NO_FRAME_IF_DICOM "Frame number shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_IMG_QUALITY_IF_DICOM "Image quality shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_PRSNT_UID_IF_DICOM "UID of the presentation object shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_ROI_IF_DICOM "Region of image shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_THREE_UIDS "Request must have the required three UIDs: Study, Series and Object"
public static final java.lang.String NO_TRANSFER_SYNTAX_IF_DICOM "Transfer Syntax UID shall not be present if content type is other than \'application/dicom\'"
public static final java.lang.String NO_WIN_CNTR_IF_DICOM "Window center of the image shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_WIN_CNTR_IF_PRSNT_UID_EXISTS "Window center of the image shall not be present if there is a presentation UID parameter"
public static final java.lang.String NO_WIN_CNTR_IF_WIDTH_EXISTS "Window center is required if window width is present"
public static final java.lang.String NO_WIN_WIDTH_IF_DICOM "Window width of the image shall not be present if content type is \'application/dicom\'"
public static final java.lang.String NO_WIN_WIDTH_IF_PRSNT_UID_EXISTS "Window width of the image shall not be present if there is a presentation UID parameter"
public static final java.lang.String NO_WIN_WIDTH_IF_WIN_CNTR_EXISTS "Window width is required if window center is present"
public static final java.lang.String PRSNT_SERIES_UID_REQUIRED "Presentation Series UID is required and shall only be present if Presentation UID is present"

org.eclipse.ohf.wado.client.WADORequest
public static final java.lang.String DICOM_MIME_TYPE "application/dicom"
public static final java.lang.String JPEG_MIME_TYPE "image/jpeg"

org.eclipse.ohf.wado.client.rcp.DicomDetailsView
public static final java.lang.String ID "org.eclipse.ohf.wado.client.rcp.dicomdetailsview"

org.eclipse.ohf.wado.client.rcp.DicomView
public static final java.lang.String ID "org.eclipse.ohf.wado.client.rcp.dicomview"

org.eclipse.ohf.wado.client.rcp.RequestParametersView
public static final java.lang.String ID "org.eclipse.ohf.wado.client.rcp.paramsview"