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, valueTypeobservationDateTime, observationUID, relationshipType| Constructor and Description |
|---|
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, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingStringprotected String[] referencedDateTimes
protected int[] referencedSamplePositions
protected float[] referencedTimeOffsets
protected String temporalRangeType
public TemporalCoordinatesContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic 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[] getReferencedDateTimes()
public int[] getReferencedSamplePositions()
public float[] getReferencedTimeOffsets()
public String getTemporalRangeType()
public String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValue