graphql

package
v2.3.3 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertStringSliceToPointerSlice

func ConvertStringSliceToPointerSlice(strSlice []string) []*string

func CreateAdmin

func CreateAdmin(input model.CreateAdminInput) (model.Admin, error)

func CreateAlert

func CreateAlert(input model.CreateAlertInput) (model.Alert, error)

func CreateAnteChir

func CreateAnteChir(input model.CreateAnteChirInput) (model.AnteChir, error)

func CreateAnteDisease

func CreateAnteDisease(input model.CreateAnteDiseaseInput) (model.AnteDisease, error)

func CreateAnteFamily

func CreateAnteFamily(input model.CreateAnteFamilyInput) (model.AnteFamily, error)

func CreateAntecdentTreatment added in v2.3.0

func CreateAntecdentTreatment(id string, input model.CreateAntecedentTreatmentInput) (model.AntecedentTreatment, error)

func CreateAutoAnswer added in v2.1.11

func CreateAutoAnswer(input model.CreateAutoAnswerInput) (model.AutoAnswer, error)

func CreateBlackList

func CreateBlackList(input model.CreateBlackListInput) (model.BlackList, error)

func CreateChat

func CreateChat(input model.CreateChatInput) (model.Chat, error)

func CreateDisease

func CreateDisease(input model.CreateDiseaseInput) (model.Disease, error)

func CreateDoctor

func CreateDoctor(input model.CreateDoctorInput) (model.Doctor, error)

func CreateDocument

func CreateDocument(input model.CreateDocumentInput) (model.Document, error)

func CreateDoubleAuth

func CreateDoubleAuth(input model.CreateDoubleAuthInput) (model.DoubleAuth, error)

func CreateMedicalAntecedents added in v2.3.0

func CreateMedicalAntecedents(input model.CreateMedicalAntecedentsInput) (model.MedicalAntecedents, error)

func CreateMedicalFolder

func CreateMedicalFolder(input model.CreateMedicalFolderInput) (model.MedicalInfo, error)

func CreateMedicine

func CreateMedicine(input model.CreateMedicineInput) (model.Medicine, error)

func CreateNlpReport

func CreateNlpReport(input model.CreateNlpReportInput) (model.NlpReport, error)

func CreateNotification

func CreateNotification(input model.CreateNotificationInput) (model.Notification, error)

func CreateOrdonnance added in v2.1.9

func CreateOrdonnance(input model.CreateOrdonnanceInput) (model.Ordonnance, error)

func CreatePatient

func CreatePatient(input model.CreatePatientInput) (model.Patient, error)

func CreateRdv

func CreateRdv(input model.CreateRdvInput) (model.Rdv, error)

func CreateSaveCode

func CreateSaveCode(input model.CreateSaveCodeInput) (model.SaveCode, error)

func CreateSession

func CreateSession(input model.CreateSessionInput) (model.Session, error)

func CreateSymptom

func CreateSymptom(input model.CreateSymptomInput) (model.Symptom, error)

func DeleteAdmin

func DeleteAdmin(id string) (bool, error)

func DeleteAlert

func DeleteAlert(id string) (bool, error)

func DeleteAnteChir

func DeleteAnteChir(id string) (bool, error)

func DeleteAnteDisease

func DeleteAnteDisease(id string) (bool, error)

func DeleteAnteFamily

func DeleteAnteFamily(id string) (bool, error)

func DeleteAntecdentTreatment added in v2.3.0

func DeleteAntecdentTreatment(id string) (bool, error)

func DeleteAutoAnswer added in v2.1.11

func DeleteAutoAnswer(id string) (bool, error)

func DeleteBlackList

func DeleteBlackList(id string) (bool, error)

func DeleteChat

func DeleteChat(id string) (bool, error)

func DeleteDeviceConnect

func DeleteDeviceConnect(id string) (bool, error)

func DeleteDisease

func DeleteDisease(id string) (bool, error)

func DeleteDoctor

func DeleteDoctor(id string) (bool, error)

func DeleteDocument

func DeleteDocument(id string) (bool, error)

func DeleteDoubleAuth

func DeleteDoubleAuth(id string) (bool, error)

func DeleteMedicalAntecedents added in v2.3.0

func DeleteMedicalAntecedents(id string) (bool, error)

func DeleteMedicalFolder

func DeleteMedicalFolder(id string) (bool, error)

func DeleteMedicine

func DeleteMedicine(id string) (bool, error)

func DeleteNotification

func DeleteNotification(id string) (bool, error)

func DeleteOrdonnance added in v2.1.9

func DeleteOrdonnance(id string) (bool, error)

func DeletePatient

func DeletePatient(id string) (bool, error)

func DeleteRdv

func DeleteRdv(id string) (bool, error)

func DeleteSaveCode

func DeleteSaveCode(id string) (bool, error)

func DeleteSession

func DeleteSession(id string) (bool, error)

func DeleteSlot

func DeleteSlot(id string) (bool, error)

func DeleteSymptom

func DeleteSymptom(id string) (bool, error)

func DeleteTreatmentsFollowUp

func DeleteTreatmentsFollowUp(id string) (bool, error)

func GetAdminByEmail

func GetAdminByEmail(email string) (model.Admin, error)

func GetAdminById

func GetAdminById(id string) (model.Admin, error)

func GetAdmins

func GetAdmins(option *model.Options) ([]model.Admin, error)

func GetAlertById

func GetAlertById(id string) (model.Alert, error)

func GetAlerts

func GetAlerts(option *model.Options) ([]model.Alert, error)

func GetAnteChirByID

func GetAnteChirByID(id string) (model.AnteChir, error)

func GetAnteChirs

func GetAnteChirs(option *model.Options) ([]model.AnteChir, error)

func GetAnteDiseaseByID

func GetAnteDiseaseByID(id string) (model.AnteDisease, error)

func GetAnteDiseaseByIDWithSymptoms added in v2.1.8

func GetAnteDiseaseByIDWithSymptoms(anteDiseaseId string) (model.AnteDisease, error)

func GetAnteDiseases

func GetAnteDiseases(option *model.Options) ([]model.AnteDisease, error)

func GetAnteFamilies

func GetAnteFamilies(option *model.Options) ([]model.AnteFamily, error)

func GetAnteFamilyByID

func GetAnteFamilyByID(id string) (model.AnteFamily, error)

func GetAntecedentTreatmentByID added in v2.3.0

func GetAntecedentTreatmentByID(id string) (model.AntecedentTreatment, error)

func GetAntecedentTreatments added in v2.3.0

func GetAntecedentTreatments(option *model.Options) ([]model.AntecedentTreatment, error)

func GetAutoAnswerById added in v2.1.11

func GetAutoAnswerById(id string) (model.AutoAnswer, error)

func GetAutoAnswerByName added in v2.1.11

func GetAutoAnswerByName(name string) (model.AutoAnswer, error)

func GetAutoAnswers added in v2.1.11

func GetAutoAnswers(option *model.Options) ([]model.AutoAnswer, error)

func GetBlackList

func GetBlackList(option *model.Options) ([]model.BlackList, error)

func GetBlackListById

func GetBlackListById(id string) (model.BlackList, error)

func GetChatById

func GetChatById(id string) (model.Chat, error)

func GetChats

func GetChats(id string, option *model.Options) ([]model.Chat, error)

func GetDeviceConnectById

func GetDeviceConnectById(id string) (model.DeviceConnect, error)

func GetDeviceConnectByIp added in v2.0.11

func GetDeviceConnectByIp(ip_address string) (model.DeviceConnect, error)

func GetDevicesConnect

func GetDevicesConnect(id string, option *model.Options) ([]model.DeviceConnect, error)

func GetDiseaseById

func GetDiseaseById(id string) (model.Disease, error)

func GetDiseases

func GetDiseases(option *model.Options) ([]model.Disease, error)

func GetDoctorByEmail

func GetDoctorByEmail(email string) (model.Doctor, error)

func GetDoctorById

func GetDoctorById(id string) (model.Doctor, error)

func GetDoctorRdv

func GetDoctorRdv(doctor_id string, option *model.Options) ([]model.Rdv, error)

func GetDoctors

func GetDoctors(option *model.Options) ([]model.Doctor, error)

func GetDocumentById

func GetDocumentById(id string) (model.Document, error)

func GetDocuments

func GetDocuments(option *model.Options) ([]model.Document, error)

func GetDoubleAuthById

func GetDoubleAuthById(id string) (model.DoubleAuth, error)

func GetDoubleAuths

func GetDoubleAuths(option *model.Options) ([]model.DoubleAuth, error)

func GetMedicalAntecedents added in v2.3.0

func GetMedicalAntecedents(option *model.Options) ([]model.MedicalAntecedents, error)

func GetMedicalAntecedentsById added in v2.3.0

func GetMedicalAntecedentsById(id string) (model.MedicalAntecedents, error)

func GetMedicalFolder

func GetMedicalFolder(option *model.Options) ([]model.MedicalInfo, error)

func GetMedicalFolderByID

func GetMedicalFolderByID(id string) (model.MedicalInfo, error)

func GetMedicineByID

func GetMedicineByID(id string) (model.Medicine, error)

func GetMedicineByIDWithSymptoms added in v2.1.8

func GetMedicineByIDWithSymptoms(medicineId string) (model.Medicine, error)

func GetMedicines

func GetMedicines(option *model.Options) ([]model.Medicine, error)

func GetNlpReports

func GetNlpReports(option *model.Options) ([]model.NlpReport, error)

func GetNlpReportsByVersion

func GetNlpReportsByVersion(version int, option *model.Options) ([]model.NlpReport, error)

func GetNotificationById

func GetNotificationById(id string) (model.Notification, error)

func GetNotifications

func GetNotifications(option *model.Options) ([]model.Notification, error)

func GetOrdonnanceByDoctorId added in v2.1.9

func GetOrdonnanceByDoctorId(doctor_id string, option *model.Options) ([]model.Ordonnance, error)

func GetOrdonnanceById added in v2.1.9

func GetOrdonnanceById(id string) (model.Ordonnance, error)

func GetPatientByEmail

func GetPatientByEmail(email string) (model.Patient, error)

func GetPatientById

func GetPatientById(id string) (model.Patient, error)

func GetPatientDocument

func GetPatientDocument(id string, option *model.Options) ([]model.Document, error)

func GetPatientRdv

func GetPatientRdv(id_patient string, option *model.Options) ([]model.Rdv, error)

func GetPatients

func GetPatients(option *model.Options) ([]model.Patient, error)

func GetPatientsFromDoctorById

func GetPatientsFromDoctorById(id string, option *model.Options) ([]model.Patient, error)

func GetRdvById

func GetRdvById(id string) (model.Rdv, error)

func GetRdvs added in v2.2.4

func GetRdvs(option *model.Options) ([]model.Rdv, error)

func GetSaveCode

func GetSaveCode(option *model.Options) ([]model.SaveCode, error)

func GetSaveCodeById

func GetSaveCodeById(id string) (model.SaveCode, error)

func GetSessionById

func GetSessionById(id string) (model.Session, error)

func GetSessions

func GetSessions(option *model.Options) ([]model.Session, error)

func GetSlotById

func GetSlotById(id string) (model.Rdv, error)

func GetSlots

func GetSlots(id string, option *model.Options) ([]model.Rdv, error)

func GetSymptomById

func GetSymptomById(id string) (model.Symptom, error)

func GetSymptomByName added in v2.2.8

func GetSymptomByName(name string) (model.Symptom, error)

func GetSymptoms

func GetSymptoms(option *model.Options) ([]model.Symptom, error)

func GetSymptomsByDiseaseName

func GetSymptomsByDiseaseName(name string) (model.Disease, error)

func GetTreatmentsFollowUpById

func GetTreatmentsFollowUpById(id string) (model.TreatmentsFollowUp, error)

func GetTreatmentsFollowUps

func GetTreatmentsFollowUps(id string, option *model.Options) ([]model.TreatmentsFollowUp, error)

func GetWaitingRdv

func GetWaitingRdv(doctor_id string, option *model.Options) ([]model.Rdv, error)

func UpdateAccountsMedicalFolder added in v2.0.8

func UpdateAccountsMedicalFolder(id string, input model.UpdateAccountMedicalFolder) (model.MedicalInfo, error)

func UpdateAdmin

func UpdateAdmin(id string, input model.UpdateAdminInput) (model.Admin, error)

func UpdateAlert

func UpdateAlert(id string, input model.UpdateAlertInput) (model.Alert, error)

func UpdateAnteChir

func UpdateAnteChir(id string, input model.UpdateAnteChirInput) (model.AnteChir, error)

func UpdateAnteDisease

func UpdateAnteDisease(id string, input model.UpdateAnteDiseaseInput) (model.AnteDisease, error)

func UpdateAnteFamily

func UpdateAnteFamily(id string, input model.UpdateAnteFamilyInput) (model.AnteFamily, error)

func UpdateAntecedentTreatment added in v2.3.0

func UpdateAntecedentTreatment(id string, antecedentID string, input model.UpdateAntecedentTreatmentInput) (model.AntecedentTreatment, error)

func UpdateAutoAnswer added in v2.1.11

func UpdateAutoAnswer(id string, input model.UpdateAutoAnswerInput) (model.AutoAnswer, error)

func UpdateBlackList

func UpdateBlackList(id string, input model.UpdateBlackListInput) (model.BlackList, error)

func UpdateChat

func UpdateChat(id string, input model.UpdateChatInput) (model.Chat, error)

func UpdateDeviceConnect

func UpdateDeviceConnect(id string, input model.UpdateDeviceConnectInput) (model.DeviceConnect, error)

func UpdateDisease

func UpdateDisease(id string, input model.UpdateDiseaseInput) (model.Disease, error)

func UpdateDoctor

func UpdateDoctor(id string, input model.UpdateDoctorInput) (model.Doctor, error)

func UpdateDoctorsDeviceConnect added in v2.0.2

func UpdateDoctorsDeviceConnect(id string, input model.UpdateDoctorsDeviceConnectInput) (model.Doctor, error)

func UpdateDoctorsPatientIDs

func UpdateDoctorsPatientIDs(id string, input model.UpdateDoctorsPatientIDsInput) (model.Doctor, error)

func UpdateDoctorsTrustDevice added in v2.0.2

func UpdateDoctorsTrustDevice(id string, input model.UpdateDoctorsTrustDeviceInput) (model.Doctor, error)

func UpdateDocument

func UpdateDocument(id string, input model.UpdateDocumentInput) (model.Document, error)

func UpdateDoubleAuth

func UpdateDoubleAuth(id string, input model.UpdateDoubleAuthInput) (model.DoubleAuth, error)

func UpdateMedicalAntecedents added in v2.3.0

func UpdateMedicalAntecedents(id string, input model.UpdateMedicalAntecedentsInput) (model.MedicalAntecedents, error)

func UpdateMedicalFolder

func UpdateMedicalFolder(id string, input model.UpdateMedicalFolderInput) (model.MedicalInfo, error)

func UpdateNotification

func UpdateNotification(id string, input model.UpdateNotificationInput) (model.Notification, error)

func UpdateOrdonnance added in v2.1.9

func UpdateOrdonnance(id string, input model.UpdateOrdonnanceInput) (model.Ordonnance, error)

func UpdatePatient

func UpdatePatient(id string, input model.UpdatePatientInput) (model.Patient, error)

func UpdatePatientAntediesae added in v2.2.2

func UpdatePatientAntediesae(id string, input model.UpdatePatientAntediseaseInput) (model.AnteDisease, error)

func UpdatePatientFollowTreatment added in v2.2.2

func UpdatePatientFollowTreatment(id string, input model.UpdatePatientFollowTreatmentInput) (model.Patient, error)

func UpdatePatientTrustDevice added in v2.0.2

func UpdatePatientTrustDevice(id string, input model.UpdatePatientTrustDeviceInput) (model.Patient, error)

func UpdatePatientsDeviceConnect added in v2.0.2

func UpdatePatientsDeviceConnect(id string, input model.UpdatePatientsDeviceConnectInput) (model.Patient, error)

func UpdatePatientsRendezVousIds added in v2.0.6

func UpdatePatientsRendezVousIds(id string, input model.UpdatePatientRendezVousIdsInput) (model.Patient, error)

func UpdateRdv

func UpdateRdv(id string, input model.UpdateRdvInput) (model.Rdv, error)

func UpdateSaveCode

func UpdateSaveCode(id string, input model.UpdateSaveCodeInput) (model.SaveCode, error)

func UpdateSession

func UpdateSession(id string, input model.UpdateSessionInput) (model.Session, error)

func UpdateSymptom

func UpdateSymptom(id string, input model.UpdateSymptomInput) (model.Symptom, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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