Interface NeoPrescriptionHandler


public interface NeoPrescriptionHandler
Interface to be implemented by handler class for NeoPrescription. The handler class is used for converting NeoPrescription into actions to be executed on data models.
  • Method Summary

    Modifier and Type Method Description
    ModelList<?> inputToModelList​(NeoPrescription prescription, org.json.JSONObject inputParams, PlatformUserProfile pltUserProfile)
    Given a prescription and user inputs, generate a ModelList which can be executed to apply the prescription