controllers

package
v0.0.0-...-4b5c0ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccesoHistoriaController

type AccesoHistoriaController struct {
	beego.Controller
}

AccesoHistoriaController operations for AccesoHistoria

func (*AccesoHistoriaController) Delete

func (c *AccesoHistoriaController) Delete()

Delete ... @Title Delete @Description delete the AccesoHistoria @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*AccesoHistoriaController) GetAll

func (c *AccesoHistoriaController) GetAll()

GetAll ... @Title Get All @Description get AccesoHistoria @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.AccesoHistoria @Failure 404 not found resource @router / [get]

func (*AccesoHistoriaController) GetOne

func (c *AccesoHistoriaController) GetOne()

GetOne ... @Title Get One @Description get AccesoHistoria by id @Param id path string true "The key for staticblock" @Success 200 {object} models.AccesoHistoria @Failure 404 not found resource @router /:id [get]

func (*AccesoHistoriaController) Post

func (c *AccesoHistoriaController) Post()

Post ... @Title Post @Description create AccesoHistoria @Param body body models.AccesoHistoria true "body for AccesoHistoria content" @Success 201 {int} models.AccesoHistoria @Failure 400 the request contains incorrect syntax @router / [post]

func (*AccesoHistoriaController) Put

func (c *AccesoHistoriaController) Put()

Put ... @Title Put @Description update the AccesoHistoria @Param id path string true "The id you want to update" @Param body body models.AccesoHistoria true "body for AccesoHistoria content" @Success 200 {object} models.AccesoHistoria @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*AccesoHistoriaController) URLMapping

func (c *AccesoHistoriaController) URLMapping()

URLMapping ...

type AnamnesisController

type AnamnesisController struct {
	beego.Controller
}

AnamnesisController operations for Anamnesis

func (*AnamnesisController) Delete

func (c *AnamnesisController) Delete()

Delete ... @Title Delete @Description delete the Anamnesis @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*AnamnesisController) GetAll

func (c *AnamnesisController) GetAll()

GetAll ... @Title Get All @Description get Anamnesis @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Anamnesis @Failure 404 not found resource @router / [get]

func (*AnamnesisController) GetOne

func (c *AnamnesisController) GetOne()

GetOne ... @Title Get One @Description get Anamnesis by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Anamnesis @Failure 404 not found resource @router /:id [get]

func (*AnamnesisController) Post

func (c *AnamnesisController) Post()

Post ... @Title Post @Description create Anamnesis @Param body body models.Anamnesis true "body for Anamnesis content" @Success 201 {int} models.Anamnesis @Failure 400 the request contains incorrect syntax @router / [post]

func (*AnamnesisController) Put

func (c *AnamnesisController) Put()

Put ... @Title Put @Description update the Anamnesis @Param id path string true "The id you want to update" @Param body body models.Anamnesis true "body for Anamnesis content" @Success 200 {object} models.Anamnesis @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*AnamnesisController) URLMapping

func (c *AnamnesisController) URLMapping()

URLMapping ...

type AntecedenteController

type AntecedenteController struct {
	beego.Controller
}

AntecedenteController operations for Antecedente

func (*AntecedenteController) Delete

func (c *AntecedenteController) Delete()

Delete ... @Title Delete @Description delete the Antecedente @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*AntecedenteController) GetAll

func (c *AntecedenteController) GetAll()

GetAll ... @Title Get All @Description get Antecedente @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Antecedente @Failure 404 not found resource @router / [get]

func (*AntecedenteController) GetOne

func (c *AntecedenteController) GetOne()

GetOne ... @Title Get One @Description get Antecedente by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Antecedente @Failure 404 not found resource @router /:id [get]

func (*AntecedenteController) Post

func (c *AntecedenteController) Post()

Post ... @Title Post @Description create Antecedente @Param body body models.Antecedente true "body for Antecedente content" @Success 201 {int} models.Antecedente @Failure 400 the request contains incorrect syntax @router / [post]

func (*AntecedenteController) Put

func (c *AntecedenteController) Put()

Put ... @Title Put @Description update the Antecedente @Param id path string true "The id you want to update" @Param body body models.Antecedente true "body for Antecedente content" @Success 200 {object} models.Antecedente @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*AntecedenteController) URLMapping

func (c *AntecedenteController) URLMapping()

URLMapping ...

type AntecedentePsicologicoController

type AntecedentePsicologicoController struct {
	beego.Controller
}

AntecedentePsicologicoController operations for AntecedentePsicologico

func (*AntecedentePsicologicoController) Delete

Delete ... @Title Delete @Description delete the AntecedentePsicologico @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*AntecedentePsicologicoController) GetAll

GetAll ... @Title Get All @Description get AntecedentePsicologico @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.AntecedentePsicologico @Failure 404 not found resource @router / [get]

func (*AntecedentePsicologicoController) GetOne

GetOne ... @Title Get One @Description get AntecedentePsicologico by id @Param id path string true "The key for staticblock" @Success 200 {object} models.AntecedentePsicologico @Failure 404 not found resource @router /:id [get]

func (*AntecedentePsicologicoController) Post

Post ... @Title Post @Description create AntecedentePsicologico @Param body body models.AntecedentePsicologico true "body for AntecedentePsicologico content" @Success 201 {int} models.AntecedentePsicologico @Failure 400 the request contains incorrect syntax @router / [post]

func (*AntecedentePsicologicoController) Put

Put ... @Title Put @Description update the AntecedentePsicologico @Param id path string true "The id you want to update" @Param body body models.AntecedentePsicologico true "body for AntecedentePsicologico content" @Success 200 {object} models.AntecedentePsicologico @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*AntecedentePsicologicoController) URLMapping

func (c *AntecedentePsicologicoController) URLMapping()

URLMapping ...

type ComportamientoConsultaController

type ComportamientoConsultaController struct {
	beego.Controller
}

ComportamientoConsultaController operations for ComportamientoConsulta

func (*ComportamientoConsultaController) Delete

Delete ... @Title Delete @Description delete the ComportamientoConsulta @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ComportamientoConsultaController) GetAll

GetAll ... @Title Get All @Description get ComportamientoConsulta @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ComportamientoConsulta @Failure 404 not found resource @router / [get]

func (*ComportamientoConsultaController) GetOne

GetOne ... @Title Get One @Description get ComportamientoConsulta by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ComportamientoConsulta @Failure 404 not found resource @router /:id [get]

func (*ComportamientoConsultaController) Post

Post ... @Title Post @Description create ComportamientoConsulta @Param body body models.ComportamientoConsulta true "body for ComportamientoConsulta content" @Success 201 {int} models.ComportamientoConsulta @Failure 400 the request contains incorrect syntax @router / [post]

func (*ComportamientoConsultaController) Put

Put ... @Title Put @Description update the ComportamientoConsulta @Param id path string true "The id you want to update" @Param body body models.ComportamientoConsulta true "body for ComportamientoConsulta content" @Success 200 {object} models.ComportamientoConsulta @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ComportamientoConsultaController) URLMapping

func (c *ComportamientoConsultaController) URLMapping()

URLMapping ...

type ComposicionFamiliarController

type ComposicionFamiliarController struct {
	beego.Controller
}

ComposicionFamiliarController operations for ComposicionFamiliar

func (*ComposicionFamiliarController) Delete

func (c *ComposicionFamiliarController) Delete()

Delete ... @Title Delete @Description delete the ComposicionFamiliar @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 403 id is empty @router /:id [delete]

func (*ComposicionFamiliarController) GetAll

func (c *ComposicionFamiliarController) GetAll()

GetAll ... @Title Get All @Description get ComposicionFamiliar @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ComposicionFamiliar @Failure 404 not found resource @router / [get]

func (*ComposicionFamiliarController) GetOne

func (c *ComposicionFamiliarController) GetOne()

GetOne ... @Title Get One @Description get ComposicionFamiliar by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ComposicionFamiliar @Failure 404 not found resource @router /:id [get]

func (*ComposicionFamiliarController) Post

Post ... @Title Post @Description create ComposicionFamiliar @Param body body models.ComposicionFamiliar true "body for ComposicionFamiliar content" @Success 201 {int} models.ComposicionFamiliar @Failure 400 the request contains incorrect syntax @router / [post]

func (*ComposicionFamiliarController) Put

Put ... @Title Put @Description update the ComposicionFamiliar @Param id path string true "The id you want to update" @Param body body models.ComposicionFamiliar true "body for ComposicionFamiliar content" @Success 200 {object} models.ComposicionFamiliar @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ComposicionFamiliarController) URLMapping

func (c *ComposicionFamiliarController) URLMapping()

URLMapping ...

type ControlPlacaController

type ControlPlacaController struct {
	beego.Controller
}

ControlPlacaController operations for ControlPlaca

func (*ControlPlacaController) Delete

func (c *ControlPlacaController) Delete()

Delete ... @Title Delete @Description delete the ControlPlaca @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ControlPlacaController) GetAll

func (c *ControlPlacaController) GetAll()

GetAll ... @Title Get All @Description get ControlPlaca @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ControlPlaca @Failure 404 not found resource @router / [get]

func (*ControlPlacaController) GetOne

func (c *ControlPlacaController) GetOne()

GetOne ... @Title Get One @Description get ControlPlaca by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ControlPlaca @Failure 404 not found resource @router /:id [get]

func (*ControlPlacaController) Post

func (c *ControlPlacaController) Post()

Post ... @Title Post @Description create ControlPlaca @Param body body models.ControlPlaca true "body for ControlPlaca content" @Success 201 {int} models.ControlPlaca @Failure 400 the request contains incorrect syntax @router / [post]

func (*ControlPlacaController) Put

func (c *ControlPlacaController) Put()

Put ... @Title Put @Description update the ControlPlaca @Param id path string true "The id you want to update" @Param body body models.ControlPlaca true "body for ControlPlaca content" @Success 200 {object} models.ControlPlaca @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ControlPlacaController) URLMapping

func (c *ControlPlacaController) URLMapping()

URLMapping ...

type ConvencionOdontogramaController

type ConvencionOdontogramaController struct {
	beego.Controller
}

ConvencionOdontogramaController operations for ConvencionOdontograma

func (*ConvencionOdontogramaController) Delete

func (c *ConvencionOdontogramaController) Delete()

Delete ... @Title Delete @Description delete the ConvencionOdontograma @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ConvencionOdontogramaController) GetAll

func (c *ConvencionOdontogramaController) GetAll()

GetAll ... @Title Get All @Description get ConvencionOdontograma @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ConvencionOdontograma @Failure 404 not found resource @router / [get]

func (*ConvencionOdontogramaController) GetOne

func (c *ConvencionOdontogramaController) GetOne()

GetOne ... @Title Get One @Description get ConvencionOdontograma by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ConvencionOdontograma @Failure 404 not found resource @router /:id [get]

func (*ConvencionOdontogramaController) Post

Post ... @Title Post @Description create ConvencionOdontograma @Param body body models.ConvencionOdontograma true "body for ConvencionOdontograma content" @Success 201 {int} models.ConvencionOdontograma @Failure 400 the request contains incorrect syntax @router / [post]

func (*ConvencionOdontogramaController) Put

Put ... @Title Put @Description update the ConvencionOdontograma @Param id path string true "The id you want to update" @Param body body models.ConvencionOdontograma true "body for ConvencionOdontograma content" @Success 200 {object} models.ConvencionOdontograma @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ConvencionOdontogramaController) URLMapping

func (c *ConvencionOdontogramaController) URLMapping()

URLMapping ...

type DatosEmergenciaController

type DatosEmergenciaController struct {
	beego.Controller
}

DatosEmergenciaController operations for DatosEmergencia

func (*DatosEmergenciaController) Delete

func (c *DatosEmergenciaController) Delete()

Delete ... @Title Delete @Description delete the DatosEmergencia @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*DatosEmergenciaController) GetAll

func (c *DatosEmergenciaController) GetAll()

GetAll ... @Title Get All @Description get DatosEmergencia @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.DatosEmergencia @Failure 404 not found resource @router / [get]

func (*DatosEmergenciaController) GetOne

func (c *DatosEmergenciaController) GetOne()

GetOne ... @Title Get One @Description get DatosEmergencia by id @Param id path string true "The key for staticblock" @Success 200 {object} models.DatosEmergencia @Failure 404 not found resource @router /:id [get]

func (*DatosEmergenciaController) Post

func (c *DatosEmergenciaController) Post()

Post ... @Title Post @Description create DatosEmergencia @Param body body models.DatosEmergencia true "body for DatosEmergencia content" @Success 201 {int} models.DatosEmergencia @Failure 400 the request contains incorrect syntax @router / [post]

func (*DatosEmergenciaController) Put

func (c *DatosEmergenciaController) Put()

Put ... @Title Put @Description update the DatosEmergencia @Param id path string true "The id you want to update" @Param body body models.DatosEmergencia true "body for DatosEmergencia content" @Success 200 {object} models.DatosEmergencia @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*DatosEmergenciaController) URLMapping

func (c *DatosEmergenciaController) URLMapping()

URLMapping ...

type DiagnosticoController

type DiagnosticoController struct {
	beego.Controller
}

