public class UnifiedProcedureStepScheduledProcedureInformationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
UnifiedProcedureStepScheduledProcedureInformationModule(IDataSet objIDataSet)
Instantiates a UnifiedProcedureStepScheduledProcedureInformationModule.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentsOnTheScheduledProcedureStep()
Retrieves Comments on the ScheduledProcedure Step
|
java.lang.String |
getExpectedCompletionDateTime()
Retrieves Scheduled Procedure Step StartDateTime
|
InputInformationSequence |
getInputInformationSequence()
Retrieves pre-initialized object of Input Information Sequence.
|
java.lang.String |
getInputReadinessState()
Return InputReadinessState
|
java.lang.String |
getProcedureStepLabel()
Return Procedure Step Label
|
ScheduledHumanPerformersSequence |
getScheduledHumanPerformersSequence()
Retrieves pre-initialized object of Scheduled Human PerformersSequence.
|
java.lang.String |
getScheduledProcedureStepModificationDateTime()
Retrieves Scheduled Procedure StepModification Date and Time
|
java.lang.String |
getScheduledProcedureStepPriority()
Return ScheduledProcedureStepPriority
|
java.lang.String |
getScheduledProcedureStepStartDateTime()
Retrieves Scheduled Procedure Step StartDateTime
|
ScheduledProcessingParametersSequence |
getScheduledProcessingParametersSequence()
Retrieves pre-initialized object of Scheduled Processing ParametersSequence.
|
ScheduledStationClassCodeSequence |
getScheduledStationClassCodeSequence()
Retrieves pre-initialized object of Scheduled Station Class Code Sequence.
|
ScheduledStationGeographicLocationCodeSequence |
getScheduledStationGeographicLocationCodeSequence()
Retrieves pre-initialized object of Scheduled Station Geographic Location Code Sequence.
|
ScheduledStationNameCodeSequence |
getScheduledStationNameCodeSequence()
Retrieves pre-initialized object of Scheduled Station Name CodeSequence.
|
ScheduledWorkitemCodeSequence |
getScheduledWorkitemCodeSequence()
Retrieves pre-initialized object ofScheduled Workitem CodeSequence.
|
java.lang.String |
getStudyInstanceUID()
Retrieves Study Instance UID
|
ISingleCollection<ITag> |
getVectorOfKeys()
Gets the vector of keys.
|
java.lang.String |
getWorklistLabel()
Return Worklist Label
|
void |
setCommentsOnTheScheduledProcedureStep(java.lang.String strCommentsOnTheScheduledProcedureStep)
Sets Comments on the ScheduledProcedure Step
|
void |
setExpectedCompletionDateTime(java.lang.String strExpectedCompletionDateTime)
Sets Expected Completion DateTime
|
void |
setInputReadinessState(EnumInputReadinessState enumInputReadinessState)
Sets readiness state of the Input Information Sequence (0040,4021) and the referenced instances.
|
void |
setProcedureStepLabel(java.lang.String strProcedureStepLabel)
Sets Procedure Step Label
|
void |
setScheduledProcedureStepModificationDateTime(java.lang.String strScheduledProcedureStepModificationDateTime)
Sets Scheduled Procedure StepModification Date and Time
|
void |
setScheduledProcedureStepPriority(EnumScheduledProcedureStepPriority enumScheduledProcedureStepPriority)
Sets priority of the scheduled Procedure Step
Enumerated Values:
HIGH:used to indicate an urgent or emergent work item, equivalent to a STAT request.
|
void |
setScheduledProcedureStepStartDateTime(java.lang.String strScheduledProcedureStepStartDateTime)
Sets Scheduled Procedure Step StartDateTime
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets a Study Instance UID
|
void |
setWorklistLabel(java.lang.String strWorklistLabel)
Sets Worklist Label
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public UnifiedProcedureStepScheduledProcedureInformationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setScheduledProcedureStepPriority(EnumScheduledProcedureStepPriority enumScheduledProcedureStepPriority)
enumScheduledProcedureStepPriority - enum value of Setup Device Type.public java.lang.String getScheduledProcedureStepPriority()
public void setScheduledProcedureStepModificationDateTime(java.lang.String strScheduledProcedureStepModificationDateTime)
strScheduledProcedureStepModificationDateTime - String value of Scheduled Procedure StepModification Date and Timepublic java.lang.String getScheduledProcedureStepModificationDateTime()
public void setWorklistLabel(java.lang.String strWorklistLabel)
strWorklistLabel - String value of Worklist Label.public java.lang.String getWorklistLabel()
public void setProcedureStepLabel(java.lang.String strProcedureStepLabel)
strProcedureStepLabel - String value of Procedure Step Labelpublic java.lang.String getProcedureStepLabel()
public void setCommentsOnTheScheduledProcedureStep(java.lang.String strCommentsOnTheScheduledProcedureStep)
strCommentsOnTheScheduledProcedureStep - String value of Comments on the ScheduledProcedure Step.public java.lang.String getCommentsOnTheScheduledProcedureStep()
public void setScheduledProcedureStepStartDateTime(java.lang.String strScheduledProcedureStepStartDateTime)
strScheduledProcedureStepStartDateTime - String value of Scheduled Procedure Step StartDateTimepublic java.lang.String getScheduledProcedureStepStartDateTime()
public void setExpectedCompletionDateTime(java.lang.String strExpectedCompletionDateTime)
strExpectedCompletionDateTime - String value of Expected Completion DateTimepublic java.lang.String getExpectedCompletionDateTime()
public void setInputReadinessState(EnumInputReadinessState enumInputReadinessState)
enumInputReadinessState - enum value of Input Readiness State.public java.lang.String getInputReadinessState()
public void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - String value of Study Instance UIDpublic java.lang.String getStudyInstanceUID()
public ScheduledStationNameCodeSequence getScheduledStationNameCodeSequence()
public ScheduledStationClassCodeSequence getScheduledStationClassCodeSequence()
public ScheduledStationGeographicLocationCodeSequence getScheduledStationGeographicLocationCodeSequence()
public ScheduledHumanPerformersSequence getScheduledHumanPerformersSequence()
public ScheduledWorkitemCodeSequence getScheduledWorkitemCodeSequence()
public ScheduledProcessingParametersSequence getScheduledProcessingParametersSequence()
public InputInformationSequence getInputInformationSequence()
public ISingleCollection<ITag> getVectorOfKeys()
ModulegetVectorOfKeys in class Module