public class ProcedureAction_TID3100 extends Template
| Constructor and Description |
|---|
ProcedureAction_TID3100(SRTree objTree)
Instantiates ProcedureAction_TID3100 object
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryQualifiers_TID3010 |
getLogEntryQualifiers_TID3010()
Retrieves the Object of LogEntryQualifiers_TID3010
|
void |
setPerformedProcedureStepSOPClassUID(int[] arrPosition,
java.lang.String strPerformedProcedureStepSOPClassUID)
Sets the value for Performed Procedure Step SOP Class UID
|
void |
setPerformedProcedureStepSOPInstanceUID(int[] arrPosition,
java.lang.String strPerformedProcedureStepSOPInstanceUID)
Sets the value for Performed Procedure Step SOP Instance UID
|
void |
setPerformingRoles(int[] arrPosition,
EnumCM_PerformingRole enumPerformingRole,
java.lang.String strPname)
Sets the value for Performing Roles
|
void |
setProcedureAction(int[] arrPosition,
EnumCM_CIDProcedureAction enumProcedureAction,
EnumCM_ProcedureActionValues enumProcedureActionValues)
Sets the value for Procedure Action.
|
void |
setProcedureActionDuration(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Performing Roles
|
void |
setProcedureActionID(int[] arrPosition,
java.lang.String strProcedureActionID)
Sets the value for Procedure Action ID
|
public ProcedureAction_TID3100(SRTree objTree)
objTree - Object of SRTree.public LogEntryQualifiers_TID3010 getLogEntryQualifiers_TID3010()
public void setProcedureAction(int[] arrPosition,
EnumCM_CIDProcedureAction enumProcedureAction,
EnumCM_ProcedureActionValues enumProcedureActionValues)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumProcedureAction - Enum value for Procedure Action.enumProcedureActionValues - Enum value for Procedure Action Valuespublic void setProcedureActionID(int[] arrPosition,
java.lang.String strProcedureActionID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strProcedureActionID - String value for Procedure Action ID.public void setPerformingRoles(int[] arrPosition,
EnumCM_PerformingRole enumPerformingRole,
java.lang.String strPname)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumPerformingRole - Enum value for Performing RolesstrPname - String value for Performing Roles.public void setPerformedProcedureStepSOPInstanceUID(int[] arrPosition,
java.lang.String strPerformedProcedureStepSOPInstanceUID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strPerformedProcedureStepSOPInstanceUID - String value for PerformedProcedureStepSOPInstanceUID.public void setPerformedProcedureStepSOPClassUID(int[] arrPosition,
java.lang.String strPerformedProcedureStepSOPClassUID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strPerformedProcedureStepSOPClassUID - String value for PerformedProcedureStepSOPClassUID.public void setProcedureActionDuration(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumPerformingRole - Enum value for Performing RolesstrPname - String value for Performing Roles.