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, valueType
relationshipType
Constructor and Description |
---|
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, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
protected java.lang.String temporalRangeType
protected int[] referencedSamplePositions
protected float[] referencedTimeOffsets
protected java.lang.String[] referencedDateTimes
public TemporalCoordinatesContentItem(ContentItem parent, AttributeList list)
parent
- parent content item to add tolist
- the list of attributes for this content itempublic java.lang.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 java.lang.String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemWithValue
public java.lang.String getTemporalRangeType()
public int[] getReferencedSamplePositions()
public float[] getReferencedTimeOffsets()
public java.lang.String[] getReferencedDateTimes()