public class PerformedProcedureStepInformationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PerformedProcedureStepInformationModule(IDataSet objIDataSet)
CreatesPerformed Procedure Step Information Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentsonthePerformedProcedureStep()
Return User-defined comments on the Performed Procedure Step.
|
java.lang.String |
getPerformedLocation()
Return attribute identifies Description of the location at which the Performed
Procedure Step was performed.
|
java.lang.String |
getPerformedProcedureStepDescription()
Return attribute identifies Institution-generated description or classification of
the Procedure Step that was performed.
|
PerformedProcedureStepDiscontinuationReasonCodeSequence |
getPerformedProcedureStepDiscontinuationReasonCodeSequence()
Retrieves pre-initialized object of PerformedProcedureStepDiscontinuationReasonCodeSequence.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 |
getPerformedProcedureStepEndDate()
Return Date on which the Performed Procedure Step ended.
|
java.lang.String |
getPerformedProcedureStepEndTime()
Return Time at which the Performed Procedure Step ended.
|
java.lang.String |
getPerformedProcedureStepID()
Return attribute User or equipment generated identifier of that part of
a Procedure that has been carried out within this step.
|
java.lang.String |
getPerformedProcedureStepStartDate()
Return Date on which the Performed Procedure Step started.
|
java.lang.String |
getPerformedProcedureStepStartTime()
Return Time at which the Performed Procedure Step started.
|
java.lang.String |
getPerformedProcedureStepStatus()
Retrieves state of the Performed Procedure Step.
|
java.lang.String |
getPerformedProcedureTypeDescription()
Return the description of the type of procedure performed.
|
java.lang.String |
getPerformedStationAETitle()
Return attribute identifies AE title of the modality on which the Performed
Procedure Step was performed.
|
java.lang.String |
getPerformedStationName()
Return attribute An institution defined name for the modality on which
the Performed Procedure Step was performed.
|
ProcedureCodeSequence |
getProcedureCodeSequence()
Retrieves pre-initialized object of ProcedureCodeSequence.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
|
ReasonForPerformedProcedureCodeSequence |
getReasonForPerformedProcedureCodeSequence()
Retrieves pre-initialized object of ReasonForPerformedProcedureCodeSequence.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
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setCommentsonthePerformedProcedureStep(java.lang.String strCommentsonthePerformedProcedureStep)
Sets User-defined comments on the Performed Procedure Step.
|
void |
setPerformedLocation(java.lang.String StrPerformedLocation)
Sets attribute identifies Description of the location at which the Performed
Procedure Step was performed.
|
void |
setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
Sets attribute identifies Institution-generated description or classification of
the Procedure Step that was performed.
|
void |
setPerformedProcedureStepEndDate(java.lang.String strPerformedProcedureStepEndDate)
Sets attribute Date on which the Performed Procedure Step ended.
|
void |
setPerformedProcedureStepEndTime(java.lang.String strPerformedProcedureStepEndTime)
Sets attribute Time at which the Performed Procedure Step ended.
|
void |
setPerformedProcedureStepID(java.lang.String StrPerformedProcedureStepID)
Sets attribute User or equipment generated identifier of that part of
a Procedure that has been carried out within this step.
|
void |
setPerformedProcedureStepStartDate(java.lang.String StrPerformedProcedureStepStartDate)
Sets attribute identifies Date on which the Performed Procedure Step started.
|
void |
setPerformedProcedureStepStartTime(java.lang.String strPerformedProcedureStepStartTime)
Sets attribute identifies Time at which the Performed Procedure Step started.
|
void |
setPerformedProcedureStepStatus(EnumPerformedProcedureStepStatus enumPerformedProcedureStepStatus)
Sets Contains the state of the Performed Procedure Step.
|
void |
setPerformedProcedureTypeDescription(java.lang.String StrPerformedProcedureTypeDescription)
Sets the description of the type of procedure performed.
|
void |
setPerformedStationAETitle(java.lang.String StrPerformedStationAETitle)
Sets attribute identifies AE title of the modality on which the Performed
Procedure Step was performed.
|
void |
setPerformedStationName(java.lang.String StrPerformedStationName)
Sets attribute An institution defined name for the modality on which
the Performed Procedure Step was performed.
|
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 PerformedProcedureStepInformationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - when the module is invalidpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic void setPerformedStationAETitle(java.lang.String StrPerformedStationAETitle)
StrPerformedStationAETitle - - String AE titlepublic java.lang.String getPerformedStationAETitle()
public void setPerformedStationName(java.lang.String StrPerformedStationName)
StrPerformedStationName - - String institution name.public java.lang.String getPerformedStationName()
public void setPerformedLocation(java.lang.String StrPerformedLocation)
StrPerformedLocation - - String identifies Description of the locationpublic java.lang.String getPerformedLocation()
public void setPerformedProcedureStepStartDate(java.lang.String StrPerformedProcedureStepStartDate)
StrPerformedProcedureStepStartDate - - String identifies Date on which the Performed Procedure Step started.public java.lang.String getPerformedProcedureStepStartDate()
public void setPerformedProcedureStepStartTime(java.lang.String strPerformedProcedureStepStartTime)
strPerformedProcedureStepStartTime - - String Time at which the Performed Procedure Step started.public java.lang.String getPerformedProcedureStepStartTime()
public void setPerformedProcedureStepID(java.lang.String StrPerformedProcedureStepID)
StrPerformedProcedureStepID - - String User or equipment generated identifierpublic java.lang.String getPerformedProcedureStepID()
public void setPerformedProcedureStepEndDate(java.lang.String strPerformedProcedureStepEndDate)
strPerformedProcedureStepEndDate - - String identifies Date on which the Performed Procedure Step ended.public java.lang.String getPerformedProcedureStepEndDate()
public void setPerformedProcedureStepEndTime(java.lang.String strPerformedProcedureStepEndTime)
strPerformedProcedureStepEndTime - - String Time at which the Performed Procedure Step ended.public java.lang.String getPerformedProcedureStepEndTime()
public void setPerformedProcedureStepStatus(EnumPerformedProcedureStepStatus enumPerformedProcedureStepStatus)
enumPerformedProcedureStepStatus - - Enum value of state of the Performed Procedure Steppublic java.lang.String getPerformedProcedureStepStatus()
public void setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
strPerformedProcedureStepDescription - - String Institution-generated descriptionpublic java.lang.String getPerformedProcedureStepDescription()
public void setCommentsonthePerformedProcedureStep(java.lang.String strCommentsonthePerformedProcedureStep)
strCommentsonthePerformedProcedureStep - - String User-defined commentspublic java.lang.String getCommentsonthePerformedProcedureStep()
public void setPerformedProcedureTypeDescription(java.lang.String StrPerformedProcedureTypeDescription)
StrPerformedProcedureTypeDescription - - String description of the type of procedure performed.public java.lang.String getPerformedProcedureTypeDescription()
public ProcedureCodeSequence getProcedureCodeSequence()
public ReasonForPerformedProcedureCodeSequence getReasonForPerformedProcedureCodeSequence()
public PerformedProcedureStepDiscontinuationReasonCodeSequence getPerformedProcedureStepDiscontinuationReasonCodeSequence()