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