public class PerformedProcedureStepSummaryMacro extends Macro
| Constructor and Description |
|---|
PerformedProcedureStepSummaryMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
PerformedProcedureStepSummaryMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
PerformedProcedureStepSummaryMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
PerformedProcedureStepSummaryMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommentsOnThePerformedProcedureStep()
Retrieves the User-defined comments on the Performed ProcedureStep.
|
java.lang.String |
getPerformedProcedureStepDescription()
Return Performed Procedure StepDescription
|
java.lang.String |
getPerformedProcedureStepEndDate()
Retrieves Performed Procedure Step EndDate
|
java.lang.String |
getPerformedProcedureStepEndTime()
Retrieves Performed Procedure Step EndTime
|
java.lang.String |
getPerformedProcedureStepID()
Retrieves Performed Procedure Step ID
|
java.lang.String |
getPerformedProcedureStepStartDate()
Retrieves Performed Procedure Step StartDate
|
java.lang.String |
getPerformedProcedureStepStartTime()
Retrieves Performed Procedure Step StartTime
|
PerformedProtocolCodeSequence |
getPerformedProtocolCodeSequence()
Retrieves pre-initialized object of Performed 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.
|
void |
setCommentsOnThePerformedProcedureStep(java.lang.String strCommentsOnThePerformedProcedureStep)
Sets the User-defined comments on the Performed ProcedureStep.
|
void |
setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
Sets Performed Procedure StepDescription
|
void |
setPerformedProcedureStepEndDate(java.lang.String strPerformedProcedureStepEndDate)
Sets Performed Procedure Step EndDate
|
void |
setPerformedProcedureStepEndTime(java.lang.String strPerformedProcedureStepEndTime)
Sets Performed Procedure Step EndTime
|
void |
setPerformedProcedureStepID(java.lang.String strPerformedProcedureStepID)
Sets the Performed Procedure Step ID.
|
void |
setPerformedProcedureStepStartDate(java.lang.String strPerformedProcedureStepStartDate)
Sets Performed Procedure Step StartDate
|
void |
setPerformedProcedureStepStartTime(java.lang.String strPerformedProcedureStepStartTime)
Sets Performed Procedure Step StartTime
|
boolean |
validate()
Validates all the attributes in PersonIdentificationMacro
|
boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in PersonIdentificationMacro that are present in the DataSet
|
boolean |
validate(IItem objIItem)
Validates all the attributes in PersonIdentificationMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic PerformedProcedureStepSummaryMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic PerformedProcedureStepSummaryMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic PerformedProcedureStepSummaryMacro(IItem objItem)
objItem - specifies instance of Item classpublic PerformedProcedureStepSummaryMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic boolean validate()
throws InvalidMacroException
InvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElements in a sequenceInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public boolean validate(IDataSet objIDataSet) throws InvalidMacroException
objIDataSet - collection of DataElementsInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public void setPerformedProcedureStepID(java.lang.String strPerformedProcedureStepID)
strPerformedProcedureStepID - public java.lang.String getPerformedProcedureStepID()
public void setPerformedProcedureStepStartDate(java.lang.String strPerformedProcedureStepStartDate)
strPerformedProcedureStepStartDate - String value of Performed Procedure Step StartDatepublic java.lang.String getPerformedProcedureStepStartDate()
public void setPerformedProcedureStepStartTime(java.lang.String strPerformedProcedureStepStartTime)
strPerformedProcedureStepStartTime - String of Performed Procedure Step StartTimepublic java.lang.String getPerformedProcedureStepStartTime()
public void setPerformedProcedureStepEndDate(java.lang.String strPerformedProcedureStepEndDate)
strPerformedProcedureStepEndDate - String value of Performed Procedure Step EndDatepublic java.lang.String getPerformedProcedureStepEndDate()
public void setPerformedProcedureStepEndTime(java.lang.String strPerformedProcedureStepEndTime)
strPerformedProcedureStepEndTime - String of Performed Procedure Step EndTimepublic java.lang.String getPerformedProcedureStepEndTime()
public void setPerformedProcedureStepDescription(java.lang.String strPerformedProcedureStepDescription)
strPerformedProcedureStepDescription - String value of Performed Procedure StepDescriptionpublic java.lang.String getPerformedProcedureStepDescription()
public PerformedProtocolCodeSequence getPerformedProtocolCodeSequence()
public void setCommentsOnThePerformedProcedureStep(java.lang.String strCommentsOnThePerformedProcedureStep)
strCommentsOnThePerformedProcedureStep - User-defined comments on the Performed ProcedureStep.public java.lang.String getCommentsOnThePerformedProcedureStep()