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