public class ContentItemFactory.SpatialCoordinates3DContentItem extends ContentItemWithValue
| Modifier and Type | Field and Description |
|---|---|
protected float[] |
graphicData |
protected String |
graphicType |
protected String |
referencedFrameOfReferenceUID |
conceptName, referencedContentItemIdentifier, valueTyperelationshipType| Constructor and Description |
|---|
ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String graphicType,
float[] graphicData,
String referencedFrameOfReferenceUID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptValue()
Get a string representation of the value of the concept.
|
float[] |
getGraphicData()
Get the Graphic Data of this content item, if present and applicable.
|
String |
getGraphicType()
Get the Graphic Type of this content item, if present and applicable.
|
String |
getReferencedFrameOfReferenceUID() |
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, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeafprotected String graphicType
protected float[] graphicData
protected String referencedFrameOfReferenceUID
public ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent, AttributeList list)
parent - list - public ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String graphicType, float[] graphicData, String referencedFrameOfReferenceUID) throws DicomException
parent - relationshipType - conceptName - graphicType - graphicData - referencedFrameOfReferenceUID - DicomExceptionpublic 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 getGraphicType()
ContentItemGet the Graphic Type of this content item, if present and applicable.
getGraphicType in class ContentItempublic float[] getGraphicData()
ContentItemGet the Graphic Data of this content item, if present and applicable.
getGraphicData in class ContentItempublic String getReferencedFrameOfReferenceUID()