public class ReferencedGeneralPurposeScheduledProcedureStepSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferencedGeneralPurposeScheduledProcedureStepTransactionUID()
Return attribute Transaction UID (0008,1195) used in the N-ACTION transaction that requested the transition to the IN
PROGRESS state for the referenced General Purpose Scheduled Procedure Step.
|
java.lang.String |
getReferencedSOPClassUID()
Return Uniquely identifies the SOP Class.
|
java.lang.String |
getReferencedSOPInstanceUID()
attribute Uniquely identifies the SOP Instance.Referenced SOP Class UID
|
void |
setReferencedGeneralPurposeScheduledProcedureStepTransactionUID(java.lang.String StrReferencedGeneralPurposeScheduledProcedureStepTransactionUID)
Sets attribute Transaction UID (0008,1195) used in the N-ACTION transaction that requested the transition to the IN
PROGRESS state for the referenced General Purpose Scheduled Procedure Step.
|
void |
setReferencedSOPClassUID(java.lang.String StrReferencedSOPClassUID)
Sets attribute identifies Uniquely identifies the SOP Class.
|
void |
setReferencedSOPInstanceUID(java.lang.String StrReferencedSOPInstanceUID)
Sets attribute Uniquely identifies the SOP Instance.
|
boolean |
validateForModule()
Validates all the attributes in
ReferencedGeneralPurposeScheduledProcedureStepSequenceItem that are present in the DataSet. |
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
ReferencedGeneralPurposeScheduledProcedureStepSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setReferencedSOPClassUID(java.lang.String StrReferencedSOPClassUID)
StrReferencedSOPClassUID - String identifies SOP Class.public java.lang.String getReferencedSOPClassUID()
public void setReferencedSOPInstanceUID(java.lang.String StrReferencedSOPInstanceUID)
StrReferencedSOPInstanceUID - String identifies the SOP Instance.public java.lang.String getReferencedSOPInstanceUID()
public void setReferencedGeneralPurposeScheduledProcedureStepTransactionUID(java.lang.String StrReferencedGeneralPurposeScheduledProcedureStepTransactionUID)
StrReferencedGeneralPurposeScheduledProcedureStepTransactionUID - String identifies the referenced SOP Class.public java.lang.String getReferencedGeneralPurposeScheduledProcedureStepTransactionUID()