public class UnifiedProcedureStepPerformedProcedureSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
ActualHumanPerformersSequence |
getActualHumanPerformersSequence()
Retrieves pre-initialized object of Actual Human Performers 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 |
getCommentsonthePerformedProcedureStep()
Retrieves Comments on the Performed Procedure Step
|
ContentItemModifierSequence |
getContentItemModifierSequence()
Retrieves pre-initialized object of Content Item Modifier 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.
|
HumanPerformerCodeSequence |
getHumanPerformerCodeSequence()
Retrieves pre-initialized object of Human Performer 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 |
getHumanPerformersName()
Retrieves HumanPerformersName.
|
java.lang.String |
getHumanPerformersOrganization()
Return user-defined label identifier for Human Performers Organization.
|
java.lang.String |
getPerformedProcedureStepDescription()
Return PerformedProcedureStepDescription.
|
java.lang.String |
getPerformedProcedureStepEndDateTime()
Retrieves PerformedProcedureStepEndDateTimee
|
java.lang.String |
getPerformedProcedureStepStartDateTime()
Retrieves PerformedProcedureStepStartDateTime
|
PerformedProcessingParametersSequence |
getPerformedProcessingParametersSequence()
Retrieves pre-initialized object of Performed Processing Parameters 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.
|
PerformedStationClassCodeSequence |
getPerformedStationClassCodeSequence()
Retrieves pre-initialized object of Performed Station Class 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.
|
PerformedStationGeographicLocationCodeSequence |
getPerformedStationGeographicLocationCodeSequence()
Retrieves pre-initialized object of Performed Station Geographic Location 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.
|
PerformedStationNameCodeSequence |
getPerformedStationNameCodeSequence()
Retrieves pre-initialized object of Performed Station Name 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.
|
PerformedWorkitemCodeSequence |
getPerformedWorkitemCodeSequencee()
Retrieves pre-initialized object of Performed Workitem 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.
|
ScheduledHumanPerformersSequence |
getScheduledHumanPerformersSequence()
Retrieves pre-initialized object of ScheduledHumanPerformersSequence.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.
|
void |
setCommentsonthePerformedProcedureStep(java.lang.String strCommentsonthePerformedProcedureStep)
Sets the CommentsonthePerformedProcedureStep.
|
void |
setHumanPerformersName(java.lang.String strHumanPerformersName)
Sets the Human Performers Name.
|
void |
setHumanPerformersOrganization(java.lang.String strHumanPerformersOrganization)
Sets Human Performers Organization.
|
void |
setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
Sets PerformedProcedureStepDescription.
|
void |
setPerformedProcedureStepEndDateTime(java.lang.String strPerformedProcedureStepEndDateTime)
Sets PerformedProcedureStepEndDateTime.
|
void |
setPerformedProcedureStepStartDateTime(java.lang.String strPerformedProcedureStepStartDateTime)
Sets Date and Time of Performed Procedure Step Start Date Time.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic ActualHumanPerformersSequence getActualHumanPerformersSequence()
public HumanPerformerCodeSequence getHumanPerformerCodeSequence()
public void setHumanPerformersOrganization(java.lang.String strHumanPerformersOrganization)
strHumanPerformersOrganization - String value of Human Performers Organization.public java.lang.String getHumanPerformersOrganization()
public void setHumanPerformersName(java.lang.String strHumanPerformersName)
strHumanPerformersName - user-defined commentspublic java.lang.String getHumanPerformersName()
public PerformedStationNameCodeSequence getPerformedStationNameCodeSequence()
public PerformedStationClassCodeSequence getPerformedStationClassCodeSequence()
public PerformedStationGeographicLocationCodeSequence getPerformedStationGeographicLocationCodeSequence()
public void setPerformedProcedureStepStartDateTime(java.lang.String strPerformedProcedureStepStartDateTime)
strPerformedProcedureStepStartDateTime - String value of PerformedProcedureStepStartDateTimepublic java.lang.String getPerformedProcedureStepStartDateTime()
public void setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
strPerformedProcedureStepDescription - String value of PerformedProcedureStepDescription.public java.lang.String getPerformedProcedureStepDescription()
public void setCommentsonthePerformedProcedureStep(java.lang.String strCommentsonthePerformedProcedureStep)
strCommentsonthePerformedProcedureStep - user-defined commentspublic java.lang.String getCommentsonthePerformedProcedureStep()
public PerformedWorkitemCodeSequence getPerformedWorkitemCodeSequencee()
public PerformedProcessingParametersSequence getPerformedProcessingParametersSequence()
public ContentItemModifierSequence getContentItemModifierSequence()
public void setPerformedProcedureStepEndDateTime(java.lang.String strPerformedProcedureStepEndDateTime)
strPerformedProcedureStepEndDateTime - String value of PerformedProcedureStepEndDateTimepublic java.lang.String getPerformedProcedureStepEndDateTime()
public ScheduledHumanPerformersSequence getScheduledHumanPerformersSequence()