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, valueType
relationshipType
Constructor and Description |
---|
ContainerContentItem(ContentItem parent,
AttributeList list) |
ContainerContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName) |
ContainerContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate) |
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, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
protected java.lang.String continuityOfContent
protected java.lang.String templateMappingResource
protected java.lang.String templateIdentifier
public ContainerContentItem(ContentItem parent, AttributeList list)
parent
- list
- public 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
- DicomException
public ContainerContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate) throws DicomException
parent
- relationshipType
- conceptName
- continuityOfContentIsSeparate
- true if SEPARATE, false if CONTINUOUSDicomException
public ContainerContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName) throws DicomException
parent
- relationshipType
- conceptName
- DicomException
public java.lang.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 java.lang.String getContinuityOfContent()
public java.lang.String getTemplateMappingResource()
public java.lang.String getTemplateIdentifier()
public java.lang.String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemWithValue