public class ContentItemFactory.ContainerContentItem extends ContentItemWithValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
continuityOfContent |
protected String |
templateIdentifier |
protected String |
templateMappingResource |
conceptName, referencedContentItemIdentifier, valueTypeobservationDateTime, observationUID, relationshipType| Constructor and Description |
|---|
ContainerContentItem(ContentItem parent,
AttributeList list) |
ContainerContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName) |
ContainerContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate) |
ContainerContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate,
String templateMappingResource,
String templateIdentifier) |
ContainerContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
boolean continuityOfContentIsSeparate,
String templateMappingResource,
String templateIdentifier,
String observationDateTime,
String observationUID) |
| 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, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingStringprotected String continuityOfContent
protected String templateIdentifier
protected String templateMappingResource
public ContainerContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic ContainerContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept nameDicomException - if error in DICOM encodingpublic ContainerContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namecontinuityOfContentIsSeparate - true if SEPARATE, false if CONTINUOUSDicomException - if error in DICOM encodingpublic ContainerContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate, String templateMappingResource, String templateIdentifier) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namecontinuityOfContentIsSeparate - true if SEPARATE, false if CONTINUOUStemplateMappingResource - identifier of the template mapping resourcetemplateIdentifier - identifier of the templateDicomException - if error in DICOM encodingpublic ContainerContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, boolean continuityOfContentIsSeparate, String templateMappingResource, String templateIdentifier, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namecontinuityOfContentIsSeparate - true if SEPARATE, false if CONTINUOUStemplateMappingResource - identifier of the template mapping resourcetemplateIdentifier - identifier of the templateobservationDateTime - Observation DateTime (or null or empty if none)observationUID - Observation UID (or null or empty if none)DicomException - if error in DICOM encodingpublic 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 getTemplateIdentifier()
public String getTemplateMappingResource()
public String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValue