public class MCstudyRootQueryRetrieveMove extends MCdataSet
The following DICOM attributes can be directly handled through this class:
Constructor and Description |
---|
MCstudyRootQueryRetrieveMove() |
Modifier and Type | Method and Description |
---|---|
MCcommand |
getCommand()
Gets the DIMSE command for this instance.
|
java.lang.String |
getQueryRetrieveLevel()
Gets the first value of the 'Query/Retrieve Level' (0008,0052) attribute.
|
java.lang.String |
getSeriesInstanceUID()
Gets the first value of the 'Series Instance UID' (0020,000e) attribute.
|
java.lang.String |
getServiceName()
Gets the associated DICOM service name of this instance.
|
java.lang.String |
getSOPInstanceUID()
Gets the first value of the 'SOP Instance UID' (0008,0018) attribute.
|
java.lang.String |
getStudyInstanceUID()
Gets the first value of the 'Study Instance UID' (0020,000d) attribute.
|
boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
removeQueryRetrieveLevel()
Removes the the 'Query/Retrieve Level' (0008,0052) attribute from the attributes set.
|
void |
removeSeriesInstanceUID()
Removes the the 'Series Instance UID' (0020,000e) attribute from the attributes set.
|
void |
removeSOPInstanceUID()
Removes the the 'SOP Instance UID' (0008,0018) attribute from the attributes set.
|
void |
removeStudyInstanceUID()
Removes the the 'Study Instance UID' (0020,000d) attribute from the attributes set.
|
void |
setQueryRetrieveLevel(java.lang.String val)
Sets the value of the 'Query/Retrieve Level' (0008,0052) attribute.
|
void |
setSeriesInstanceUID(java.lang.String val)
Sets the value of the 'Series Instance UID' (0020,000e) attribute.
|
void |
setSOPInstanceUID(java.lang.String val)
Sets the value of the 'SOP Instance UID' (0008,0018) attribute.
|
void |
setStudyInstanceUID(java.lang.String val)
Sets the value of the 'Study Instance UID' (0020,000d) 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 getSOPInstanceUID()
public void setSOPInstanceUID(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 removeSOPInstanceUID()
public java.lang.String getQueryRetrieveLevel()
public void setQueryRetrieveLevel(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 removeQueryRetrieveLevel()
public java.lang.String getStudyInstanceUID()
public void setStudyInstanceUID(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 removeStudyInstanceUID()
public java.lang.String getSeriesInstanceUID()
public void setSeriesInstanceUID(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 removeSeriesInstanceUID()