|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.SpatialCoordinates3DContentItem
public class ContentItemFactory.SpatialCoordinates3DContentItem
| Field Summary | |
|---|---|
protected float[] |
graphicData
|
protected String |
graphicType
|
protected String |
referencedFrameOfReferenceUID
|
| Fields inherited from class com.pixelmed.dicom.ContentItemWithValue |
|---|
conceptName, referencedContentItemIdentifier, valueType |
| Fields inherited from class com.pixelmed.dicom.ContentItem |
|---|
relationshipType |
| Constructor Summary | |
|---|---|
ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent,
AttributeList list)
|
|
ContentItemFactory.SpatialCoordinates3DContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String graphicType,
float[] graphicData,
String referencedFrameOfReferenceUID)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.pixelmed.dicom.ContentItemWithValue |
|---|
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String graphicType
protected float[] graphicData
protected String referencedFrameOfReferenceUID
| Constructor Detail |
|---|
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 -
DicomException| Method Detail |
|---|
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 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||