DiagnosticoController operations for Diagnostico

func (*DiagnosticoController) Delete

func (c *DiagnosticoController) Delete()

Delete ... @Title Delete @Description delete the Diagnostico @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*DiagnosticoController) GetAll

func (c *DiagnosticoController) GetAll()

GetAll ... @Title Get All @Description get Diagnostico @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Diagnostico @Failure 404 not found resource @router / [get]

func (*DiagnosticoController) GetOne

func (c *DiagnosticoController) GetOne()

GetOne ... @Title Get One @Description get Diagnostico by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Diagnostico @Failure 404 not found resource @router /:id [get]

func (*DiagnosticoController) Post

func (c *DiagnosticoController) Post()

Post ... @Title Post @Description create Diagnostico @Param body body models.Diagnostico true "body for Diagnostico content" @Success 201 {int} models.Diagnostico @Failure 400 the request contains incorrect syntax @router / [post]

func (*DiagnosticoController) Put

func (c *DiagnosticoController) Put()

Put ... @Title Put @Description update the Diagnostico @Param id path string true "The id you want to update" @Param body body models.Diagnostico true "body for Diagnostico content" @Success 200 {object} models.Diagnostico @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*DiagnosticoController) URLMapping

func (c *DiagnosticoController) URLMapping()

URLMapping ...

type EspecialidadController

type EspecialidadController struct {
	beego.Controller
}

EspecialidadController operations for Especialidad

func (*EspecialidadController) Delete

func (c *EspecialidadController) Delete()

Delete ... @Title Delete @Description delete the Especialidad @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EspecialidadController) GetAll

func (c *EspecialidadController) GetAll()

GetAll ... @Title Get All @Description get Especialidad @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Especialidad @Failure 404 not found resource @router / [get]

func (*EspecialidadController) GetOne

func (c *EspecialidadController) GetOne()

GetOne ... @Title Get One @Description get Especialidad by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Especialidad @Failure 404 not found resource @router /:id [get]

func (*EspecialidadController) Post

func (c *EspecialidadController) Post()

Post ... @Title Post @Description create Especialidad @Param body body models.Especialidad true "body for Especialidad content" @Success 201 {int} models.Especialidad @Failure 400 the request contains incorrect syntax @router / [post]

func (*EspecialidadController) Put

func (c *EspecialidadController) Put()

Put ... @Title Put @Description update the Especialidad @Param id path string true "The id you want to update" @Param body body models.Especialidad true "body for Especialidad content" @Success 200 {object} models.Especialidad @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EspecialidadController) URLMapping

func (c *EspecialidadController) URLMapping()

URLMapping ...

type ExamenDentalController

type ExamenDentalController struct {
	beego.Controller
}

ExamenDentalController operations for ExamenDental

func (*ExamenDentalController) Delete

func (c *ExamenDentalController) Delete()

Delete ... @Title Delete @Description delete the ExamenDental @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ExamenDentalController) GetAll

func (c *ExamenDentalController) GetAll()

GetAll ... @Title Get All @Description get ExamenDental @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ExamenDental @Failure 404 not found resource @router / [get]

func (*ExamenDentalController) GetOne

func (c *ExamenDentalController) GetOne()

GetOne ... @Title Get One @Description get ExamenDental by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ExamenDental @Failure 404 not found resource @router /:id [get]

func (*ExamenDentalController) Post

func (c *ExamenDentalController) Post()

Post ... @Title Post @Description create ExamenDental @Param body body models.ExamenDental true "body for ExamenDental content" @Success 201 {int} models.ExamenDental @Failure 400 the request contains incorrect syntax @router / [post]

func (*ExamenDentalController) Put

func (c *ExamenDentalController) Put()

Put ... @Title Put @Description update the ExamenDental @Param id path string true "The id you want to update" @Param body body models.ExamenDental true "body for ExamenDental content" @Success 200 {object} models.ExamenDental @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ExamenDentalController) URLMapping

func (c *ExamenDentalController) URLMapping()

URLMapping ...

type ExamenEstomatologicoController

type ExamenEstomatologicoController struct {
	beego.Controller
}

ExamenEstomatologicoController operations for ExamenEstomatologico

func (*ExamenEstomatologicoController) Delete

func (c *ExamenEstomatologicoController) Delete()

Delete ... @Title Delete @Description delete the ExamenEstomatologico @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ExamenEstomatologicoController) GetAll

func (c *ExamenEstomatologicoController) GetAll()

GetAll ... @Title Get All @Description get ExamenEstomatologico @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ExamenEstomatologico @Failure 404 not found resource @router / [get]

func (*ExamenEstomatologicoController) GetOne

func (c *ExamenEstomatologicoController) GetOne()

GetOne ... @Title Get One @Description get ExamenEstomatologico by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ExamenEstomatologico @Failure 404 not found resource @router /:id [get]

func (*ExamenEstomatologicoController) Post

Post ... @Title Post @Description create ExamenEstomatologico @Param body body models.ExamenEstomatologico true "body for ExamenEstomatologico content" @Success 201 {int} models.ExamenEstomatologico @Failure 400 the request contains incorrect syntax @router / [post]

func (*ExamenEstomatologicoController) Put

Put ... @Title Put @Description update the ExamenEstomatologico @Param id path string true "The id you want to update" @Param body body models.ExamenEstomatologico true "body for ExamenEstomatologico content" @Success 200 {object} models.ExamenEstomatologico @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ExamenEstomatologicoController) URLMapping

func (c *ExamenEstomatologicoController) URLMapping()

URLMapping ...

type ExcusaMedicaController

type ExcusaMedicaController struct {
	beego.Controller
}

ExcusaMedicaController operations for ExcusaMedica

func (*ExcusaMedicaController) Delete

func (c *ExcusaMedicaController) Delete()

Delete ... @Title Delete @Description delete the ExcusaMedica @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ExcusaMedicaController) GetAll

func (c *ExcusaMedicaController) GetAll()

GetAll ... @Title Get All @Description get ExcusaMedica @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ExcusaMedica @Failure 404 not found resource @router / [get]

func (*ExcusaMedicaController) GetOne

func (c *ExcusaMedicaController) GetOne()

GetOne ... @Title Get One @Description get ExcusaMedica by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ExcusaMedica @Failure 404 not found resource @router /:id [get]

func (*ExcusaMedicaController) Post

func (c *ExcusaMedicaController) Post()

Post ... @Title Post @Description create ExcusaMedica @Param body body models.ExcusaMedica true "body for ExcusaMedica content" @Success 201 {int} models.ExcusaMedica @Failure 400 the request contains incorrect syntax @router / [post]

func (*ExcusaMedicaController) Put

func (c *ExcusaMedicaController) Put()

Put ... @Title Put @Description update the ExcusaMedica @Param id path string true "The id you want to update" @Param body body models.ExcusaMedica true "body for ExcusaMedica content" @Success 200 {object} models.ExcusaMedica @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ExcusaMedicaController) URLMapping

func (c *ExcusaMedicaController) URLMapping()

URLMapping ...

type HistoriaClinicaController

type HistoriaClinicaController struct {
	beego.Controller
}

HistoriaClinicaController operations for HistoriaClinica

func (*HistoriaClinicaController) Delete

func (c *HistoriaClinicaController) Delete()

Delete ... @Title Delete @Description delete the HistoriaClinica @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*HistoriaClinicaController) GetAll

func (c *HistoriaClinicaController) GetAll()

GetAll ... @Title Get All @Description get HistoriaClinica @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.HistoriaClinica @Failure 404 not found resource @router / [get]

func (*HistoriaClinicaController) GetOne

func (c *HistoriaClinicaController) GetOne()

GetOne ... @Title Get One @Description get HistoriaClinica by id @Param id path string true "The key for staticblock" @Success 200 {object} models.HistoriaClinica @Failure 404 not found resource @router /:id [get]

func (*HistoriaClinicaController) Post

func (c *HistoriaClinicaController) Post()

Post ... @Title Post @Description create HistoriaClinica @Param body body models.HistoriaClinica true "body for HistoriaClinica content" @Success 201 {int} models.HistoriaClinica @Failure 400 the request contains incorrect syntax @router / [post]

func (*HistoriaClinicaController) Put

func (c *HistoriaClinicaController) Put()

Put ... @Title Put @Description update the HistoriaClinica @Param id path string true "The id you want to update" @Param body body models.HistoriaClinica true "body for HistoriaClinica content" @Success 200 {object} models.HistoriaClinica @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*HistoriaClinicaController) URLMapping

func (c *HistoriaClinicaController) URLMapping()

URLMapping ...

type HojaHistoriaController

type HojaHistoriaController struct {
	beego.Controller
}

HojaHistoriaController operations for HojaHistoria

func (*HojaHistoriaController) Delete

func (c *HojaHistoriaController) Delete()

Delete ... @Title Delete @Description delete the HojaHistoria @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*HojaHistoriaController) GetAll

func (c *HojaHistoriaController) GetAll()

GetAll ... @Title Get All @Description get HojaHistoria @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.HojaHistoria @Failure 404 not found resource @router / [get]

func (*HojaHistoriaController) GetOne

func (c *HojaHistoriaController) GetOne()

GetOne ... @Title Get One @Description get HojaHistoria by id @Param id path string true "The key for staticblock" @Success 200 {object} models.HojaHistoria @Failure 404 not found resource @router /:id [get]

func (*HojaHistoriaController) Post

func (c *HojaHistoriaController) Post()

Post ... @Title Post @Description create HojaHistoria @Param body body models.HojaHistoria true "body for HojaHistoria content" @Success 201 {int} models.HojaHistoria @Failure 400 the request contains incorrect syntax @router / [post]

func (*HojaHistoriaController) Put

func (c *HojaHistoriaController) Put()

Put ... @Title Put @Description update the HojaHistoria @Param id path string true "The id you want to update" @Param body body models.HojaHistoria true "body for HojaHistoria content" @Success 200 {object} models.HojaHistoria @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*HojaHistoriaController) URLMapping

func (c *HojaHistoriaController) URLMapping()

URLMapping ...

type LimitesController

type LimitesController struct {
	beego.Controller
}

LimitesController operations for Limites

func (*LimitesController) Delete

func (c *LimitesController) Delete()

Delete ... @Title Delete @Description delete the Limites @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*LimitesController) GetAll

func (c *LimitesController) GetAll()

GetAll ... @Title Get All @Description get Limites @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Limites @Failure 404 not found resource @router / [get]

func (*LimitesController) GetOne

func (c *LimitesController) GetOne()

GetOne ... @Title Get One @Description get Limites by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Limites @Failure 404 not found resource @router /:id [get]

func (*LimitesController) Post

func (c *LimitesController) Post()

Post ... @Title Post @Description create Limites @Param body body models.Limites true "body for Limites content" @Success 201 {int} models.Limites @Failure 400 the request contains incorrect syntax @router / [post]

func (*LimitesController) Put

func (c *LimitesController) Put()

Put ... @Title Put @Description update the Limites @Param id path string true "The id you want to update" @Param body body models.Limites true "body for Limites content" @Success 200 {object} models.Limites @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*LimitesController) URLMapping

func (c *LimitesController) URLMapping()

URLMapping ...

type OdontogramaController

type OdontogramaController struct {
	beego.Controller
}

OdontogramaController operations for Odontograma

func (*OdontogramaController) Delete

func (c *OdontogramaController) Delete()

Delete ... @Title Delete @Description delete the Odontograma @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*OdontogramaController) GetAll

func (c *OdontogramaController) GetAll()

GetAll ... @Title Get All @Description get Odontograma @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Odontograma @Failure 404 not found resource @router / [get]

func (*OdontogramaController) GetOne

func (c *OdontogramaController) GetOne()

GetOne ... @Title Get One @Description get Odontograma by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Odontograma @Failure 404 not found resource @router /:id [get]

func (*OdontogramaController) Post

func (c *OdontogramaController) Post()

Post ... @Title Post @Description create Odontograma @Param body body models.Odontograma true "body for Odontograma content" @Success 201 {int} models.Odontograma @Failure 400 the request contains incorrect syntax @router / [post]

func (*OdontogramaController) Put

func (c *OdontogramaController) Put()

Put ... @Title Put @Description update the Odontograma @Param id path string true "The id you want to update" @Param body body models.Odontograma true "body for Odontograma content" @Success 200 {object} models.Odontograma @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*OdontogramaController) URLMapping

func (c *OdontogramaController) URLMapping()

URLMapping ...

type OrdenController

type OrdenController struct {
	beego.Controller
}

OrdenController operations for Orden

func (*OrdenController) Delete

func (c *OrdenController) Delete()

Delete ... @Title Delete @Description delete the Orden @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*OrdenController) GetAll

func (c *OrdenController) GetAll()

GetAll ... @Title Get All @Description get Orden @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Orden @Failure 404 not found resource @router / [get]

func (*OrdenController) GetOne

func (c *OrdenController) GetOne()

GetOne ... @Title Get One @Description get Orden by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Orden @Failure 404 not found resource @router /:id [get]

func (*OrdenController) Post

func (c *OrdenController) Post()

