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