quartic_sdk.core.entities.procedure_step

The given file contains the class to refer to the ProcedureStep entity

Module Contents

Classes

ProcedureStep

The given class refers to the ProcedureStep entity which is created based upon the

class quartic_sdk.core.entities.procedure_step.ProcedureStep(body_json, api_helper)

Bases: quartic_sdk.core.entities.base.Base

The given class refers to the ProcedureStep entity which is created based upon the procedure step response returned by the API

__repr__(self)

Override the method to return the ProcedureStep name

fetch_substep_details(self, query_params={})

This method is used for fetching procedure substep details like Operation/Phase/PhaseStep :param query_params: Dictionary of filter conditions :return: List of ProcedureStep(ProcedureStep Entity) Objects