public class ContentItemFactory.SpatialCoordinates3DContentItem extends ContentItemWithValue
| Modifier and Type | Field and Description |
|---|---|
protected float[] |
graphicData |
protected String |
graphicType |
protected String |
referencedFrameOfReferenceUID |
conceptName, referencedContentItemIdentifier, valueTypeobservationDateTime, observationUID, relationshipType| Constructor and Description |
|---|
SpatialCoordinates3DContentItem(ContentItem parent,
AttributeList list) |
SpatialCoordinates3DContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String graphicType,
float[] graphicData,
String referencedFrameOfReferenceUID) |
SpatialCoordinates3DContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String graphicType,
float[] graphicData,
String referencedFrameOfReferenceUID,
String observationDateTime,
String observationUID) |
| 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, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingStringprotected float[] graphicData
protected String graphicType
protected String referencedFrameOfReferenceUID
public SpatialCoordinates3DContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic SpatialCoordinates3DContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String graphicType, float[] graphicData, String referencedFrameOfReferenceUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namegraphicType - graphic typegraphicData - graphic datareferencedFrameOfReferenceUID - frame of reference UIDDicomException - if error in DICOM encodingpublic SpatialCoordinates3DContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String graphicType, float[] graphicData, String referencedFrameOfReferenceUID, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namegraphicType - graphic typegraphicData - graphic datareferencedFrameOfReferenceUID - frame of reference UIDobservationDateTime - Observation DateTime (or null or empty if none)observationUID - Observation UID (or null or empty if none)DicomException - if error in DICOM encodingpublic 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 float[] getGraphicData()
ContentItemGet the Graphic Data of this content item, if present and applicable.
getGraphicData in class ContentItempublic String getGraphicType()
ContentItemGet the Graphic Type of this content item, if present and applicable.
getGraphicType in class ContentItempublic String getReferencedFrameOfReferenceUID()
public String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValue