Documentation ¶
Index ¶
- func AddAccesoHistoria(m *AccesoHistoria) (id int64, err error)
- func AddAnamnesis(m *Anamnesis) (id int64, err error)
- func AddAntecedente(m *Antecedente) (id int64, err error)
- func AddAntecedentePsicologico(m *AntecedentePsicologico) (id int64, err error)
- func AddComportamientoConsulta(m *ComportamientoConsulta) (id int64, err error)
- func AddComposicionFamiliar(m *ComposicionFamiliar) (id int64, err error)
- func AddControlPlaca(m *ControlPlaca) (id int64, err error)
- func AddConvencionOdontograma(m *ConvencionOdontograma) (id int64, err error)
- func AddDatosEmergencia(m *DatosEmergencia) (id int64, err error)
- func AddDiagnostico(m *Diagnostico) (id int64, err error)
- func AddEspecialidad(m *Especialidad) (id int64, err error)
- func AddExamenDental(m *ExamenDental) (id int64, err error)
- func AddExamenEstomatologico(m *ExamenEstomatologico) (id int64, err error)
- func AddExcusaMedica(m *ExcusaMedica) (id int64, err error)
- func AddHistoriaClinica(m *HistoriaClinica) (id int64, err error)
- func AddHojaHistoria(m *HojaHistoria) (id int64, err error)
- func AddLimites(m *Limites) (id int64, err error)
- func AddOdontograma(m *Odontograma) (id int64, err error)
- func AddOrden(m *Orden) (id int64, err error)
- func AddPersona(m *Persona) (id int64, err error)
- func AddRemision(m *Remision) (id int64, err error)
- func AddSignosVitales(m *SignosVitales) (id int64, err error)
- func AddTipoAntecedente(m *TipoAntecedente) (id int64, err error)
- func AddTipoAntecedentePsicologico(m *TipoAntecedentePsicologico) (id int64, err error)
- func AddValoracionInterpersonal(m *ValoracionInterpersonal) (id int64, err error)
- func DeleteAccesoHistoria(id int) (err error)
- func DeleteAnamnesis(id int) (err error)
- func DeleteAntecedente(id int) (err error)
- func DeleteAntecedentePsicologico(id int) (err error)
- func DeleteComportamientoConsulta(id int) (err error)
- func DeleteComposicionFamiliar(id int) (err error)
- func DeleteControlPlaca(id int) (err error)
- func DeleteConvencionOdontograma(id int) (err error)
- func DeleteDatosEmergencia(id int) (err error)
- func DeleteDiagnostico(id int) (err error)
- func DeleteEspecialidad(id int) (err error)
- func DeleteExamenDental(id int) (err error)
- func DeleteExamenEstomatologico(id int) (err error)
- func DeleteExcusaMedica(id int) (err error)
- func DeleteHistoriaClinica(id int) (err error)
- func DeleteHojaHistoria(id int) (err error)
- func DeleteLimites(id int) (err error)
- func DeleteOdontograma(id int) (err error)
- func DeleteOrden(id int) (err error)
- func DeletePersona(id int) (err error)
- func DeleteRemision(id int) (err error)
- func DeleteSignosVitales(id int) (err error)
- func DeleteTipoAntecedente(id int) (err error)
- func DeleteTipoAntecedentePsicologico(id int) (err error)
- func DeleteValoracionInterpersonal(id int) (err error)
- func GetAllAccesoHistoria(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllAnamnesis(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllAntecedente(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllAntecedentePsicologico(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllComportamientoConsulta(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllComposicionFamiliar(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllControlPlaca(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllConvencionOdontograma(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllDatosEmergencia(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllDiagnostico(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllEspecialidad(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllExamenDental(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllExamenEstomatologico(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllExcusaMedica(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllHistoriaClinica(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllHojaHistoria(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllLimites(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllOdontograma(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllOrden(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllPersona(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllRemision(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllSignosVitales(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllTipoAntecedente(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllTipoAntecedentePsicologico(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func GetAllValoracionInterpersonal(query map[string]string, fields []string, sortby []string, order []string, ...) (ml []interface{}, err error)
- func UpdateAccesoHistoriaById(m *AccesoHistoria) (err error)
- func UpdateAnamnesisById(m *Anamnesis) (err error)
- func UpdateAntecedenteById(m *Antecedente) (err error)
- func UpdateAntecedentePsicologicoById(m *AntecedentePsicologico) (err error)
- func UpdateComportamientoConsultaById(m *ComportamientoConsulta) (err error)
- func UpdateComposicionFamiliarById(m *ComposicionFamiliar) (err error)
- func UpdateControlPlacaById(m *ControlPlaca) (err error)
- func UpdateConvencionOdontogramaById(m *ConvencionOdontograma) (err error)
- func UpdateDatosEmergenciaById(m *DatosEmergencia) (err error)
- func UpdateDiagnosticoById(m *Diagnostico) (err error)
- func UpdateEspecialidadById(m *Especialidad) (err error)
- func UpdateExamenDentalById(m *ExamenDental) (err error)
- func UpdateExamenEstomatologicoById(m *ExamenEstomatologico) (err error)
- func UpdateExcusaMedicaById(m *ExcusaMedica) (err error)
- func UpdateHistoriaClinicaById(m *HistoriaClinica) (err error)
- func UpdateHojaHistoriaById(m *HojaHistoria) (err error)
- func UpdateLimitesById(m *Limites) (err error)
- func UpdateOdontogramaById(m *Odontograma) (err error)
- func UpdateOrdenById(m *Orden) (err error)
- func UpdatePersonaById(m *Persona) (err error)
- func UpdateRemisionById(m *Remision) (err error)
- func UpdateSignosVitalesById(m *SignosVitales) (err error)
- func UpdateTipoAntecedenteById(m *TipoAntecedente) (err error)
- func UpdateTipoAntecedentePsicologicoById(m *TipoAntecedentePsicologico) (err error)
- func UpdateValoracionInterpersonalById(m *ValoracionInterpersonal) (err error)
- type AccesoHistoria
- type Alert
- type Anamnesis
- type Antecedente
- type AntecedentePsicologico
- type ComportamientoConsulta
- type ComposicionFamiliar
- type ControlPlaca
- type ConvencionOdontograma
- type DatosEmergencia
- type Diagnostico
- type Especialidad
- type ExamenDental
- type ExamenEstomatologico
- type ExcusaMedica
- type HistoriaClinica
- type HojaHistoria
- type Limites
- type Odontograma
- type Orden
- type Persona
- type Remision
- type SignosVitales
- type TipoAntecedente
- type TipoAntecedentePsicologico
- type ValoracionInterpersonal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAccesoHistoria ¶
func AddAccesoHistoria(m *AccesoHistoria) (id int64, err error)
AddAccesoHistoria insert a new AccesoHistoria into database and returns last inserted Id on success.
func AddAnamnesis ¶
AddAnamnesis insert a new Anamnesis into database and returns last inserted Id on success.
func AddAntecedente ¶
func AddAntecedente(m *Antecedente) (id int64, err error)
AddAntecedente insert a new Antecedente into database and returns last inserted Id on success.
func AddAntecedentePsicologico ¶
func AddAntecedentePsicologico(m *AntecedentePsicologico) (id int64, err error)
AddAntecedentePsicologico insert a new AntecedentePsicologico into database and returns last inserted Id on success.
func AddComportamientoConsulta ¶
func AddComportamientoConsulta(m *ComportamientoConsulta) (id int64, err error)
AddComportamientoConsulta insert a new ComportamientoConsulta into database and returns last inserted Id on success.
func AddComposicionFamiliar ¶
func AddComposicionFamiliar(m *ComposicionFamiliar) (id int64, err error)
AddComposicionFamiliar insert a new ComposicionFamiliar into database and returns last inserted Id on success.
func AddControlPlaca ¶
func AddControlPlaca(m *ControlPlaca) (id int64, err error)
AddControlPlaca insert a new ControlPlaca into database and returns last inserted Id on success.
func AddConvencionOdontograma ¶
func AddConvencionOdontograma(m *ConvencionOdontograma) (id int64, err error)
AddConvencionOdontograma insert a new ConvencionOdontograma into database and returns last inserted Id on success.
func AddDatosEmergencia ¶
func AddDatosEmergencia(m *DatosEmergencia) (id int64, err error)
AddDatosEmergencia insert a new DatosEmergencia into database and returns last inserted Id on success.
func AddDiagnostico ¶
func AddDiagnostico(m *Diagnostico) (id int64, err error)
AddDiagnostico insert a new Diagnostico into database and returns last inserted Id on success.
func AddEspecialidad ¶
func AddEspecialidad(m *Especialidad) (id int64, err error)
AddEspecialidad insert a new Especialidad into database and returns last inserted Id on success.
func AddExamenDental ¶
func AddExamenDental(m *ExamenDental) (id int64, err error)
AddExamenDental insert a new ExamenDental into database and returns last inserted Id on success.
func AddExamenEstomatologico ¶
func AddExamenEstomatologico(m *ExamenEstomatologico) (id int64, err error)
AddExamenEstomatologico insert a new ExamenEstomatologico into database and returns last inserted Id on success.
func AddExcusaMedica ¶
func AddExcusaMedica(m *ExcusaMedica) (id int64, err error)
AddExcusaMedica insert a new ExcusaMedica into database and returns last inserted Id on success.
func AddHistoriaClinica ¶
func AddHistoriaClinica(m *HistoriaClinica) (id int64, err error)
AddHistoriaClinica insert a new HistoriaClinica into database and returns last inserted Id on success.
func AddHojaHistoria ¶
func AddHojaHistoria(m *HojaHistoria) (id int64, err error)
AddHojaHistoria insert a new HojaHistoria into database and returns last inserted Id on success.
func AddLimites ¶
AddLimites insert a new Limites into database and returns last inserted Id on success.
func AddOdontograma ¶
func AddOdontograma(m *Odontograma) (id int64, err error)
AddOdontograma insert a new Odontograma into database and returns last inserted Id on success.
func AddPersona ¶
AddPersona insert a new Persona into database and returns last inserted Id on success.
func AddRemision ¶
AddRemision insert a new Remision into database and returns last inserted Id on success.
func AddSignosVitales ¶
func AddSignosVitales(m *SignosVitales) (id int64, err error)
AddSignosVitales insert a new SignosVitales into database and returns last inserted Id on success.
func AddTipoAntecedente ¶
func AddTipoAntecedente(m *TipoAntecedente) (id int64, err error)
AddTipoAntecedente insert a new TipoAntecedente into database and returns last inserted Id on success.
func AddTipoAntecedentePsicologico ¶
func AddTipoAntecedentePsicologico(m *TipoAntecedentePsicologico) (id int64, err error)
AddTipoAntecedentePsicologico insert a new TipoAntecedentePsicologico into database and returns last inserted Id on success.
func AddValoracionInterpersonal ¶
func AddValoracionInterpersonal(m *ValoracionInterpersonal) (id int64, err error)
AddValoracionInterpersonal insert a new ValoracionInterpersonal into database and returns last inserted Id on success.
func DeleteAccesoHistoria ¶
DeleteAccesoHistoria deletes AccesoHistoria by Id and returns error if the record to be deleted doesn't exist
func DeleteAnamnesis ¶
DeleteAnamnesis deletes Anamnesis by Id and returns error if the record to be deleted doesn't exist
func DeleteAntecedente ¶
DeleteAntecedente deletes Antecedente by Id and returns error if the record to be deleted doesn't exist
func DeleteAntecedentePsicologico ¶
DeleteAntecedentePsicologico deletes AntecedentePsicologico by Id and returns error if the record to be deleted doesn't exist
func DeleteComportamientoConsulta ¶
DeleteComportamientoConsulta deletes ComportamientoConsulta by Id and returns error if the record to be deleted doesn't exist
func DeleteComposicionFamiliar ¶
DeleteComposicionFamiliar deletes ComposicionFamiliar by Id and returns error if the record to be deleted doesn't exist
func DeleteControlPlaca ¶
DeleteControlPlaca deletes ControlPlaca by Id and returns error if the record to be deleted doesn't exist
func DeleteConvencionOdontograma ¶
DeleteConvencionOdontograma deletes ConvencionOdontograma by Id and returns error if the record to be deleted doesn't exist
func DeleteDatosEmergencia ¶
DeleteDatosEmergencia deletes DatosEmergencia by Id and returns error if the record to be deleted doesn't exist
func DeleteDiagnostico ¶
DeleteDiagnostico deletes Diagnostico by Id and returns error if the record to be deleted doesn't exist
func DeleteEspecialidad ¶
DeleteEspecialidad deletes Especialidad by Id and returns error if the record to be deleted doesn't exist
func DeleteExamenDental ¶
DeleteExamenDental deletes ExamenDental by Id and returns error if the record to be deleted doesn't exist
func DeleteExamenEstomatologico ¶
DeleteExamenEstomatologico deletes ExamenEstomatologico by Id and returns error if the record to be deleted doesn't exist
func DeleteExcusaMedica ¶
DeleteExcusaMedica deletes ExcusaMedica by Id and returns error if the record to be deleted doesn't exist
func DeleteHistoriaClinica ¶
DeleteHistoriaClinica deletes HistoriaClinica by Id and returns error if the record to be deleted doesn't exist
func DeleteHojaHistoria ¶
DeleteHojaHistoria deletes HojaHistoria by Id and returns error if the record to be deleted doesn't exist
func DeleteLimites ¶
DeleteLimites deletes Limites by Id and returns error if the record to be deleted doesn't exist
func DeleteOdontograma ¶
DeleteOdontograma deletes Odontograma by Id and returns error if the record to be deleted doesn't exist
func DeleteOrden ¶
DeleteOrden deletes Orden by Id and returns error if the record to be deleted doesn't exist
func DeletePersona ¶
DeletePersona deletes Persona by Id and returns error if the record to be deleted doesn't exist
func DeleteRemision ¶
DeleteRemision deletes Remision by Id and returns error if the record to be deleted doesn't exist
func DeleteSignosVitales ¶
DeleteSignosVitales deletes SignosVitales by Id and returns error if the record to be deleted doesn't exist
func DeleteTipoAntecedente ¶
DeleteTipoAntecedente deletes TipoAntecedente by Id and returns error if the record to be deleted doesn't exist
func DeleteTipoAntecedentePsicologico ¶
DeleteTipoAntecedentePsicologico deletes TipoAntecedentePsicologico by Id and returns error if the record to be deleted doesn't exist
func DeleteValoracionInterpersonal ¶
DeleteValoracionInterpersonal deletes ValoracionInterpersonal by Id and returns error if the record to be deleted doesn't exist
func GetAllAccesoHistoria ¶
func GetAllAccesoHistoria(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllAccesoHistoria retrieves all AccesoHistoria matches certain condition. Returns empty list if no records exist
func GetAllAnamnesis ¶
func GetAllAnamnesis(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllAnamnesis retrieves all Anamnesis matches certain condition. Returns empty list if no records exist
func GetAllAntecedente ¶
func GetAllAntecedente(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllAntecedente retrieves all Antecedente matches certain condition. Returns empty list if no records exist
func GetAllAntecedentePsicologico ¶
func GetAllAntecedentePsicologico(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllAntecedentePsicologico retrieves all AntecedentePsicologico matches certain condition. Returns empty list if no records exist
func GetAllComportamientoConsulta ¶
func GetAllComportamientoConsulta(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllComportamientoConsulta retrieves all ComportamientoConsulta matches certain condition. Returns empty list if no records exist
func GetAllComposicionFamiliar ¶
func GetAllComposicionFamiliar(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllComposicionFamiliar retrieves all ComposicionFamiliar matches certain condition. Returns empty list if no records exist
func GetAllControlPlaca ¶
func GetAllControlPlaca(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllControlPlaca retrieves all ControlPlaca matches certain condition. Returns empty list if no records exist
func GetAllConvencionOdontograma ¶
func GetAllConvencionOdontograma(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllConvencionOdontograma retrieves all ConvencionOdontograma matches certain condition. Returns empty list if no records exist
func GetAllDatosEmergencia ¶
func GetAllDatosEmergencia(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllDatosEmergencia retrieves all DatosEmergencia matches certain condition. Returns empty list if no records exist
func GetAllDiagnostico ¶
func GetAllDiagnostico(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllDiagnostico retrieves all Diagnostico matches certain condition. Returns empty list if no records exist
func GetAllEspecialidad ¶
func GetAllEspecialidad(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllEspecialidad retrieves all Especialidad matches certain condition. Returns empty list if no records exist
func GetAllExamenDental ¶
func GetAllExamenDental(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllExamenDental retrieves all ExamenDental matches certain condition. Returns empty list if no records exist
func GetAllExamenEstomatologico ¶
func GetAllExamenEstomatologico(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllExamenEstomatologico retrieves all ExamenEstomatologico matches certain condition. Returns empty list if no records exist
func GetAllExcusaMedica ¶
func GetAllExcusaMedica(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllExcusaMedica retrieves all ExcusaMedica matches certain condition. Returns empty list if no records exist
func GetAllHistoriaClinica ¶
func GetAllHistoriaClinica(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllHistoriaClinica retrieves all HistoriaClinica matches certain condition. Returns empty list if no records exist
func GetAllHojaHistoria ¶
func GetAllHojaHistoria(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllHojaHistoria retrieves all HojaHistoria matches certain condition. Returns empty list if no records exist
func GetAllLimites ¶
func GetAllLimites(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllLimites retrieves all Limites matches certain condition. Returns empty list if no records exist
func GetAllOdontograma ¶
func GetAllOdontograma(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllOdontograma retrieves all Odontograma matches certain condition. Returns empty list if no records exist
func GetAllOrden ¶
func GetAllOrden(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllOrden retrieves all Orden matches certain condition. Returns empty list if no records exist
func GetAllPersona ¶
func GetAllPersona(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllPersona retrieves all Persona matches certain condition. Returns empty list if no records exist
func GetAllRemision ¶
func GetAllRemision(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllRemision retrieves all Remision matches certain condition. Returns empty list if no records exist
func GetAllSignosVitales ¶
func GetAllSignosVitales(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllSignosVitales retrieves all SignosVitales matches certain condition. Returns empty list if no records exist
func GetAllTipoAntecedente ¶
func GetAllTipoAntecedente(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllTipoAntecedente retrieves all TipoAntecedente matches certain condition. Returns empty list if no records exist
func GetAllTipoAntecedentePsicologico ¶
func GetAllTipoAntecedentePsicologico(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllTipoAntecedentePsicologico retrieves all TipoAntecedentePsicologico matches certain condition. Returns empty list if no records exist
func GetAllValoracionInterpersonal ¶
func GetAllValoracionInterpersonal(query map[string]string, fields []string, sortby []string, order []string, offset int64, limit int64) (ml []interface{}, err error)
GetAllValoracionInterpersonal retrieves all ValoracionInterpersonal matches certain condition. Returns empty list if no records exist
func UpdateAccesoHistoriaById ¶
func UpdateAccesoHistoriaById(m *AccesoHistoria) (err error)
UpdateAccesoHistoria updates AccesoHistoria by Id and returns error if the record to be updated doesn't exist
func UpdateAnamnesisById ¶
UpdateAnamnesis updates Anamnesis by Id and returns error if the record to be updated doesn't exist
func UpdateAntecedenteById ¶
func UpdateAntecedenteById(m *Antecedente) (err error)
UpdateAntecedente updates Antecedente by Id and returns error if the record to be updated doesn't exist
func UpdateAntecedentePsicologicoById ¶
func UpdateAntecedentePsicologicoById(m *AntecedentePsicologico) (err error)
UpdateAntecedentePsicologico updates AntecedentePsicologico by Id and returns error if the record to be updated doesn't exist
func UpdateComportamientoConsultaById ¶
func UpdateComportamientoConsultaById(m *ComportamientoConsulta) (err error)
UpdateComportamientoConsulta updates ComportamientoConsulta by Id and returns error if the record to be updated doesn't exist
func UpdateComposicionFamiliarById ¶
func UpdateComposicionFamiliarById(m *ComposicionFamiliar) (err error)
UpdateComposicionFamiliar updates ComposicionFamiliar by Id and returns error if the record to be updated doesn't exist
func UpdateControlPlacaById ¶
func UpdateControlPlacaById(m *ControlPlaca) (err error)
UpdateControlPlaca updates ControlPlaca by Id and returns error if the record to be updated doesn't exist
func UpdateConvencionOdontogramaById ¶
func UpdateConvencionOdontogramaById(m *ConvencionOdontograma) (err error)
UpdateConvencionOdontograma updates ConvencionOdontograma by Id and returns error if the record to be updated doesn't exist
func UpdateDatosEmergenciaById ¶
func UpdateDatosEmergenciaById(m *DatosEmergencia) (err error)
UpdateDatosEmergencia updates DatosEmergencia by Id and returns error if the record to be updated doesn't exist
func UpdateDiagnosticoById ¶
func UpdateDiagnosticoById(m *Diagnostico) (err error)
UpdateDiagnostico updates Diagnostico by Id and returns error if the record to be updated doesn't exist
func UpdateEspecialidadById ¶
func UpdateEspecialidadById(m *Especialidad) (err error)
UpdateEspecialidad updates Especialidad by Id and returns error if the record to be updated doesn't exist
func UpdateExamenDentalById ¶
func UpdateExamenDentalById(m *ExamenDental) (err error)
UpdateExamenDental updates ExamenDental by Id and returns error if the record to be updated doesn't exist
func UpdateExamenEstomatologicoById ¶
func UpdateExamenEstomatologicoById(m *ExamenEstomatologico) (err error)
UpdateExamenEstomatologico updates ExamenEstomatologico by Id and returns error if the record to be updated doesn't exist
func UpdateExcusaMedicaById ¶
func UpdateExcusaMedicaById(m *ExcusaMedica) (err error)
UpdateExcusaMedica updates ExcusaMedica by Id and returns error if the record to be updated doesn't exist
func UpdateHistoriaClinicaById ¶
func UpdateHistoriaClinicaById(m *HistoriaClinica) (err error)
UpdateHistoriaClinica updates HistoriaClinica by Id and returns error if the record to be updated doesn't exist
func UpdateHojaHistoriaById ¶
func UpdateHojaHistoriaById(m *HojaHistoria) (err error)
UpdateHojaHistoria updates HojaHistoria by Id and returns error if the record to be updated doesn't exist
func UpdateLimitesById ¶
UpdateLimites updates Limites by Id and returns error if the record to be updated doesn't exist
func UpdateOdontogramaById ¶
func UpdateOdontogramaById(m *Odontograma) (err error)
UpdateOdontograma updates Odontograma by Id and returns error if the record to be updated doesn't exist
func UpdateOrdenById ¶
UpdateOrden updates Orden by Id and returns error if the record to be updated doesn't exist
func UpdatePersonaById ¶
UpdatePersona updates Persona by Id and returns error if the record to be updated doesn't exist
func UpdateRemisionById ¶
UpdateRemision updates Remision by Id and returns error if the record to be updated doesn't exist
func UpdateSignosVitalesById ¶
func UpdateSignosVitalesById(m *SignosVitales) (err error)
UpdateSignosVitales updates SignosVitales by Id and returns error if the record to be updated doesn't exist
func UpdateTipoAntecedenteById ¶
func UpdateTipoAntecedenteById(m *TipoAntecedente) (err error)
UpdateTipoAntecedente updates TipoAntecedente by Id and returns error if the record to be updated doesn't exist
func UpdateTipoAntecedentePsicologicoById ¶
func UpdateTipoAntecedentePsicologicoById(m *TipoAntecedentePsicologico) (err error)
UpdateTipoAntecedentePsicologico updates TipoAntecedentePsicologico by Id and returns error if the record to be updated doesn't exist
func UpdateValoracionInterpersonalById ¶
func UpdateValoracionInterpersonalById(m *ValoracionInterpersonal) (err error)
UpdateValoracionInterpersonal updates ValoracionInterpersonal by Id and returns error if the record to be updated doesn't exist
Types ¶
type AccesoHistoria ¶
type AccesoHistoria struct { Id int `orm:"column(id);pk;auto"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` ProfesionalId int `orm:"column(profesional_id)"` FechaAcceso time.Time `orm:"column(fecha_acceso);type(timestamp with time zone)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetAccesoHistoriaById ¶
func GetAccesoHistoriaById(id int) (v *AccesoHistoria, err error)
GetAccesoHistoriaById retrieves AccesoHistoria by Id. Returns error if Id doesn't exist
func (*AccesoHistoria) TableName ¶
func (t *AccesoHistoria) TableName() string
type Anamnesis ¶
type Anamnesis struct { Id int `orm:"column(id);pk;auto"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` Tratamiento string `orm:"column(tratamiento)"` Medicamentos string `orm:"column(medicamentos)"` Alergias string `orm:"column(alergias)"` Hemorragias string `orm:"column(hemorragias)"` Irradiaciones string `orm:"column(irradiaciones)"` Sinusitis string `orm:"column(sinusitis)"` EnfermedadRespiratoria string `orm:"column(enfermedad_respiratoria)"` Cardiopatias string `orm:"column(cardiopatias)"` Diabetes string `orm:"column(diabetes)"` FiebreReumatica string `orm:"column(fiebre_reumatica)"` Hepatitis string `orm:"column(hepatitis)"` Hipertension string `orm:"column(hipertension)"` AntecedenteFamiliar string `orm:"column(antecedente_familiar)"` Cepillado int `orm:"column(cepillado)"` Seda int `orm:"column(seda)"` Enjuague int `orm:"column(enjuague)"` Dulces bool `orm:"column(dulces)"` Fuma bool `orm:"column(fuma)"` Chicle bool `orm:"column(chicle)"` Otras string `orm:"column(otras);null"` UltimaVisita time.Time `orm:"column(ultima_visita);type(date)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetAnamnesisById ¶
GetAnamnesisById retrieves Anamnesis by Id. Returns error if Id doesn't exist
type Antecedente ¶
type Antecedente struct { Id int `orm:"column(id);pk;auto"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` TipoAntecedenteId *TipoAntecedente `orm:"column(tipo_antecedente_id);rel(fk)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetAntecedenteById ¶
func GetAntecedenteById(id int) (v *Antecedente, err error)
GetAntecedenteById retrieves Antecedente by Id. Returns error if Id doesn't exist
func (*Antecedente) TableName ¶
func (t *Antecedente) TableName() string
type AntecedentePsicologico ¶
type AntecedentePsicologico struct { Id int `orm:"column(id);pk;auto"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` TipoAntecedentePsicologicoId *TipoAntecedentePsicologico `orm:"column(tipo_antecedente_psicologico_id);rel(fk)"` PasadoSomatico string `orm:"column(pasado_somatico)"` ActualSomatico string `orm:"column(actual_somatico)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetAntecedentePsicologicoById ¶
func GetAntecedentePsicologicoById(id int) (v *AntecedentePsicologico, err error)
GetAntecedentePsicologicoById retrieves AntecedentePsicologico by Id. Returns error if Id doesn't exist
func (*AntecedentePsicologico) TableName ¶
func (t *AntecedentePsicologico) TableName() string
type ComportamientoConsulta ¶
type ComportamientoConsulta struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Problematica string `orm:"column(problematica)"` Afrontamiento string `orm:"column(afrontamiento)"` Comportamiento string `orm:"column(comportamiento)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetComportamientoConsultaById ¶
func GetComportamientoConsultaById(id int) (v *ComportamientoConsulta, err error)
GetComportamientoConsultaById retrieves ComportamientoConsulta by Id. Returns error if Id doesn't exist
func (*ComportamientoConsulta) TableName ¶
func (t *ComportamientoConsulta) TableName() string
type ComposicionFamiliar ¶
type ComposicionFamiliar struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetComposicionFamiliarById ¶
func GetComposicionFamiliarById(id int) (v *ComposicionFamiliar, err error)
GetComposicionFamiliarById retrieves ComposicionFamiliar by Id. Returns error if Id doesn't exist
func (*ComposicionFamiliar) TableName ¶
func (t *ComposicionFamiliar) TableName() string
type ControlPlaca ¶
type ControlPlaca struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` IndiceAnterior int `orm:"column(indice_anterior)"` IndiceActual int `orm:"column(indice_actual)"` Diagrama string `orm:"column(diagrama);type(json)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetControlPlacaById ¶
func GetControlPlacaById(id int) (v *ControlPlaca, err error)
GetControlPlacaById retrieves ControlPlaca by Id. Returns error if Id doesn't exist
func (*ControlPlaca) TableName ¶
func (t *ControlPlaca) TableName() string
type ConvencionOdontograma ¶
type ConvencionOdontograma struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Descripcion string `orm:"column(descripcion);null"` CodigoAbreviacion string `orm:"column(codigo_abreviacion);null"` NumeroOrden float64 `orm:"column(numero_orden);null"` Activo bool `orm:"column(activo)"` Imagen string `orm:"column(imagen)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetConvencionOdontogramaById ¶
func GetConvencionOdontogramaById(id int) (v *ConvencionOdontograma, err error)
GetConvencionOdontogramaById retrieves ConvencionOdontograma by Id. Returns error if Id doesn't exist
func (*ConvencionOdontograma) TableName ¶
func (t *ConvencionOdontograma) TableName() string
type DatosEmergencia ¶
type DatosEmergencia struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Parentesco string `orm:"column(parentesco)"` Telefono string `orm:"column(telefono)"` Direccion string `orm:"column(direccion)"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetDatosEmergenciaById ¶
func GetDatosEmergenciaById(id int) (v *DatosEmergencia, err error)
GetDatosEmergenciaById retrieves DatosEmergencia by Id. Returns error if Id doesn't exist
func (*DatosEmergencia) TableName ¶
func (t *DatosEmergencia) TableName() string
type Diagnostico ¶
type Diagnostico struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Descripcion string `orm:"column(descripcion);null"` CodigoAbreviacion string `orm:"column(codigo_abreviacion);null"` NumeroOrden float64 `orm:"column(numero_orden);null"` Activo bool `orm:"column(activo)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetDiagnosticoById ¶
func GetDiagnosticoById(id int) (v *Diagnostico, err error)
GetDiagnosticoById retrieves Diagnostico by Id. Returns error if Id doesn't exist
func (*Diagnostico) TableName ¶
func (t *Diagnostico) TableName() string
type Especialidad ¶
type Especialidad struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Descripcion string `orm:"column(descripcion);null"` CodigoAbreviacion string `orm:"column(codigo_abreviacion);null"` NumeroOrden float64 `orm:"column(numero_orden);null"` Activo bool `orm:"column(activo)"` Interna bool `orm:"column(interna)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetEspecialidadById ¶
func GetEspecialidadById(id int) (v *Especialidad, err error)
GetEspecialidadById retrieves Especialidad by Id. Returns error if Id doesn't exist
func (*Especialidad) TableName ¶
func (t *Especialidad) TableName() string
type ExamenDental ¶
type ExamenDental struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Supernumerarios string `orm:"column(supernumerarios)"` Abrasion string `orm:"column(abrasion)"` Manchas string `orm:"column(manchas)"` PatologiaPulpar string `orm:"column(patologia_pulpar)"` PlacaBlanda string `orm:"column(placa_blanda)"` PlacaCalcificada string `orm:"column(placa_calcificada)"` Oclusion string `orm:"column(oclusion)"` Otros string `orm:"column(otros)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetExamenDentalById ¶
func GetExamenDentalById(id int) (v *ExamenDental, err error)
GetExamenDentalById retrieves ExamenDental by Id. Returns error if Id doesn't exist
func (*ExamenDental) TableName ¶
func (t *ExamenDental) TableName() string
type ExamenEstomatologico ¶
type ExamenEstomatologico struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Observaciones string `orm:"column(observaciones)"` ArticulacionTemporo string `orm:"column(articulacion_temporo)"` Labios string `orm:"column(labios)"` Lengua string `orm:"column(lengua)"` Paladar string `orm:"column(paladar)"` PisoBoca string `orm:"column(piso_boca)"` Carrillos string `orm:"column(carrillos)"` GlandulasSalivares string `orm:"column(glandulas_salivares)"` Maxilares string `orm:"column(maxilares)"` SenosMaxilares string `orm:"column(senos_maxilares)"` MusculosMasticadores string `orm:"column(musculos_masticadores)"` SistemaNervioso string `orm:"column(sistema_nervioso)"` SistemaVascular string `orm:"column(sistema_vascular)"` SistemaLinfatico string `orm:"column(sistema_linfatico)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetExamenEstomatologicoById ¶
func GetExamenEstomatologicoById(id int) (v *ExamenEstomatologico, err error)
GetExamenEstomatologicoById retrieves ExamenEstomatologico by Id. Returns error if Id doesn't exist
func (*ExamenEstomatologico) TableName ¶
func (t *ExamenEstomatologico) TableName() string
type ExcusaMedica ¶
type ExcusaMedica struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` FechaGenerado time.Time `orm:"column(fecha_generado);type(timestamp with time zone)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetExcusaMedicaById ¶
func GetExcusaMedicaById(id int) (v *ExcusaMedica, err error)
GetExcusaMedicaById retrieves ExcusaMedica by Id. Returns error if Id doesn't exist
func (*ExcusaMedica) TableName ¶
func (t *ExcusaMedica) TableName() string
type HistoriaClinica ¶
type HistoriaClinica struct { Id int `orm:"column(id);pk;auto"` PersonaId int `orm:"column(persona_id)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetHistoriaClinicaById ¶
func GetHistoriaClinicaById(id int) (v *HistoriaClinica, err error)
GetHistoriaClinicaById retrieves HistoriaClinica by Id. Returns error if Id doesn't exist
func (*HistoriaClinica) TableName ¶
func (t *HistoriaClinica) TableName() string
type HojaHistoria ¶
type HojaHistoria struct { Id int `orm:"column(id);pk;auto"` HistoriaClinicaId *HistoriaClinica `orm:"column(historia_clinica_id);rel(fk)"` FechaConsulta time.Time `orm:"column(fecha_consulta);type(timestamp with time zone)"` Motivo string `orm:"column(motivo)"` DiagnosticoId *Diagnostico `orm:"column(diagnostico_id);rel(fk)"` Observacion string `orm:"column(observacion)"` Evolucion string `orm:"column(evolucion)"` EspecialidadId *Especialidad `orm:"column(especialidad_id);rel(fk)"` ProfesionalId int `orm:"column(profesional_id)"` DatosPersonaConsulta string `orm:"column(datos_persona_consulta);type(json)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetHojaHistoriaById ¶
func GetHojaHistoriaById(id int) (v *HojaHistoria, err error)
GetHojaHistoriaById retrieves HojaHistoria by Id. Returns error if Id doesn't exist
func (*HojaHistoria) TableName ¶
func (t *HojaHistoria) TableName() string
type Limites ¶
type Limites struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Difusos string `orm:"column(difusos)"` Claros string `orm:"column(claros)"` Rigidos string `orm:"column(rigidos)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetLimitesById ¶
GetLimitesById retrieves Limites by Id. Returns error if Id doesn't exist
type Odontograma ¶
type Odontograma struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Diagrama string `orm:"column(diagrama);type(json)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetOdontogramaById ¶
func GetOdontogramaById(id int) (v *Odontograma, err error)
GetOdontogramaById retrieves Odontograma by Id. Returns error if Id doesn't exist
func (*Odontograma) TableName ¶
func (t *Odontograma) TableName() string
type Orden ¶
type Orden struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetOrdenById ¶
GetOrdenById retrieves Orden by Id. Returns error if Id doesn't exist
type Persona ¶
type Persona struct { Id int `orm:"column(id);pk;auto"` PrimerNombre string `orm:"column(primer_nombre)"` SegundoNombre string `orm:"column(segundo_nombre);null"` PrimerApellido string `orm:"column(primer_apellido)"` SegundoApellido string `orm:"column(segundo_apellido);null"` TipoIdentificacion string `orm:"column(tipo_identificacion);null"` NumeroIdentificacion string `orm:"column(numero_identificacion)"` FechaNacimiento time.Time `orm:"column(fecha_nacimiento);type(date);null"` Genero string `orm:"column(genero);null"` Telefono string `orm:"column(telefono)"` Correo string `orm:"column(correo)"` Eps string `orm:"column(eps)"` FacultadId int `orm:"column(facultad_id)"` DependenciaId int `orm:"column(dependencia_id)"` Estamento string `orm:"column(estamento)"` CodigoEstudiantil string `orm:"column(codigo_estudiantil);null"` EstadoCondor string `orm:"column(estado_condor);null"` }
func GetPersonaById ¶
GetPersonaById retrieves Persona by Id. Returns error if Id doesn't exist
type Remision ¶
type Remision struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` EspecialidadId *Especialidad `orm:"column(especialidad_id);rel(fk)"` Observaciones string `orm:"column(observaciones)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetRemisionById ¶
GetRemisionById retrieves Remision by Id. Returns error if Id doesn't exist
type SignosVitales ¶
type SignosVitales struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Temperatura float64 `orm:"column(temperatura);null"` TensionSistolica int `orm:"column(tension_sistolica);null"` TensionDiastolica int `orm:"column(tension_diastolica);null"` TensionMedia float64 `orm:"column(tension_media);null"` Estatura float64 `orm:"column(estatura);null"` Peso float64 `orm:"column(peso);null"` Imc float64 `orm:"column(imc);null"` Saturacion int `orm:"column(saturacion);null"` FrecuenciaCardiaca int `orm:"column(frecuencia_cardiaca);null"` FrecuenciaRespiratoria int `orm:"column(frecuencia_respiratoria);null"` PerimetroAbdominal float64 `orm:"column(perimetro_abdominal);null"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetSignosVitalesById ¶
func GetSignosVitalesById(id int) (v *SignosVitales, err error)
GetSignosVitalesById retrieves SignosVitales by Id. Returns error if Id doesn't exist
func (*SignosVitales) TableName ¶
func (t *SignosVitales) TableName() string
type TipoAntecedente ¶
type TipoAntecedente struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Descripcion string `orm:"column(descripcion);null"` NumeroOrden float64 `orm:"column(numero_orden);null"` CodigoAbreviacion string `orm:"column(codigo_abreviacion);null"` Activo bool `orm:"column(activo)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetTipoAntecedenteById ¶
func GetTipoAntecedenteById(id int) (v *TipoAntecedente, err error)
GetTipoAntecedenteById retrieves TipoAntecedente by Id. Returns error if Id doesn't exist
func (*TipoAntecedente) TableName ¶
func (t *TipoAntecedente) TableName() string
type TipoAntecedentePsicologico ¶
type TipoAntecedentePsicologico struct { Id int `orm:"column(id);pk;auto"` Nombre string `orm:"column(nombre)"` Descripcion string `orm:"column(descripcion);null"` CodigoAbreviacion string `orm:"column(codigo_abreviacion);null"` NumeroOrden float64 `orm:"column(numero_orden);null"` Activo bool `orm:"column(activo)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetTipoAntecedentePsicologicoById ¶
func GetTipoAntecedentePsicologicoById(id int) (v *TipoAntecedentePsicologico, err error)
GetTipoAntecedentePsicologicoById retrieves TipoAntecedentePsicologico by Id. Returns error if Id doesn't exist
func (*TipoAntecedentePsicologico) TableName ¶
func (t *TipoAntecedentePsicologico) TableName() string
type ValoracionInterpersonal ¶
type ValoracionInterpersonal struct { Id int `orm:"column(id);pk;auto"` HojaHistoriaId *HojaHistoria `orm:"column(hoja_historia_id);rel(fk)"` Autoridad string `orm:"column(autoridad)"` Pares string `orm:"column(pares)"` Pareja string `orm:"column(pareja)"` Relaciones bool `orm:"column(relaciones)"` Satisfaccion string `orm:"column(satisfaccion)"` Proteccion string `orm:"column(proteccion)"` Orientacion string `orm:"column(orientacion)"` Judiciales string `orm:"column(judiciales)"` Economicos string `orm:"column(economicos)"` Drogas string `orm:"column(drogas)"` FechaCreacion string `orm:"column(fecha_creacion);null"` FechaModificacion string `orm:"column(fecha_modificacion);null"` }
func GetValoracionInterpersonalById ¶
func GetValoracionInterpersonalById(id int) (v *ValoracionInterpersonal, err error)
GetValoracionInterpersonalById retrieves ValoracionInterpersonal by Id. Returns error if Id doesn't exist
func (*ValoracionInterpersonal) TableName ¶
func (t *ValoracionInterpersonal) TableName() string
Source Files ¶
- acceso_historia.go
- alerta_model.go
- anamnesis.go
- antecedente.go
- antecedente_psicologico.go
- comportamiento_consulta.go
- composicion_familiar.go
- control_placa.go
- convencion_odontograma.go
- datos_emergencia.go
- diagnostico.go
- especialidad.go
- examen_dental.go
- examen_estomatologico.go
- excusa_medica.go
- historia_clinica.go
- hoja_historia.go
- limites.go
- odontograma.go
- orden.go
- persona.go
- remision.go
- signos_vitales.go
- tipo_antecedente.go
- tipo_antecedente_psicologico.go
- valoracion_interpersonal.go