public class ContentItemFactory.ImageContentItem extends ContentItemFactory.CompositeContentItem
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
presentationStateSOPClassUID |
protected java.lang.String |
presentationStateSOPInstanceUID |
protected java.lang.String |
realWorldValueMappingSOPClassUID |
protected java.lang.String |
realWorldValueMappingSOPInstanceUID |
protected int |
referencedFrameNumber |
protected int |
referencedSegmentNumber |
referencedSOPClassUID, referencedSOPInstanceUID, referencedSOPSequenceItemAttributeList
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
ImageContentItem(ContentItem parent,
AttributeList list) |
ImageContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
java.lang.String referencedSOPClassUID,
java.lang.String referencedSOPInstanceUID,
int referencedFrameNumber,
int referencedSegmentNumber,
java.lang.String presentationStateSOPClassUID,
java.lang.String presentationStateSOPInstanceUID,
java.lang.String realWorldValueMappingSOPClassUID,
java.lang.String realWorldValueMappingSOPInstanceUID) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPresentationStateSOPClassUID() |
java.lang.String |
getPresentationStateSOPInstanceUID() |
java.lang.String |
getRealWorldValueMappingSOPClassUID() |
java.lang.String |
getRealWorldValueMappingSOPInstanceUID() |
int |
getReferencedFrameNumber() |
int |
getReferencedSegmentNumber() |
java.lang.String |
toString()
Get a human-readable string representation of the content item.
|
doCommonConstructorStuff, getConceptValue, getReferencedSOPClassUID, getReferencedSOPInstanceUID
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
protected int referencedFrameNumber
protected int referencedSegmentNumber
protected java.lang.String presentationStateSOPClassUID
protected java.lang.String presentationStateSOPInstanceUID
protected java.lang.String realWorldValueMappingSOPClassUID
protected java.lang.String realWorldValueMappingSOPInstanceUID
public ImageContentItem(ContentItem parent, AttributeList list)
parent
- parent content item to add tolist
- the list of attributes for this content itempublic ImageContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, java.lang.String referencedSOPClassUID, java.lang.String referencedSOPInstanceUID, int referencedFrameNumber, int referencedSegmentNumber, java.lang.String presentationStateSOPClassUID, java.lang.String presentationStateSOPInstanceUID, java.lang.String realWorldValueMappingSOPClassUID, java.lang.String realWorldValueMappingSOPInstanceUID) throws DicomException
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namereferencedSOPClassUID
- the SOP Class UIDreferencedSOPInstanceUID
- the SOP Instance UIDreferencedFrameNumber
- if < 1, not addedreferencedSegmentNumber
- if < 1, not addedpresentationStateSOPClassUID
- the SOP Class UID of the presentation state (or null or empty if none)presentationStateSOPInstanceUID
- the SOP Instance UID of the presentation state (or null or empty if none)realWorldValueMappingSOPClassUID
- the SOP Class UID of the RWV Map (or null or empty if none)realWorldValueMappingSOPInstanceUID
- the SOP Instance UID of the RWV Map (or null or empty if none)DicomException
- if error in DICOM encodingpublic java.lang.String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemFactory.CompositeContentItem
public int getReferencedFrameNumber()
public int getReferencedSegmentNumber()
public java.lang.String getPresentationStateSOPClassUID()
public java.lang.String getPresentationStateSOPInstanceUID()
public java.lang.String getRealWorldValueMappingSOPClassUID()
public java.lang.String getRealWorldValueMappingSOPInstanceUID()