com.pixelmed.dicom
Class ContentItemFactory.TemporalCoordinatesContentItem
java.lang.Object
com.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.TemporalCoordinatesContentItem
- All Implemented Interfaces:
- TreeNode
- Enclosing class:
- ContentItemFactory
public class ContentItemFactory.TemporalCoordinatesContentItem
- extends ContentItemWithValue
| Methods inherited from class com.pixelmed.dicom.ContentItem |
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf |
temporalRangeType
protected String temporalRangeType
referencedSamplePositions
protected int[] referencedSamplePositions
referencedTimeOffsets
protected float[] referencedTimeOffsets
referencedDateTimes
protected String[] referencedDateTimes
ContentItemFactory.TemporalCoordinatesContentItem
public ContentItemFactory.TemporalCoordinatesContentItem(ContentItem parent,
AttributeList list)
- Parameters:
parent - list -
getConceptValue
public String getConceptValue()
- Description copied from class:
ContentItemWithValue
Get a string representation of the value of the concept.
The exact form of the returned string is specific to the type of ContentItem.
- Specified by:
getConceptValue in class ContentItemWithValue
- Returns:
- a String representation of the name and value, or an empty string
toString
public String toString()
- Description copied from class:
ContentItemWithValue
Get a human-readable string representation of the content item.
- Overrides:
toString in class ContentItemWithValue
- Returns:
- the string representation of the content item
getTemporalRangeType
public String getTemporalRangeType()
getReferencedSamplePositions
public int[] getReferencedSamplePositions()
getReferencedTimeOffsets
public float[] getReferencedTimeOffsets()
getReferencedDateTimes
public String[] getReferencedDateTimes()