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, valueTyperelationshipType| 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, getValueTypeaddChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeafprotected String temporalRangeType
protected int[] referencedSamplePositions
protected float[] referencedTimeOffsets
protected String[] referencedDateTimes
public ContentItemFactory.TemporalCoordinatesContentItem(ContentItem parent, AttributeList list)
parent - list - public 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 String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValuepublic String getTemporalRangeType()
public int[] getReferencedSamplePositions()
public float[] getReferencedTimeOffsets()
public String[] getReferencedDateTimes()