Post ... @Title Post @Description create Orden @Param body body models.Orden true "body for Orden content" @Success 201 {int} models.Orden @Failure 400 the request contains incorrect syntax @router / [post]

func (*OrdenController) Put

func (c *OrdenController) Put()

Put ... @Title Put @Description update the Orden @Param id path string true "The id you want to update" @Param body body models.Orden true "body for Orden content" @Success 200 {object} models.Orden @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*OrdenController) URLMapping

func (c *OrdenController) URLMapping()

URLMapping ...

type PersonaController

type PersonaController struct {
	beego.Controller
}

PersonaController operations for Persona

func (*PersonaController) Delete

func (c *PersonaController) Delete()

Delete ... @Title Delete @Description delete the Persona @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*PersonaController) GetAll

func (c *PersonaController) GetAll()

GetAll ... @Title Get All @Description get Persona @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Persona @Failure 404 not found resource @router / [get]

func (*PersonaController) GetOne

func (c *PersonaController) GetOne()

GetOne ... @Title Get One @Description get Persona by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Persona @Failure 404 not found resource @router /:id [get]

func (*PersonaController) Post

func (c *PersonaController) Post()

Post ... @Title Post @Description create Persona @Param body body models.Persona true "body for Persona content" @Success 201 {int} models.Persona @Failure 400 the request contains incorrect syntax @router / [post]

func (*PersonaController) Put

func (c *PersonaController) Put()

Put ... @Title Put @Description update the Persona @Param id path string true "The id you want to update" @Param body body models.Persona true "body for Persona content" @Success 200 {object} models.Persona @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*PersonaController) URLMapping

func (c *PersonaController) URLMapping()

URLMapping ...

type RemisionController

type RemisionController struct {
	beego.Controller
}

RemisionController operations for Remision

func (*RemisionController) Delete

func (c *RemisionController) Delete()

Delete ... @Title Delete @Description delete the Remision @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*RemisionController) GetAll

func (c *RemisionController) GetAll()

GetAll ... @Title Get All @Description get Remision @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Remision @Failure 404 not found resource @router / [get]

func (*RemisionController) GetOne

func (c *RemisionController) GetOne()

GetOne ... @Title Get One @Description get Remision by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Remision @Failure 404 not found resource @router /:id [get]

func (*RemisionController) Post

func (c *RemisionController) Post()

Post ... @Title Post @Description create Remision @Param body body models.Remision true "body for Remision content" @Success 201 {int} models.Remision @Failure 400 the request contains incorrect syntax @router / [post]

func (*RemisionController) Put

func (c *RemisionController) Put()

Put ... @Title Put @Description update the Remision @Param id path string true "The id you want to update" @Param body body models.Remision true "body for Remision content" @Success 200 {object} models.Remision @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*RemisionController) URLMapping

func (c *RemisionController) URLMapping()

URLMapping ...

type SignosVitalesController

type SignosVitalesController struct {
	beego.Controller
}

SignosVitalesController operations for SignosVitales

func (*SignosVitalesController) Delete

func (c *SignosVitalesController) Delete()

Delete ... @Title Delete @Description delete the SignosVitales @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*SignosVitalesController) GetAll

func (c *SignosVitalesController) GetAll()

GetAll ... @Title Get All @Description get SignosVitales @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.SignosVitales @Failure 404 not found resource @router / [get]

func (*SignosVitalesController) GetOne

func (c *SignosVitalesController) GetOne()

GetOne ... @Title Get One @Description get SignosVitales by id @Param id path string true "The key for staticblock" @Success 200 {object} models.SignosVitales @Failure 404 not found resource @router /:id [get]

func (*SignosVitalesController) Post

func (c *SignosVitalesController) Post()

Post ... @Title Post @Description create SignosVitales @Param body body models.SignosVitales true "body for SignosVitales content" @Success 201 {int} models.SignosVitales @Failure 400 the request contains incorrect syntax @router / [post]

func (*SignosVitalesController) Put

func (c *SignosVitalesController) Put()

Put ... @Title Put @Description update the SignosVitales @Param id path string true "The id you want to update" @Param body body models.SignosVitales true "body for SignosVitales content" @Success 200 {object} models.SignosVitales @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*SignosVitalesController) URLMapping

func (c *SignosVitalesController) URLMapping()

URLMapping ...

type TipoAntecedenteController

type TipoAntecedenteController struct {
	beego.Controller
}

TipoAntecedenteController operations for TipoAntecedente

func (*TipoAntecedenteController) Delete

func (c *TipoAntecedenteController) Delete()

Delete ... @Title Delete @Description delete the TipoAntecedente @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*TipoAntecedenteController) GetAll

func (c *TipoAntecedenteController) GetAll()

GetAll ... @Title Get All @Description get TipoAntecedente @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.TipoAntecedente @Failure 404 not found resource @router / [get]

func (*TipoAntecedenteController) GetOne

func (c *TipoAntecedenteController) GetOne()

GetOne ... @Title Get One @Description get TipoAntecedente by id @Param id path string true "The key for staticblock" @Success 200 {object} models.TipoAntecedente @Failure 404 not found resource @router /:id [get]

func (*TipoAntecedenteController) Post

func (c *TipoAntecedenteController) Post()

Post ... @Title Post @Description create TipoAntecedente @Param body body models.TipoAntecedente true "body for TipoAntecedente content" @Success 201 {int} models.TipoAntecedente @Failure 400 the request contains incorrect syntax @router / [post]

func (*TipoAntecedenteController) Put

func (c *TipoAntecedenteController) Put()

Put ... @Title Put @Description update the TipoAntecedente @Param id path string true "The id you want to update" @Param body body models.TipoAntecedente true "body for TipoAntecedente content" @Success 200 {object} models.TipoAntecedente @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*TipoAntecedenteController) URLMapping

func (c *TipoAntecedenteController) URLMapping()

URLMapping ...

type TipoAntecedentePsicologicoController

type TipoAntecedentePsicologicoController struct {
	beego.Controller
}

TipoAntecedentePsicologicoController operations for TipoAntecedentePsicologico

func (*TipoAntecedentePsicologicoController) Delete

Delete ... @Title Delete @Description delete the TipoAntecedentePsicologico @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*TipoAntecedentePsicologicoController) GetAll

GetAll ... @Title Get All @Description get TipoAntecedentePsicologico @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.TipoAntecedentePsicologico @Failure 404 not found resource @router / [get]

func (*TipoAntecedentePsicologicoController) GetOne

GetOne ... @Title Get One @Description get TipoAntecedentePsicologico by id @Param id path string true "The key for staticblock" @Success 200 {object} models.TipoAntecedentePsicologico @Failure 404 not found resource @router /:id [get]

func (*TipoAntecedentePsicologicoController) Post

Post ... @Title Post @Description create TipoAntecedentePsicologico @Param body body models.TipoAntecedentePsicologico true "body for TipoAntecedentePsicologico content" @Success 201 {int} models.TipoAntecedentePsicologico @Failure 400 the request contains incorrect syntax @router / [post]

func (*TipoAntecedentePsicologicoController) Put

Put ... @Title Put @Description update the TipoAntecedentePsicologico @Param id path string true "The id you want to update" @Param body body models.TipoAntecedentePsicologico true "body for TipoAntecedentePsicologico content" @Success 200 {object} models.TipoAntecedentePsicologico @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*TipoAntecedentePsicologicoController) URLMapping

func (c *TipoAntecedentePsicologicoController) URLMapping()

URLMapping ...

type ValoracionInterpersonalController

type ValoracionInterpersonalController struct {
	beego.Controller
}

ValoracionInterpersonalController operations for ValoracionInterpersonal

func (*ValoracionInterpersonalController) Delete

Delete ... @Title Delete @Description delete the ValoracionInterpersonal @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ValoracionInterpersonalController) GetAll

GetAll ... @Title Get All @Description get ValoracionInterpersonal @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ValoracionInterpersonal @Failure 404 not found resource @router / [get]

func (*ValoracionInterpersonalController) GetOne

GetOne ... @Title Get One @Description get ValoracionInterpersonal by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ValoracionInterpersonal @Failure 404 not found resource @router /:id [get]

func (*ValoracionInterpersonalController) Post

Post ... @Title Post @Description create ValoracionInterpersonal @Param body body models.ValoracionInterpersonal true "body for ValoracionInterpersonal content" @Success 201 {int} models.ValoracionInterpersonal @Failure 400 the request contains incorrect syntax @router / [post]

func (*ValoracionInterpersonalController) Put

Put ... @Title Put @Description update the ValoracionInterpersonal @Param id path string true "The id you want to update" @Param body body models.ValoracionInterpersonal true "body for ValoracionInterpersonal content" @Success 200 {object} models.ValoracionInterpersonal @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ValoracionInterpersonalController) URLMapping

func (c *ValoracionInterpersonalController) URLMapping()

URLMapping ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL