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

Variable Index

 o frames
List of Frames
 o instanceUID
Instance UID
 o seriesUID
Series UID
 o sopclassUID
SOP Class UID
 o studyUID
The Study UID

Constructor Index

 o J2Ci.jDVPrStateParam_GetImageReference()

Variables

 o frames
public java.lang.String frames
List of Frames

 o instanceUID
public java.lang.String instanceUID
Instance UID

 o seriesUID
public java.lang.String seriesUID
Series UID

 o sopclassUID
public java.lang.String sopclassUID
SOP Class UID

 o studyUID
public java.lang.String studyUID
The Study UID

Constructors

 o jDVPrStateParam_GetImageReference
public jDVPrStateParam_GetImageReference()

All Packages  Class Hierarchy  This Package  Previous  Next  Index