Class J2Ci.jDVPrStateParam_GetImageReference
All Packages Class Hierarchy This Package Previous Next Index
Class J2Ci.jDVPrStateParam_GetImageReference
Object
|
+----J2Ci.jDVPrStateParam_GetImageReference
- public class jDVPrStateParam_GetImageReference
- extends Object
The class jDVPrStateParam_GetImageReference is responsible for parameters
passed to the method getImageReference() of class DVPresentationState. This method
has some parameters (primitive types and array types) passed by reference (changed in this method),
and what Java can't manage. So an extra class had to be constructed - this class.
Create an object of this class before passing it to that method!
- Author:
- Andreas Schröter
-
frames
- List of Frames
-
instanceUID
- Instance UID
-
seriesUID
- Series UID
-
sopclassUID
- SOP Class UID
-
studyUID
- The Study UID
-
J2Ci.jDVPrStateParam_GetImageReference()
-
frames
public java.lang.String frames
- List of Frames
instanceUID
public java.lang.String instanceUID
- Instance UID
seriesUID
public java.lang.String seriesUID
- Series UID
sopclassUID
public java.lang.String sopclassUID
- SOP Class UID
studyUID
public java.lang.String studyUID
- The Study UID
jDVPrStateParam_GetImageReference
public jDVPrStateParam_GetImageReference()
All Packages Class Hierarchy This Package Previous Next Index