public class ScheduledProcedureStepSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnatomicalOrientationType()
Retrieves Scheduled Procedure Step Start Date.
|
java.lang.String |
getCommentsontheScheduledProcedureStep()
Retrieves Comments on the Scheduled Procedure Step.
|
java.lang.String |
getModality()
Retrieves modality.
|
java.lang.String |
getPreMedication()
Retrieves Pre Medication.
|
java.lang.String |
getRequestedContrastAgent()
Retrieves Requested Contrast Agent.
|
ScheduledPerformingPhysicianIdentificationSequence |
getScheduledPerformingPhysicianIdentificationSequence()
Identification of the physician scheduled to administer the Scheduled Procedure Step.
|
java.lang.String |
getScheduledPerformingPhysicianName()
Retrieves Scheduled Performing Physician Name.
|
java.lang.String |
getScheduledProcedureStepDescription()
Retrieves Scheduled Procedure Step Description.
|
java.lang.String |
getScheduledProcedureStepEndDate()
Retrieves Scheduled Procedure Step End Date.
|
java.lang.String |
getScheduledProcedureStepEndTime()
Retrieves Scheduled Procedure Step End Time.
|
java.lang.String |
getScheduledProcedureStepID()
Retrieves Scheduled Procedure Step ID.
|
java.lang.String |
getScheduledProcedureStepLocation()
Retrieves Scheduled Procedure Step Location.
|
java.lang.String |
getScheduledProcedureStepStartDate()
Retrieves Scheduled Procedure Step Start Date.
|
java.lang.String |
getScheduledProcedureStepStartTime()
Retrieves Scheduled Procedure Step Start Time.
|
java.lang.String |
getScheduledProcedureStepStatus()
Retrieves Scheduled Procedure Step Status.
|
ScheduledProtocolCodeSequence |
getScheduledProtocolCodeSequence()
Sequence describing the Scheduled Protocol following a specified coding scheme.
|
java.lang.String[] |
getScheduledStationAETitle()
Retrieves Scheduled Station AE Title.
|
java.lang.String[] |
getScheduledStationName()
Retrieves Scheduled Station Name.
|
void |
setAnatomicalOrientationType(java.lang.String strAnatomicalOrientationType)
Sets AnatomicalOrientationType on which the Scheduled Procedure Step is scheduled to start.
|
void |
setCommentsontheScheduledProcedureStep(java.lang.String strCommentsontheScheduledProcedureStep)
Sets User-defined comments on the Scheduled Procedure Step.
|
void |
setModality(java.lang.String strModality)
Sets source equipment for the image.
|
void |
setPreMedication(java.lang.String strPreMedication)
Sets Medication to be administered at the beginning of the Scheduled Procedure Step, e.g.
|
void |
setRequestedContrastAgent(java.lang.String strRequestedContrastAgent)
Sets Contrast agent requested for use in the Scheduled Procedure Step.
|
void |
setScheduledPerformingPhysicianName(java.lang.String strScheduledPerformingPhysicianName)
Sets Name of the physician scheduled to administer the Scheduled Procedure Step.
|
void |
setScheduledProcedureStepDescription(java.lang.String strScheduledProcedureStepDescription)
Sets Institution-generated description or classification of the Scheduled Procedure Step to be performed.
|
void |
setScheduledProcedureStepEndDate(java.lang.String strScheduledProcedureStepEndDate)
Sets Date on which the Scheduled Procedure Step is scheduled to end.
|
void |
setScheduledProcedureStepEndTime(java.lang.String strScheduledProcedureStepEndTime)
Sets Time at which the Scheduled Procedure Step is scheduled to end.
|
void |
setScheduledProcedureStepID(java.lang.String strScheduledProcedureStepID)
Sets Identifier that identifies the Scheduled Procedure Step.
|
void |
setScheduledProcedureStepLocation(java.lang.String strScheduledProcedureStepLocation)
Sets the location at which the Procedure Step is scheduled to be performed.
|
void |
setScheduledProcedureStepStartDate(java.lang.String strScheduledProcedureStepStartDate)
Sets Date on which the Scheduled Procedure Step is scheduled to start.
|
void |
setScheduledProcedureStepStartTime(java.lang.String strScheduledProcedureStepStartTime)
Sets Time at which the Scheduled Procedure Step is scheduled to start.
|
void |
setScheduledProcedureStepStatus(EnumScheduledProcedureStepStatus enumScheduledProcedureStepStatus)
Sets Defines the state of the Scheduled Procedure Step.
|
void |
setScheduledStationAETitle(java.lang.String[] strScheduledStationAETitle)
Sets the AE title of the modality on which the Scheduled Procedure Step is scheduled to be
performed.
|
void |
setScheduledStationName(java.lang.String[] strScheduledStationName)
Sets an institution defined name for the modality on which the Scheduled Procedure Step is scheduled
to be performed.
|
boolean |
validateForModule()
Validates all the attributes in
ActualHumanPerformersSequenceItem 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
ActualHumanPerformersSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setScheduledStationAETitle(java.lang.String[] strScheduledStationAETitle)
StrScheduledStationAETitle - String array of Scheduled Procedure Step.public java.lang.String[] getScheduledStationAETitle()
public void setScheduledStationName(java.lang.String[] strScheduledStationName)
strScheduledStationName - String array of Scheduled Procedure Step.public java.lang.String[] getScheduledStationName()
public void setScheduledProcedureStepLocation(java.lang.String strScheduledProcedureStepLocation)
strScheduledProcedureStepLocation - String Procedure Step is scheduled to be performedpublic java.lang.String getScheduledProcedureStepLocation()
public void setScheduledProcedureStepStartDate(java.lang.String strScheduledProcedureStepStartDate)
strScheduledProcedureStepStartDate - string Scheduled Procedure Step is scheduled to start.public java.lang.String getScheduledProcedureStepStartDate()
public void setScheduledProcedureStepStartTime(java.lang.String strScheduledProcedureStepStartTime)
strScheduledProcedureStepStartTime - String time Procedure Step is scheduled to start.public java.lang.String getScheduledProcedureStepStartTime()
public void setScheduledProcedureStepEndDate(java.lang.String strScheduledProcedureStepEndDate)
strScheduledProcedureStepEndDate - string date Procedure Step is scheduled to end.public java.lang.String getScheduledProcedureStepEndDate()
public void setScheduledProcedureStepEndTime(java.lang.String strScheduledProcedureStepEndTime)
strScheduledProcedureStepEndTime - string time Procedure Step is scheduled to end.public java.lang.String getScheduledProcedureStepEndTime()
public void setScheduledPerformingPhysicianName(java.lang.String strScheduledPerformingPhysicianName)
strScheduledPerformingPhysicianName - String Name of the physicianpublic java.lang.String getScheduledPerformingPhysicianName()
public ScheduledPerformingPhysicianIdentificationSequence getScheduledPerformingPhysicianIdentificationSequence()
public void setScheduledProcedureStepDescription(java.lang.String strScheduledProcedureStepDescription)
strScheduledProcedureStepDescription - string Institution-generated description.public java.lang.String getScheduledProcedureStepDescription()
public ScheduledProtocolCodeSequence getScheduledProtocolCodeSequence()
public void setScheduledProcedureStepID(java.lang.String strScheduledProcedureStepID)
strScheduledProcedureStepID - String identifies the Scheduled Procedure Step.public java.lang.String getScheduledProcedureStepID()
public void setScheduledProcedureStepStatus(EnumScheduledProcedureStepStatus enumScheduledProcedureStepStatus)
enumScheduledProcedureStepStatus - string Defines the state of the Scheduled Procedure Step.public java.lang.String getScheduledProcedureStepStatus()
public void setCommentsontheScheduledProcedureStep(java.lang.String strCommentsontheScheduledProcedureStep)
strCommentsontheScheduledProcedureStep - String User-defined comments on the Scheduled Procedure Step.public java.lang.String getCommentsontheScheduledProcedureStep()
public void setModality(java.lang.String strModality)
strModality - String source equipment for the image.public java.lang.String getModality()
public void setRequestedContrastAgent(java.lang.String strRequestedContrastAgent)
strRequestedContrastAgent - String Contrast agent use in the Scheduled Procedure Step.public java.lang.String getRequestedContrastAgent()
public void setPreMedication(java.lang.String strPreMedication)
strPreMedication - public java.lang.String getPreMedication()
public void setAnatomicalOrientationType(java.lang.String strAnatomicalOrientationType)
strAnatomicalOrientationType - string Scheduled Procedure Step.public java.lang.String getAnatomicalOrientationType()