org.dcm4che.srom
Interface TCoordContent.Positions

All Known Subinterfaces:
TCoordContent.Positions.Absolute, TCoordContent.Positions.Relative, TCoordContent.Positions.Sample
Enclosing interface:
TCoordContent

public static interface TCoordContent.Positions

Generic Positions interface for DICOM SR Temporal Coordinate positions.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.18.7 Temporal Coordinates Macro"

Nested Class Summary
static interface TCoordContent.Positions.Absolute
          The Absolute interface represents DICOM SR Referenced Datetime.
static interface TCoordContent.Positions.Relative
          The Relative interface represents DICOM SR Referenced Time Offsets.
static interface TCoordContent.Positions.Sample
          The Sample interface represents DICOM SR Referenced Sample Positions.
 
Method Summary
 int size()
          Returns the number of position values.
 void toDataset(Dataset ds)
           
 

Method Detail

size

int size()
Returns the number of position values.

Returns:
number of position values.

toDataset

void toDataset(Dataset ds)