public class ContentItemFactory.ImageContentItem extends ContentItemFactory.CompositeContentItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
presentationStateSOPClassUID |
protected String |
presentationStateSOPInstanceUID |
protected String |
realWorldValueMappingSOPClassUID |
protected String |
realWorldValueMappingSOPInstanceUID |
protected int |
referencedFrameNumber |
protected int |
referencedSegmentNumber |
referencedSOPClassUID, referencedSOPInstanceUID, referencedSOPSequenceItemAttributeListconceptName, referencedContentItemIdentifier, valueTyperelationshipType| Constructor and Description |
|---|
ContentItemFactory.ImageContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.ImageContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID,
int referencedFrameNumber,
int referencedSegmentNumber,
String presentationStateSOPClassUID,
String presentationStateSOPInstanceUID,
String realWorldValueMappingSOPClassUID,
String realWorldValueMappingSOPInstanceUID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresentationStateSOPClassUID() |
String |
getPresentationStateSOPInstanceUID() |
String |
getRealWorldValueMappingSOPClassUID() |
String |
getRealWorldValueMappingSOPInstanceUID() |
int |
getReferencedFrameNumber() |
int |
getReferencedSegmentNumber() |
String |
toString()
Get a human-readable string representation of the content item.
|
doCommonConstructorStuff, getConceptValue, getReferencedSOPClassUID, getReferencedSOPInstanceUIDcontentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueTypeaddChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeafprotected int referencedFrameNumber
protected int referencedSegmentNumber
protected String presentationStateSOPClassUID
protected String presentationStateSOPInstanceUID
protected String realWorldValueMappingSOPClassUID
protected String realWorldValueMappingSOPInstanceUID
public ContentItemFactory.ImageContentItem(ContentItem parent, AttributeList list)
parent - list - public ContentItemFactory.ImageContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID, int referencedFrameNumber, int referencedSegmentNumber, String presentationStateSOPClassUID, String presentationStateSOPInstanceUID, String realWorldValueMappingSOPClassUID, String realWorldValueMappingSOPInstanceUID) throws DicomException
parent - relationshipType - conceptName - referencedSOPClassUID - referencedSOPInstanceUID - referencedFrameNumber - if < 1, not addedreferencedSegmentNumber - if < 1, not addedpresentationStateSOPClassUID - presentationStateSOPInstanceUID - realWorldValueMappingSOPClassUID - realWorldValueMappingSOPInstanceUID - DicomExceptionpublic String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemFactory.CompositeContentItempublic int getReferencedFrameNumber()
public int getReferencedSegmentNumber()
public String getPresentationStateSOPClassUID()
public String getPresentationStateSOPInstanceUID()
public String getRealWorldValueMappingSOPClassUID()
public String getRealWorldValueMappingSOPInstanceUID()