public class MCcompositeItem extends MCcontentItem
This class provides the functionality to manipulate a COMPOSITE content item according to the definition of COMPOSITE OBJECT REFERENCE MACRO.
COMPOSITE type is used to describe a reference to one Composite SOP Instance which is not an Image or Waveform.
| Constructor and Description |
|---|
MCcompositeItem()
Default constructor.
|
MCcompositeItem(MCsopInstanceReference sopReference)
Creates a new instance of the COMPOSITE Content Item.
|
| Modifier and Type | Method and Description |
|---|---|
MCcontentItemType |
contentItemType()
Gets the value type of this content item.
|
MCsopInstanceReference |
getSopReference()
Gets Composite SOP Instance.
|
void |
read(MCattributeSet source)
Reads the COMPOSITE content item from the source attribute set.
|
void |
setSopReference(MCsopInstanceReference sopReference)
Sets Composite SOP Instance.
|
void |
write(MCattributeSet destination)
Writes the COMPOSITE content item to the destination attribute set.
|
addChild, addChildAt, addReference, getChildAt, getChildren, getConceptName, getDataContext, getItemId, getObservationDateTime, getObservationUID, getParent, getPosition, getReferences, getRelationshipType, getRootItem, removeChild, removeChildAt, removeReference, removeReference, setConceptName, setDataContext, setObservationDataTime, setObservationUID, setRelationshipTypepublic MCcompositeItem()
public MCcompositeItem(MCsopInstanceReference sopReference)
sopReference - Composite SOP Instance.public MCsopInstanceReference getSopReference()
public void setSopReference(MCsopInstanceReference sopReference)
sopReference - Composite SOP Instance.public MCcontentItemType contentItemType()
contentItemType in class MCcontentItemMCcontentItemType.COMPOSITEpublic void read(MCattributeSet source)
read in interface MCdataSetSerializableread in class MCcontentItemsource - Source attribute set.MCexception - If the source parameter is null.public void write(MCattributeSet destination)
write in interface MCdataSetSerializablewrite in class MCcontentItemdestination - Destination attribute set.MCexception - If the destination parameter is null or
is NOT an MCitem object.