public class MCstorageCommitmentPushEvent extends MCdataSet
The following DICOM attributes can be directly handled through this class:
Constructor and Description |
---|
MCstorageCommitmentPushEvent() |
Modifier and Type | Method and Description |
---|---|
MCcommand |
getCommand()
Gets the DIMSE command for this instance.
|
MCitem |
getReferencedSOP()
Gets the first value of the 'Referenced SOP Sequence' (0008,1199) attribute.
|
java.lang.String |
getServiceName()
Gets the associated DICOM service name of this instance.
|
java.lang.String |
getStorageMediaFilesetID()
Gets the first value of the 'Storage Media File-set ID' (0088,0130) attribute.
|
java.lang.String |
getStorageMediaFilesetUID()
Gets the first value of the 'Storage Media File-set UID' (0088,0140) attribute.
|
java.lang.String |
getTransactionUID()
Gets the first value of the 'Transaction UID' (0008,1195) attribute.
|
boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
removeReferencedSOP()
Removes the the 'Referenced SOP Sequence' (0008,1199) attribute from the attributes set.
|
void |
removeStorageMediaFilesetID()
Removes the the 'Storage Media File-set ID' (0088,0130) attribute from the attributes set.
|
void |
removeStorageMediaFilesetUID()
Removes the the 'Storage Media File-set UID' (0088,0140) attribute from the attributes set.
|
void |
removeTransactionUID()
Removes the the 'Transaction UID' (0008,1195) attribute from the attributes set.
|
void |
setReferencedSOP(MCitem val)
Sets the value of the 'Referenced SOP Sequence' (0008,1199) attribute.
|
void |
setStorageMediaFilesetID(java.lang.String val)
Sets the value of the 'Storage Media File-set ID' (0088,0130) attribute.
|
void |
setStorageMediaFilesetUID(java.lang.String val)
Sets the value of the 'Storage Media File-set UID' (0088,0140) attribute.
|
void |
setTransactionUID(java.lang.String val)
Sets the value of the 'Transaction UID' (0008,1195) attribute.
|
getAttribSet, setAttribSet
public boolean isItem()
public java.lang.String getServiceName()
getServiceName
in class MCdataSet
public MCcommand getCommand()
getCommand
in class MCdataSet
MCcommand.INVALID_COMMAND
instance.public java.lang.String getTransactionUID()
public void setTransactionUID(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeTransactionUID()
public MCitem getReferencedSOP()
public void setReferencedSOP(MCitem val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeReferencedSOP()
public java.lang.String getStorageMediaFilesetID()
public void setStorageMediaFilesetID(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeStorageMediaFilesetID()
public java.lang.String getStorageMediaFilesetUID()
public void setStorageMediaFilesetUID(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeStorageMediaFilesetUID()