public class ContentItemFactory.CompositeContentItem extends ContentItemWithValue
Modifier and Type | Field and Description |
---|---|
protected String |
referencedSOPClassUID |
protected String |
referencedSOPInstanceUID |
protected AttributeList |
referencedSOPSequenceItemAttributeList |
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Modifier | Constructor and Description |
---|---|
|
ContentItemFactory.CompositeContentItem(ContentItem parent,
AttributeList list) |
|
ContentItemFactory.CompositeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID) |
protected |
ContentItemFactory.CompositeContentItem(ContentItem parent,
String valueType,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID) |
Modifier and Type | Method and Description |
---|---|
protected void |
doCommonConstructorStuff(String referencedSOPClassUID,
String referencedSOPInstanceUID) |
String |
getConceptValue()
Get a string representation of the value of the concept.
|
String |
getReferencedSOPClassUID()
Get the Referenced SOP Class UID of this content item, if present and applicable.
|
String |
getReferencedSOPInstanceUID()
Get the Referenced SOP Instance UID of this content item, if present and applicable.
|
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, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
protected AttributeList referencedSOPSequenceItemAttributeList
protected String referencedSOPClassUID
protected String referencedSOPInstanceUID
public ContentItemFactory.CompositeContentItem(ContentItem parent, AttributeList list)
parent
- list
- public ContentItemFactory.CompositeContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
parent
- relationshipType
- conceptName
- referencedSOPClassUID
- referencedSOPInstanceUID
- DicomException
protected ContentItemFactory.CompositeContentItem(ContentItem parent, String valueType, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
parent
- valueType
- relationshipType
- conceptName
- referencedSOPClassUID
- referencedSOPInstanceUID
- DicomException
protected void doCommonConstructorStuff(String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
referencedSOPClassUID
- referencedSOPInstanceUID
- DicomException
public 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 String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemWithValue
public String getReferencedSOPClassUID()
ContentItem
Get the Referenced SOP Class UID of this content item, if present and applicable.
getReferencedSOPClassUID
in class ContentItem
public String getReferencedSOPInstanceUID()
ContentItem
Get the Referenced SOP Instance UID of this content item, if present and applicable.
getReferencedSOPInstanceUID
in class ContentItem