Medoms Framework: No coding needed
  • Using medoms you have all standard application functionality accessible through simple "text" instructions (in json format) .
  • If the functionality you need is not already in the the system, you can code it yourself or request its development.
  • Below we present you with a list of the simplest ones to give you an idea of how it works:
Creating a user
example
Preview
Text instruction that displays a Component for Creating User:

    {
        entityIntent: "userContr.new",
        lgSpan:24
    }
        
List protocols
example
Preview
Text instruction that displays a list of Protocols:

    {
        entityIntent: "recordAssign.simpleList",
        lgSpan:24
    }
        
Fill out Assigned Form
example
Preview
Text instruction that displays an assigned form to be filled out:

    {
        entityIntent: "formAssign.medoms",
        lgSpan:24
    }
        
View filledout Form
example
Preview
Text instruction for viewing an outcome:

    {
        entityIntent: "outcome.view",
        lgSpan:24
    }
        
Analyse form
example
Preview
Analyse the outcomes of a base form:

    {
        entityIntent: "formDef0.analysis",
        lgSpan:24
    }
        
Edit treatment
example
Preview
Edit the information of a treatment:

    {
        entityIntent: "cntext1Detailed.edit",
        lgSpan:24
    }
        
Info view
example
Preview
Edit widgets info of base forms:

    {
        entityIntent: "formDef0.info",
        lgSpan:24
    }
        
Form Section Creation
example
Preview
Instrucción para crear una sección de formulario:

    {
        entityIntent: "formSection0.newOrSel",
        lgSpan:24
    }
        
Component Gallery
example
Preview

If you want to know all available components go to the documentation site