public class ContentItemFactory.CompositeContentItem extends ContentItemWithValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
referencedSOPClassUID |
protected String |
referencedSOPInstanceUID |
protected AttributeList |
referencedSOPSequenceItemAttributeList |
conceptName, referencedContentItemIdentifier, valueTypeobservationDateTime, observationUID, relationshipType| Modifier | Constructor and Description |
|---|---|
|
CompositeContentItem(ContentItem parent,
AttributeList list) |
|
CompositeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID) |
|
CompositeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID,
String observationDateTime,
String observationUID) |
protected |
CompositeContentItem(ContentItem parent,
String valueType,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID) |
protected |
CompositeContentItem(ContentItem parent,
String valueType,
String relationshipType,
CodedSequenceItem conceptName,
String referencedSOPClassUID,
String referencedSOPInstanceUID,
String observationDateTime,
String observationUID) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCommonConstructorStuff(String referencedSOPClassUID,
String referencedSOPInstanceUID) |
String |
getConceptValue()
Get a string representation of the value of the concept.
|
String |
getReferencedSOPClassUID()
Get the Referenced SOP Class UID of this content item, if present and applicable.
|
String |
getReferencedSOPInstanceUID()
Get the Referenced SOP Instance UID of this content item, if present and applicable.
|
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, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingStringprotected String referencedSOPClassUID
protected String referencedSOPInstanceUID
protected AttributeList referencedSOPSequenceItemAttributeList
public CompositeContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic CompositeContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namereferencedSOPClassUID - the SOP Class UIDreferencedSOPInstanceUID - the SOP Instance UIDDicomException - if error in DICOM encodingpublic CompositeContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namereferencedSOPClassUID - the SOP Class UIDreferencedSOPInstanceUID - the SOP Instance UIDobservationDateTime - Observation DateTime (or null or empty if none)observationUID - Observation UID (or null or empty if none)DicomException - if error in DICOM encodingprotected CompositeContentItem(ContentItem parent, String valueType, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
parent - parent content item to add tovalueType - the value typerelationshipType - relationship typeconceptName - coded concept namereferencedSOPClassUID - the SOP Class UIDreferencedSOPInstanceUID - the SOP Instance UIDDicomException - if error in DICOM encodingprotected CompositeContentItem(ContentItem parent, String valueType, String relationshipType, CodedSequenceItem conceptName, String referencedSOPClassUID, String referencedSOPInstanceUID, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add tovalueType - the value typerelationshipType - relationship typeconceptName - coded concept namereferencedSOPClassUID - the SOP Class UIDreferencedSOPInstanceUID - the SOP Instance UIDobservationDateTime - Observation DateTime (or null or empty if none)observationUID - Observation UID (or null or empty if none)DicomException - if error in DICOM encodingprotected void doCommonConstructorStuff(String referencedSOPClassUID, String referencedSOPInstanceUID) throws DicomException
referencedSOPClassUID - the SOP Class UIDreferencedSOPInstanceUID - the SOP Instance UIDDicomException - 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 getReferencedSOPClassUID()
ContentItemGet the Referenced SOP Class UID of this content item, if present and applicable.
getReferencedSOPClassUID in class ContentItempublic String getReferencedSOPInstanceUID()
ContentItemGet the Referenced SOP Instance UID of this content item, if present and applicable.
getReferencedSOPInstanceUID in class ContentItempublic String toString()
ContentItemWithValueGet a human-readable string representation of the content item.
toString in class ContentItemWithValue