public class StructuredDisplayImageBoxSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getCineRelativeToRealTime()
Retrieves the positive dimensionless floating point numeric factor equal to playbackrate divided by acquisition rate.
|
void |
getCineRelativeToRealTime(double dblCineRelativeToRealTime)
Sets the positive dimensionless floating point numeric factor equal to playbackrate divided by acquisition rate.
|
double[] |
getDisplayEnvironmentSpatialPosition()
Retrieves the Display Environment SpatialPosition
|
java.lang.String |
getDisplaySetHorizontalJustification()
Return Display Set Horizontal Justification
|
java.lang.String |
getDisplaySetVerticalJustification()
Return Display Set Vertical Justification
|
java.lang.String |
getImageBoxLayoutType()
Return type of layout of the Image Box.
|
short |
getImageBoxNumber()
Retrieves Image Box Number
|
short |
getImageBoxOverlapPriority()
Retrieves Image Box Overlap Priority
|
short |
getImageBoxTileHorizontalDimension()
Retrieves Image Box Tile HorizontalDimension
|
short |
getImageBoxTileVerticalDimension()
Retrieves Image Box Tile Vertical Dimension
|
java.lang.String |
getInitialCineRunState()
Return Initial Cine Run State
|
java.lang.String |
getPreferredPlaybackSequencing()
Return Preferred Playback Sequencing
|
ReferencedFirstFrameSequence |
getPrimaryFluenceModeSequence()
Retrieves pre-initialized object of Referenced First FrameSequence.If the module contains the sequence object it returns the same otherwise it creates the sequence adds to the module with proper initialization and then returns the object of sequence.
|
java.lang.String |
getRecommendedDisplayFrameRate()
Retrieves recommended rate at which the frames of a multi-frame image shall bedisplayed, in frames/second.
|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image Sequence.If the module contains the sequence object it returns the same otherwise it creates the sequence adds to the module with proper initialization and then returns the object of sequence.
|
ReferencedInstanceSequence |
getReferencedInstanceSequence()
Retrieves pre-initialized object of Referenced Instance Sequence.If the module contains the sequence object it returns the same otherwise it creates the sequence adds to the module with proper initialization and then returns the object of sequence.
|
ReferencedPresentationStateSequence |
getReferencedPresentationStateSequence()
Retrieves pre-initialized object of Referenced Presentation StateSequence.If the module contains the sequence object it returns the same otherwise it creates the sequence adds to the module with proper initialization and then returns the object of sequence.
|
ReferencedStereometricInstanceSequence |
getReferencedStereometricInstanceSequence()
Retrieves pre-initialized object of Referenced Stereometric InstanceSequence.If the module contains the sequence object it returns the same otherwise it creates the sequence adds to the module with proper initialization and then returns the object of sequence.
|
java.lang.String |
getStartTrim()
Retrieves frame number of the first frame of the multi-frame image to bedisplayed in a CINE Image Box.
|
java.lang.String |
getStopTrim()
Retrieves Frame Number of the last frame of the multi-frame image to bedisplayed in a CINE Image Box.
|
void |
setDisplayEnvironmentSpatialPosition(double[] dblArrDisplayEnvironmentSpatialPosition)
Sets the Display Environment SpatialPosition
|
void |
setDisplaySetHorizontalJustification(EnumDisplaySetHorizontalJustification enumDisplaySetHorizontalJustification)
Sets direction in which to horizontally justify the image within anImage Box that is not the same shape (aspect ratio) as the image.
|
void |
setDisplaySetVerticalJustification(EnumDisplaySetVerticalJustification enumDisplaySetVerticalJustification)
Sets direction in which to vertically justify the image within anImage Box that is not the same shape (aspect ratio) as the image.
|
void |
setImageBoxLayoutType(EnumImageBoxLayoutType enumImageBoxLayoutType)
Sets type of layout of the Image Box.
|
void |
setImageBoxNumber(short shImageBoxNumber)
Sets Image Box Number
|
void |
setImageBoxOverlapPriority(short shImageBoxOverlapPriority)
Sets Image Box Overlap Priority
|
void |
setImageBoxTileHorizontalDimension(short shImageBoxTileHorizontalDimension)
Sets Image Box Tile HorizontalDimension
|
void |
setImageBoxTileVerticalDimension(short shImageBoxTileVerticalDimension)
Sets Image Box Tile Vertical Dimension
|
void |
setInitialCineRunState(EnumInitialCineRunState enumInitialCineRunState)
Sets Initial Cine Run State
|
void |
setPreferredPlaybackSequencing(EnumPreferredPlaybackSequencing enumPreferredPlaybackSequencing)
Sets the preferred playback sequencing for the Image Box.
|
void |
setRecommendedDisplayFrameRate(java.lang.String strRecommendedDisplayFrameRate)
Sets recommended rate at which the frames of a multi-frame image shall bedisplayed, in frames/second.
|
void |
setStartTrim(java.lang.String strStartTrim)
Sets frame number of the first frame of the multi-frame image to bedisplayed in a CINE Image Box.
|
void |
setStopTrim(java.lang.String strStopTrim)
Sets Frame Number of the last frame of the multi-frame image to bedisplayed in a CINE Image Box.
|
boolean |
validateForModule()
Validates all the attributes in StructuredDisplayImageBoxSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemMandatoryMissingException - throws MandatoryMissingException If Conditional element fails.InvalidItemException - Signals Item Validation is failed.public void setDisplayEnvironmentSpatialPosition(double[] dblArrDisplayEnvironmentSpatialPosition)
dblArrDisplayEnvironmentSpatialPosition - Double value of Display Environment SpatialPositionpublic double[] getDisplayEnvironmentSpatialPosition()
public void setImageBoxNumber(short shImageBoxNumber)
shImageBoxNumber - short value of Image Box Numberpublic short getImageBoxNumber()
public void setImageBoxLayoutType(EnumImageBoxLayoutType enumImageBoxLayoutType)
enumImageBoxLayoutType - enum value of ImageBoxLayoutTypepublic java.lang.String getImageBoxLayoutType()
public void setImageBoxTileHorizontalDimension(short shImageBoxTileHorizontalDimension)
shImageBoxTileHorizontalDimension - short value of Image Box Tile HorizontalDimensionpublic short getImageBoxTileHorizontalDimension()
public void setImageBoxTileVerticalDimension(short shImageBoxTileVerticalDimension)
shImageBoxTileVerticalDimension - short value of Image Box Tile Vertical Dimensionpublic short getImageBoxTileVerticalDimension()
public void setImageBoxOverlapPriority(short shImageBoxOverlapPriority)
shImageBoxOverlapPriority - short value of Image Box Overlap Prioritypublic short getImageBoxOverlapPriority()
public void setDisplaySetHorizontalJustification(EnumDisplaySetHorizontalJustification enumDisplaySetHorizontalJustification)
enumDisplaySetHorizontalJustification - enum value of Display Set Horizontal Justificationpublic java.lang.String getDisplaySetHorizontalJustification()
public void setDisplaySetVerticalJustification(EnumDisplaySetVerticalJustification enumDisplaySetVerticalJustification)
enumDisplaySetVerticalJustification - enum value of Display Set Vertical Justificationpublic java.lang.String getDisplaySetVerticalJustification()
public void setPreferredPlaybackSequencing(EnumPreferredPlaybackSequencing enumPreferredPlaybackSequencing)
enumPreferredPlaybackSequencing - value of Preferred Playback Sequencingpublic java.lang.String getPreferredPlaybackSequencing()
public void setRecommendedDisplayFrameRate(java.lang.String strRecommendedDisplayFrameRate)
strRecommendedDisplayFrameRate - String value of Recommended Display FrameRatepublic java.lang.String getRecommendedDisplayFrameRate()
public void getCineRelativeToRealTime(double dblCineRelativeToRealTime)
dblCineRelativeToRealTime - Double value of Cine Relative toReal-Timepublic double getCineRelativeToRealTime()
public void setInitialCineRunState(EnumInitialCineRunState enumInitialCineRunState)
enumInitialCineRunState - enum value of Initial Cine Run Statepublic java.lang.String getInitialCineRunState()
public void setStartTrim(java.lang.String strStartTrim)
strStartTrim - String value of Start Trimpublic java.lang.String getStartTrim()
public void setStopTrim(java.lang.String strStopTrim)
strStopTrim - String value of Stop Trimpublic java.lang.String getStopTrim()
public ReferencedFirstFrameSequence getPrimaryFluenceModeSequence()
public ReferencedImageSequence getReferencedImageSequence()
public ReferencedPresentationStateSequence getReferencedPresentationStateSequence()
public ReferencedInstanceSequence getReferencedInstanceSequence()
public ReferencedStereometricInstanceSequence getReferencedStereometricInstanceSequence()