public abstract class MCdataSet
extends java.lang.Object
MCdataSet derived classes provide a specialized view of messages, files and items.
The classes in com.merge.mcw.dataset package specialize this class to implement easy access to the attributes of specific IOD's or sequence items.
Constructor and Description |
---|
MCdataSet() |
Modifier and Type | Method and Description |
---|---|
MCattributeSet |
getAttribSet()
Gets the attached attribute set, on which this data set operates.
|
abstract MCcommand |
getCommand()
Gets the DIMSE command of this instance.
|
abstract java.lang.String |
getServiceName()
Gets the service name or item name associated with this instance.
|
abstract boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
setAttribSet(MCattributeSet attribSet)
Sets the attribute set on which this data set operates.
|
public MCattributeSet getAttribSet()
If no attribute set was set for this instance, this method creates a new message or item object matching the service and command of the specific class.
MCdimseMessage
or MCitem
object.public void setAttribSet(MCattributeSet attribSet)
attribSet
- The message, file or item object containing values for
this instance.public abstract boolean isItem()
true
if this instance represents a sequence item.public abstract java.lang.String getServiceName()