public class ContentItemFactory.ContainerContentItem extends ContentItemWithValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
continuityOfContent |
protected java.lang.String |
templateIdentifier |
protected java.lang.String |
templateMappingResource |
conceptName, referencedContentItemIdentifier, valueTyperelationshipType| Constructor and Description |
|---|
ContentItemFactory.ContainerContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.ContainerContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName) |
ContentItemFactory.ContainerContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate) |
ContentItemFactory.ContainerContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate,
java.lang.String templateMappingResource,
java.lang.String templateIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConceptValue()
Get a string representation of the value of the concept.
|
java.lang.String |
getContinuityOfContent() |
java.lang.String |
getTemplateIdentifier() |
java.lang.String |
getTemplateMappingResource() |
java.lang.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, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeafprotected java.lang.String continuityOfContent
protected java.lang.String templateMappingResource
protected java.lang.String templateIdentifier
public ContentItemFactory.ContainerContentItem(ContentItem parent, AttributeList list)
parent - list - public ContentItemFactory.ContainerContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate, java.lang.String templateMappingResource, java.lang.String templateIdentifier) throws DicomException
parent - relationshipType - conceptName - continuityOfContentIsSeparate - true if SEPARATE, false if CONTINUOUStemplateMappingResource - templateIdentifier - DicomExceptionpublic ContentItemFactory.ContainerContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate) throws DicomException
parent - relationshipType - conceptName - continuityOfContentIsSeparate - true if SEPARATE, false if CONTINUOUSDicomExceptionpublic ContentItemFactory.ContainerContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName) throws DicomException
parent - relationshipType - conceptName - DicomExceptionpublic java.lang.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 java.lang.String getContinuityOfContent()
public java.lang.String getTemplateMappingResource()
public java.lang.String getTemplateIdentifier()
public java.lang.String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValue