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