public class ContentItemFactory.TemporalCoordinatesContentItem extends ContentItemWithValue
Modifier and Type | Field and Description |
---|---|
protected String[] |
referencedDateTimes |
protected int[] |
referencedSamplePositions |
protected float[] |
referencedTimeOffsets |
protected String |
temporalRangeType |
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
ContentItemFactory.TemporalCoordinatesContentItem(ContentItem parent,
AttributeList list) |
Modifier and Type | Method and Description |
---|---|
String |
getConceptValue()
Get a string representation of the value of the concept.
|
String[] |
getReferencedDateTimes() |
int[] |
getReferencedSamplePositions() |
float[] |
getReferencedTimeOffsets() |
String |
getTemporalRangeType() |
String |
toString()
Get a human-readable string representation of the content item.
|
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
protected String temporalRangeType
protected int[] referencedSamplePositions
protected float[] referencedTimeOffsets
protected String[] referencedDateTimes
public ContentItemFactory.TemporalCoordinatesContentItem(ContentItem parent, AttributeList list)
parent
- list
- public String getConceptValue()
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.
getConceptValue
in class ContentItemWithValue
public String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemWithValue
public String getTemporalRangeType()
public int[] getReferencedSamplePositions()
public float[] getReferencedTimeOffsets()
public String[] getReferencedDateTimes()