public class ScheduledStepAttributesSequenceItem extends Item
ScheduledStepAttributesSequence| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessionNumber()
Return attribute identifies A departmental IS generated number that identifies
the order for the Study.
|
java.lang.String |
getFillerOrderNumberImagingServiceRequest()
Return the order number assigned to the Imaging Service Request by the party filling the order.
|
IssuerofAccessionNumberSequence |
getIssuerofAccessionNumberSequence()
Retrieves pre-initialized object of Issuer of Accession Number Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
OrderFillerIdentifierSequence |
getOrderFillerIdentifierSequence()
Retrieves pre-initialized object of Order Filler Identifier Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
OrderPlacerIdentifierSequence |
getOrderPlacerIdentifierSequence()
Retrieves pre-initialized object of Order Placer Identifier Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getPlacerOrderNumberImagingServiceRequest()
Return the order number assigned to the Imaging Service Request by the party placing the order.
|
ReferencedStudySequence |
getReferencedStudySequence()
Retrieves pre-initialized object of Referenced Study Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getRequestedProcedureDescription()
Return Institution-generated administrative description or classification of Requested Procedure.
|
java.lang.String |
getRequestedProcedureID()
Return identifier of the related Requested Procedure.
|
java.lang.String |
getScheduledProcedureStepDescription()
Return institution-generated description or classification of the Scheduled Procedure Step to be performed.
|
java.lang.String |
getScheduledProcedureStepID()
Return the identifier of the related Scheduled Procedure Step
|
ScheduledProtocolCodeSequence |
getScheduledProtocolCodeSequence()
Retrieves pre-initialized object of Scheduled Protocol Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getStudyInstanceUID()
Return Unique identifier for the Study.
|
void |
setAccessionNumber(java.lang.String StrAccessionNumber)
Sets attribute identifies A departmental IS generated number that identifies
the order for the Study.
|
void |
setFillerOrderNumberImagingServiceRequest(java.lang.String StrFillerOrderNumberImagingServiceRequest)
Sets the order number assigned to the Imaging Service Request by the party filling the order.
|
void |
setPlacerOrderNumberImagingServiceRequest(java.lang.String StrPlacerOrderNumberImagingServiceRequest)
Sets the order number assigned to the Imaging Service Request by the party placing the order.
|
void |
setRequestedProcedureDescription(java.lang.String StrRequestedProcedureDescription)
Sets Institution-generated administrative description or classification of Requested Procedure.
|
void |
setRequestedProcedureID(java.lang.String StrRequestedProcedureID)
Sets identifier of the related Requested Procedure.
|
void |
setScheduledProcedureStepDescription(java.lang.String StrScheduledProcedureStepDescription)
Sets institution-generated description or classification of the Scheduled Procedure Step to be performed.
|
void |
setScheduledProcedureStepID(java.lang.String StrScheduledProcedureStepID)
Sets the identifier of the related Scheduled Procedure Step
|
void |
setStudyInstanceUID(java.lang.String StrStudyInstanceUID)
Sets attribute Unique identifier for the Study.
|
boolean |
validateForModule()
Validates all the attributes in Presentation LUT Sequence Item 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
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setStudyInstanceUID(java.lang.String StrStudyInstanceUID)
StrStudyInstanceUID - String Unique identifierpublic java.lang.String getStudyInstanceUID()
public ReferencedStudySequence getReferencedStudySequence()
public void setAccessionNumber(java.lang.String StrAccessionNumber)
StrAccessionNumber - String identifies departmental IS generated numberpublic java.lang.String getAccessionNumber()
public IssuerofAccessionNumberSequence getIssuerofAccessionNumberSequence()
public void setPlacerOrderNumberImagingServiceRequest(java.lang.String StrPlacerOrderNumberImagingServiceRequest)
StrPlacerOrderNumberImagingServiceRequest - String identifies the order numberpublic java.lang.String getPlacerOrderNumberImagingServiceRequest()
public OrderPlacerIdentifierSequence getOrderPlacerIdentifierSequence()
public void setFillerOrderNumberImagingServiceRequest(java.lang.String StrFillerOrderNumberImagingServiceRequest)
StrFillerOrderNumberImagingServiceRequest - String the order number assigned to the Imaging Service Requestpublic java.lang.String getFillerOrderNumberImagingServiceRequest()
public OrderFillerIdentifierSequence getOrderFillerIdentifierSequence()
public void setRequestedProcedureID(java.lang.String StrRequestedProcedureID)
StrRequestedProcedureID - String identifier of the related Requested Procedure.public java.lang.String getRequestedProcedureID()
public void setRequestedProcedureDescription(java.lang.String StrRequestedProcedureDescription)
StrRequestedProcedureDescription - String Institution-generated administrative descriptionpublic java.lang.String getRequestedProcedureDescription()
public void setScheduledProcedureStepID(java.lang.String StrScheduledProcedureStepID)
StrScheduledProcedureStepID - String identifier of the related Scheduled Procedure Steppublic java.lang.String getScheduledProcedureStepID()
public void setScheduledProcedureStepDescription(java.lang.String StrScheduledProcedureStepDescription)
StrScheduledProcedureStepDescription - String institution-generated descriptionpublic java.lang.String getScheduledProcedureStepDescription()
public ScheduledProtocolCodeSequence getScheduledProtocolCodeSequence()