Documentation
¶
Index ¶
- Constants
- func ConvertStringSliceToPointerSlice(strSlice []string) []*string
- func CreateClient() graphql.Client
- type AddressInput
- type Category
- type CreateAdminCreateAdmin
- type CreateAdminResponse
- type CreateAlertCreateAlert
- func (v *CreateAlertCreateAlert) GetComment() string
- func (v *CreateAlertCreateAlert) GetHeight() int
- func (v *CreateAlertCreateAlert) GetId() string
- func (v *CreateAlertCreateAlert) GetName() string
- func (v *CreateAlertCreateAlert) GetSex() string
- func (v *CreateAlertCreateAlert) GetSymptoms() []string
- func (v *CreateAlertCreateAlert) GetWeight() int
- type CreateAlertResponse
- type CreateAnteChirCreateAnteChir
- type CreateAnteChirResponse
- type CreateAnteDiseaseCreateAnteDisease
- func (v *CreateAnteDiseaseCreateAnteDisease) GetChir() string
- func (v *CreateAnteDiseaseCreateAnteDisease) GetChronicity() float64
- func (v *CreateAnteDiseaseCreateAnteDisease) GetId() string
- func (v *CreateAnteDiseaseCreateAnteDisease) GetName() string
- func (v *CreateAnteDiseaseCreateAnteDisease) GetSymptoms() []string
- func (v *CreateAnteDiseaseCreateAnteDisease) GetTreatment() []string
- type CreateAnteDiseaseResponse
- type CreateAnteFamilyCreateAnteFamily
- type CreateAnteFamilyResponse
- type CreateDemoAccountCreateDemoAccount
- type CreateDemoAccountResponse
- type CreateDiseaseCreateDisease
- func (v *CreateDiseaseCreateDisease) GetAdvice() string
- func (v *CreateDiseaseCreateDisease) GetCode() string
- func (v *CreateDiseaseCreateDisease) GetId() string
- func (v *CreateDiseaseCreateDisease) GetName() string
- func (v *CreateDiseaseCreateDisease) GetSymptoms() []string
- func (v *CreateDiseaseCreateDisease) GetSymptoms_acute() []CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight
- func (v *CreateDiseaseCreateDisease) GetSymptoms_chronic() []CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight
- func (v *CreateDiseaseCreateDisease) GetSymptoms_subacute() []CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight
- type CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight
- type CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight
- type CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight
- type CreateDiseaseResponse
- type CreateDoctorCreateDoctor
- func (v *CreateDoctorCreateDoctor) GetAddress() CreateDoctorCreateDoctorAddress
- func (v *CreateDoctorCreateDoctor) GetEmail() string
- func (v *CreateDoctorCreateDoctor) GetFirstname() string
- func (v *CreateDoctorCreateDoctor) GetId() string
- func (v *CreateDoctorCreateDoctor) GetName() string
- func (v *CreateDoctorCreateDoctor) GetPassword() string
- func (v *CreateDoctorCreateDoctor) GetPatient_ids() []string
- func (v *CreateDoctorCreateDoctor) GetRendez_vous_ids() []string
- type CreateDoctorCreateDoctorAddress
- type CreateDoctorResponse
- type CreateDocumentCreateDocument
- func (v *CreateDocumentCreateDocument) GetCategory() Category
- func (v *CreateDocumentCreateDocument) GetDocument_type() DocumentType
- func (v *CreateDocumentCreateDocument) GetDownload_url() string
- func (v *CreateDocumentCreateDocument) GetId() string
- func (v *CreateDocumentCreateDocument) GetIs_favorite() bool
- func (v *CreateDocumentCreateDocument) GetName() string
- func (v *CreateDocumentCreateDocument) GetOwner_id() string
- type CreateDocumentResponse
- type CreateMedicalFolderCreateMedicalFolderMedicalInfo
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetBirthdate() int
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetFirstname() string
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetHeight() int
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetId() string
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetMedical_antecedents() ...
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetName() string
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetSex() Sex
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetWeight() int
- type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() ...
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
- type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
- func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
- type CreateMedicalFolderResponse
- type CreateMedicamentCreateMedicament
- func (v *CreateMedicamentCreateMedicament) GetId() string
- func (v *CreateMedicamentCreateMedicament) GetName() string
- func (v *CreateMedicamentCreateMedicament) GetSide_effects() []string
- func (v *CreateMedicamentCreateMedicament) GetTarget_diseases() []string
- func (v *CreateMedicamentCreateMedicament) GetTreated_symptoms() []string
- func (v *CreateMedicamentCreateMedicament) GetUnit() Unit
- type CreateMedicamentResponse
- type CreateNotificationCreateNotification
- type CreateNotificationResponse
- type CreatePatientCreatePatient
- func (v *CreatePatientCreatePatient) GetDocument_ids() []string
- func (v *CreatePatientCreatePatient) GetEmail() string
- func (v *CreatePatientCreatePatient) GetId() string
- func (v *CreatePatientCreatePatient) GetMedical_info_id() string
- func (v *CreatePatientCreatePatient) GetPassword() string
- func (v *CreatePatientCreatePatient) GetRendez_vous_ids() []string
- type CreatePatientResponse
- type CreateRdvCreateRdv
- func (v *CreateRdvCreateRdv) GetCancelation_reason() string
- func (v *CreateRdvCreateRdv) GetDoctor_id() string
- func (v *CreateRdvCreateRdv) GetEnd_date() int
- func (v *CreateRdvCreateRdv) GetId() string
- func (v *CreateRdvCreateRdv) GetId_patient() string
- func (v *CreateRdvCreateRdv) GetStart_date() int
- type CreateRdvResponse
- type CreateSessionCreateSession
- func (v *CreateSessionCreateSession) GetAge() int
- func (v *CreateSessionCreateSession) GetAlerts() []string
- func (v *CreateSessionCreateSession) GetAnte_chirs() []string
- func (v *CreateSessionCreateSession) GetAnte_diseases() []string
- func (v *CreateSessionCreateSession) GetHeight() int
- func (v *CreateSessionCreateSession) GetId() string
- func (v *CreateSessionCreateSession) GetLast_question() string
- func (v *CreateSessionCreateSession) GetLogs() []CreateSessionCreateSessionLogs
- func (v *CreateSessionCreateSession) GetSex() string
- func (v *CreateSessionCreateSession) GetSymptoms() []CreateSessionCreateSessionSymptomsSessionSymptom
- func (v *CreateSessionCreateSession) GetTreatments() []string
- func (v *CreateSessionCreateSession) GetWeight() int
- type CreateSessionCreateSessionLogs
- type CreateSessionCreateSessionSymptomsSessionSymptom
- type CreateSessionResponse
- type CreateSymptomCreateSymptom
- func (v *CreateSymptomCreateSymptom) GetAcute() int
- func (v *CreateSymptomCreateSymptom) GetAdvice() string
- func (v *CreateSymptomCreateSymptom) GetChronic() int
- func (v *CreateSymptomCreateSymptom) GetCode() string
- func (v *CreateSymptomCreateSymptom) GetDuration() int
- func (v *CreateSymptomCreateSymptom) GetId() string
- func (v *CreateSymptomCreateSymptom) GetLocation() string
- func (v *CreateSymptomCreateSymptom) GetName() string
- func (v *CreateSymptomCreateSymptom) GetQuestion() string
- func (v *CreateSymptomCreateSymptom) GetSubacute() int
- func (v *CreateSymptomCreateSymptom) GetSymptom() []string
- type CreateSymptomResponse
- type CreateTestAccountCreateTestAccount
- type CreateTestAccountResponse
- type CreateTreatmentCreateTreatment
- func (v *CreateTreatmentCreateTreatment) GetDisease() string
- func (v *CreateTreatmentCreateTreatment) GetId() string
- func (v *CreateTreatmentCreateTreatment) GetName() string
- func (v *CreateTreatmentCreateTreatment) GetSide_effects() []string
- func (v *CreateTreatmentCreateTreatment) GetSymptoms() []string
- type CreateTreatmentResponse
- type Day
- type DeleteAdminResponse
- type DeleteAlertResponse
- type DeleteAnteChirResponse
- type DeleteAnteDiseaseResponse
- type DeleteAnteFamilyResponse
- type DeleteDemoAccountResponse
- type DeleteDiseaseResponse
- type DeleteDoctorResponse
- type DeleteDocumentResponse
- type DeleteMedicalFolderResponse
- type DeleteMedicamentResponse
- type DeleteNotificationResponse
- type DeletePatientResponse
- type DeleteRdvResponse
- type DeleteSessionResponse
- type DeleteSlotResponse
- type DeleteSymptomResponse
- type DeleteTestAccountResponse
- type DeleteTreatmentResponse
- type DocumentType
- type GetAdminByEmailGetAdminByEmailAdmin
- func (v *GetAdminByEmailGetAdminByEmailAdmin) GetEmail() string
- func (v *GetAdminByEmailGetAdminByEmailAdmin) GetId() string
- func (v *GetAdminByEmailGetAdminByEmailAdmin) GetLast_name() string
- func (v *GetAdminByEmailGetAdminByEmailAdmin) GetName() string
- func (v *GetAdminByEmailGetAdminByEmailAdmin) GetPassword() string
- type GetAdminByEmailResponse
- type GetAdminByIdGetAdminByIdAdmin
- type GetAdminByIdResponse
- type GetAdminsGetAdminsAdmin
- type GetAdminsResponse
- type GetAlertByIdGetAlertByIdAlert
- func (v *GetAlertByIdGetAlertByIdAlert) GetComment() string
- func (v *GetAlertByIdGetAlertByIdAlert) GetHeight() int
- func (v *GetAlertByIdGetAlertByIdAlert) GetId() string
- func (v *GetAlertByIdGetAlertByIdAlert) GetName() string
- func (v *GetAlertByIdGetAlertByIdAlert) GetSex() string
- func (v *GetAlertByIdGetAlertByIdAlert) GetSymptoms() []string
- func (v *GetAlertByIdGetAlertByIdAlert) GetWeight() int
- type GetAlertByIdResponse
- type GetAlertsGetAlertsAlert
- func (v *GetAlertsGetAlertsAlert) GetComment() string
- func (v *GetAlertsGetAlertsAlert) GetHeight() int
- func (v *GetAlertsGetAlertsAlert) GetId() string
- func (v *GetAlertsGetAlertsAlert) GetName() string
- func (v *GetAlertsGetAlertsAlert) GetSex() string
- func (v *GetAlertsGetAlertsAlert) GetSymptoms() []string
- func (v *GetAlertsGetAlertsAlert) GetWeight() int
- type GetAlertsResponse
- type GetAnteChirByIDGetAnteChirByIDAnteChir
- type GetAnteChirByIDResponse
- type GetAnteChirsGetAnteChirsAnteChir
- type GetAnteChirsResponse
- type GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChir() string
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChronicity() float64
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetId() string
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetName() string
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetSymptoms() []string
- func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetTreatment() []string
- type GetAnteDiseaseByIDResponse
- type GetAnteDiseasesGetAnteDiseasesAnteDisease
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChir() string
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChronicity() float64
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetId() string
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetName() string
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetSymptoms() []string
- func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetTreatment() []string
- type GetAnteDiseasesResponse
- type GetAnteFamiliesGetAnteFamiliesAnteFamily
- type GetAnteFamiliesResponse
- type GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily
- type GetAnteFamilyByIDResponse
- type GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount
- type GetDemoAccountByEmailResponse
- type GetDemoAccountByIdGetDemoAccountByIdDemoAccount
- type GetDemoAccountByIdResponse
- type GetDemoAccountsGetDemoAccountsDemoAccount
- type GetDemoAccountsResponse
- type GetDiseaseByIdGetDiseaseByIdDisease
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetAdvice() string
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetCode() string
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetId() string
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetName() string
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms() []string
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_acute() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_chronic() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight
- func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_subacute() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight
- type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight
- type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight
- type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight
- type GetDiseaseByIdResponse
- type GetDiseasesGetDiseasesDisease
- func (v *GetDiseasesGetDiseasesDisease) GetAdvice() string
- func (v *GetDiseasesGetDiseasesDisease) GetCode() string
- func (v *GetDiseasesGetDiseasesDisease) GetId() string
- func (v *GetDiseasesGetDiseasesDisease) GetName() string
- func (v *GetDiseasesGetDiseasesDisease) GetSymptoms() []string
- func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_acute() []GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight
- func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_chronic() []GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight
- func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_subacute() []GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight
- type GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight
- type GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight
- type GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight
- type GetDiseasesResponse
- type GetDoctorByEmailGetDoctorByEmailDoctor
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetAddress() GetDoctorByEmailGetDoctorByEmailDoctorAddress
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetEmail() string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetFirstname() string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetId() string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetName() string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetPassword() string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetPatient_ids() []string
- func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetRendez_vous_ids() []string
- type GetDoctorByEmailGetDoctorByEmailDoctorAddress
- type GetDoctorByEmailResponse
- type GetDoctorByIdGetDoctorByIdDoctor
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetAddress() GetDoctorByIdGetDoctorByIdDoctorAddress
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetEmail() string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetFirstname() string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetId() string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetName() string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetPassword() string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetPatient_ids() []string
- func (v *GetDoctorByIdGetDoctorByIdDoctor) GetRendez_vous_ids() []string
- type GetDoctorByIdGetDoctorByIdDoctorAddress
- type GetDoctorByIdResponse
- type GetDoctorRdvGetDoctorRdv
- func (v *GetDoctorRdvGetDoctorRdv) GetCancelation_reason() string
- func (v *GetDoctorRdvGetDoctorRdv) GetDoctor_id() string
- func (v *GetDoctorRdvGetDoctorRdv) GetEnd_date() int
- func (v *GetDoctorRdvGetDoctorRdv) GetId() string
- func (v *GetDoctorRdvGetDoctorRdv) GetId_patient() string
- func (v *GetDoctorRdvGetDoctorRdv) GetStart_date() int
- type GetDoctorRdvResponse
- type GetDoctorsGetDoctorsDoctor
- func (v *GetDoctorsGetDoctorsDoctor) GetAddress() GetDoctorsGetDoctorsDoctorAddress
- func (v *GetDoctorsGetDoctorsDoctor) GetEmail() string
- func (v *GetDoctorsGetDoctorsDoctor) GetFirstname() string
- func (v *GetDoctorsGetDoctorsDoctor) GetId() string
- func (v *GetDoctorsGetDoctorsDoctor) GetName() string
- func (v *GetDoctorsGetDoctorsDoctor) GetPassword() string
- func (v *GetDoctorsGetDoctorsDoctor) GetPatient_ids() []string
- func (v *GetDoctorsGetDoctorsDoctor) GetRendez_vous_ids() []string
- type GetDoctorsGetDoctorsDoctorAddress
- type GetDoctorsResponse
- type GetDocumentByIdGetDocumentByIdDocument
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetCategory() Category
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetDocument_type() DocumentType
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetDownload_url() string
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetId() string
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetIs_favorite() bool
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetName() string
- func (v *GetDocumentByIdGetDocumentByIdDocument) GetOwner_id() string
- type GetDocumentByIdResponse
- type GetDocumentsGetDocumentsDocument
- func (v *GetDocumentsGetDocumentsDocument) GetCategory() Category
- func (v *GetDocumentsGetDocumentsDocument) GetDocument_type() DocumentType
- func (v *GetDocumentsGetDocumentsDocument) GetDownload_url() string
- func (v *GetDocumentsGetDocumentsDocument) GetId() string
- func (v *GetDocumentsGetDocumentsDocument) GetIs_favorite() bool
- func (v *GetDocumentsGetDocumentsDocument) GetName() string
- func (v *GetDocumentsGetDocumentsDocument) GetOwner_id() string
- type GetDocumentsResponse
- type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetBirthdate() int
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetFirstname() string
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetHeight() int
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetId() string
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetMedical_antecedents() ...
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetName() string
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetOnboarding_status() OnboardingStatus
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetPrimary_doctor_id() string
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetSex() Sex
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetWeight() int
- type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() ...
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
- type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
- func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
- type GetMedicalFolderByIDResponse
- type GetMedicalFolderGetMedicalFolderMedicalInfo
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetBirthdate() int
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetFirstname() string
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetHeight() int
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetId() string
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetMedical_antecedents() ...
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetName() string
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetSex() Sex
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetWeight() int
- type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() ...
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
- type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
- func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
- type GetMedicalFolderResponse
- type GetMedicamentByIDGetMedicamentByIDMedicament
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetId() string
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetName() string
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetSide_effects() []string
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetTarget_diseases() []string
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetTreated_symptoms() []string
- func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetUnit() Unit
- type GetMedicamentByIDResponse
- type GetMedicamentsGetMedicamentsMedicament
- func (v *GetMedicamentsGetMedicamentsMedicament) GetId() string
- func (v *GetMedicamentsGetMedicamentsMedicament) GetName() string
- func (v *GetMedicamentsGetMedicamentsMedicament) GetSide_effects() []string
- func (v *GetMedicamentsGetMedicamentsMedicament) GetTarget_diseases() []string
- func (v *GetMedicamentsGetMedicamentsMedicament) GetTreated_symptoms() []string
- func (v *GetMedicamentsGetMedicamentsMedicament) GetUnit() Unit
- type GetMedicamentsResponse
- type GetNotificationByIdGetNotificationByIdNotification
- func (v *GetNotificationByIdGetNotificationByIdNotification) GetId() string
- func (v *GetNotificationByIdGetNotificationByIdNotification) GetMessage() string
- func (v *GetNotificationByIdGetNotificationByIdNotification) GetTitle() string
- func (v *GetNotificationByIdGetNotificationByIdNotification) GetToken() string
- type GetNotificationByIdResponse
- type GetNotificationsGetNotificationsNotification
- type GetNotificationsResponse
- type GetPatientByEmailGetPatientByEmailPatient
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetDocument_ids() []string
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetEmail() string
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetId() string
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetMedical_info_id() string
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetPassword() string
- func (v *GetPatientByEmailGetPatientByEmailPatient) GetRendez_vous_ids() []string
- type GetPatientByEmailResponse
- type GetPatientByIdGetPatientByIdPatient
- func (v *GetPatientByIdGetPatientByIdPatient) GetDocument_ids() []string
- func (v *GetPatientByIdGetPatientByIdPatient) GetEmail() string
- func (v *GetPatientByIdGetPatientByIdPatient) GetId() string
- func (v *GetPatientByIdGetPatientByIdPatient) GetMedical_info_id() string
- func (v *GetPatientByIdGetPatientByIdPatient) GetPassword() string
- func (v *GetPatientByIdGetPatientByIdPatient) GetRendez_vous_ids() []string
- type GetPatientByIdResponse
- type GetPatientDocumentGetPatientDocument
- func (v *GetPatientDocumentGetPatientDocument) GetCategory() Category
- func (v *GetPatientDocumentGetPatientDocument) GetDocument_type() DocumentType
- func (v *GetPatientDocumentGetPatientDocument) GetDownload_url() string
- func (v *GetPatientDocumentGetPatientDocument) GetId() string
- func (v *GetPatientDocumentGetPatientDocument) GetIs_favorite() bool
- func (v *GetPatientDocumentGetPatientDocument) GetName() string
- func (v *GetPatientDocumentGetPatientDocument) GetOwner_id() string
- type GetPatientDocumentResponse
- type GetPatientRdvGetPatientRdv
- func (v *GetPatientRdvGetPatientRdv) GetCancelation_reason() string
- func (v *GetPatientRdvGetPatientRdv) GetDoctor_id() string
- func (v *GetPatientRdvGetPatientRdv) GetEnd_date() int
- func (v *GetPatientRdvGetPatientRdv) GetId() string
- func (v *GetPatientRdvGetPatientRdv) GetId_patient() string
- func (v *GetPatientRdvGetPatientRdv) GetStart_date() int
- type GetPatientRdvResponse
- type GetPatientsGetPatientsPatient
- func (v *GetPatientsGetPatientsPatient) GetDocument_ids() []string
- func (v *GetPatientsGetPatientsPatient) GetEmail() string
- func (v *GetPatientsGetPatientsPatient) GetId() string
- func (v *GetPatientsGetPatientsPatient) GetMedical_info_id() string
- func (v *GetPatientsGetPatientsPatient) GetPassword() string
- func (v *GetPatientsGetPatientsPatient) GetRendez_vous_ids() []string
- type GetPatientsResponse
- type GetRdvByIdGetRdvByIdRdv
- func (v *GetRdvByIdGetRdvByIdRdv) GetCancelation_reason() string
- func (v *GetRdvByIdGetRdvByIdRdv) GetDoctor_id() string
- func (v *GetRdvByIdGetRdvByIdRdv) GetEnd_date() int
- func (v *GetRdvByIdGetRdvByIdRdv) GetId() string
- func (v *GetRdvByIdGetRdvByIdRdv) GetId_patient() string
- func (v *GetRdvByIdGetRdvByIdRdv) GetStart_date() int
- type GetRdvByIdResponse
- type GetSessionByIdGetSessionByIdSession
- func (v *GetSessionByIdGetSessionByIdSession) GetAge() int
- func (v *GetSessionByIdGetSessionByIdSession) GetAlerts() []string
- func (v *GetSessionByIdGetSessionByIdSession) GetAnte_chirs() []string
- func (v *GetSessionByIdGetSessionByIdSession) GetAnte_diseases() []string
- func (v *GetSessionByIdGetSessionByIdSession) GetHeight() int
- func (v *GetSessionByIdGetSessionByIdSession) GetId() string
- func (v *GetSessionByIdGetSessionByIdSession) GetLast_question() string
- func (v *GetSessionByIdGetSessionByIdSession) GetLogs() []GetSessionByIdGetSessionByIdSessionLogs
- func (v *GetSessionByIdGetSessionByIdSession) GetSex() string
- func (v *GetSessionByIdGetSessionByIdSession) GetSymptoms() []GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom
- func (v *GetSessionByIdGetSessionByIdSession) GetTreatments() []string
- func (v *GetSessionByIdGetSessionByIdSession) GetWeight() int
- type GetSessionByIdGetSessionByIdSessionLogs
- type GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom
- type GetSessionByIdResponse
- type GetSessionsGetSessionsSession
- func (v *GetSessionsGetSessionsSession) GetAge() int
- func (v *GetSessionsGetSessionsSession) GetAlerts() []string
- func (v *GetSessionsGetSessionsSession) GetAnte_chirs() []string
- func (v *GetSessionsGetSessionsSession) GetAnte_diseases() []string
- func (v *GetSessionsGetSessionsSession) GetHeight() int
- func (v *GetSessionsGetSessionsSession) GetId() string
- func (v *GetSessionsGetSessionsSession) GetLast_question() string
- func (v *GetSessionsGetSessionsSession) GetLogs() []GetSessionsGetSessionsSessionLogs
- func (v *GetSessionsGetSessionsSession) GetSex() string
- func (v *GetSessionsGetSessionsSession) GetSymptoms() []GetSessionsGetSessionsSessionSymptomsSessionSymptom
- func (v *GetSessionsGetSessionsSession) GetTreatments() []string
- func (v *GetSessionsGetSessionsSession) GetWeight() int
- type GetSessionsGetSessionsSessionLogs
- type GetSessionsGetSessionsSessionSymptomsSessionSymptom
- type GetSessionsResponse
- type GetSymptomByIdGetSymptomByIdSymptom
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetAcute() int
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetAdvice() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetChronic() int
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetCode() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetDuration() int
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetId() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetLocation() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetName() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetQuestion() string
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetSubacute() int
- func (v *GetSymptomByIdGetSymptomByIdSymptom) GetSymptom() []string
- type GetSymptomByIdResponse
- type GetSymptomsGetSymptomsSymptom
- func (v *GetSymptomsGetSymptomsSymptom) GetAcute() int
- func (v *GetSymptomsGetSymptomsSymptom) GetAdvice() string
- func (v *GetSymptomsGetSymptomsSymptom) GetChronic() int
- func (v *GetSymptomsGetSymptomsSymptom) GetCode() string
- func (v *GetSymptomsGetSymptomsSymptom) GetDuration() int
- func (v *GetSymptomsGetSymptomsSymptom) GetId() string
- func (v *GetSymptomsGetSymptomsSymptom) GetLocation() string
- func (v *GetSymptomsGetSymptomsSymptom) GetName() string
- func (v *GetSymptomsGetSymptomsSymptom) GetQuestion() string
- func (v *GetSymptomsGetSymptomsSymptom) GetSubacute() int
- func (v *GetSymptomsGetSymptomsSymptom) GetSymptom() []string
- type GetSymptomsResponse
- type GetTestAccountByEmailGetTestAccountByEmailTestAccount
- type GetTestAccountByEmailResponse
- type GetTestAccountByIdGetTestAccountByIdTestAccount
- type GetTestAccountByIdResponse
- type GetTestAccountsGetTestAccountsTestAccount
- type GetTestAccountsResponse
- type GetTreatmentByIDGetTreatmentByIDTreatment
- func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetDisease() string
- func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetId() string
- func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetName() string
- func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetSide_effects() []string
- func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetSymptoms() []string
- type GetTreatmentByIDResponse
- type GetTreatmentsGetTreatmentsTreatment
- func (v *GetTreatmentsGetTreatmentsTreatment) GetDisease() string
- func (v *GetTreatmentsGetTreatmentsTreatment) GetId() string
- func (v *GetTreatmentsGetTreatmentsTreatment) GetName() string
- func (v *GetTreatmentsGetTreatmentsTreatment) GetSide_effects() []string
- func (v *GetTreatmentsGetTreatmentsTreatment) GetSymptoms() []string
- type GetTreatmentsResponse
- type LogsInput
- type MedicalAntecedentsInput
- type MedicinesInput
- type OnboardingStatus
- type Period
- type SessionSymptomInput
- type Sex
- type SymptomWeightInput
- type Unit
- type UpdateAdminResponse
- type UpdateAdminUpdateAdmin
- type UpdateAlertResponse
- type UpdateAlertUpdateAlert
- func (v *UpdateAlertUpdateAlert) GetComment() string
- func (v *UpdateAlertUpdateAlert) GetHeight() int
- func (v *UpdateAlertUpdateAlert) GetId() string
- func (v *UpdateAlertUpdateAlert) GetName() string
- func (v *UpdateAlertUpdateAlert) GetSex() string
- func (v *UpdateAlertUpdateAlert) GetSymptoms() []string
- func (v *UpdateAlertUpdateAlert) GetWeight() int
- type UpdateAnteChirResponse
- type UpdateAnteChirUpdateAnteChir
- type UpdateAnteDiseaseResponse
- type UpdateAnteDiseaseUpdateAnteDisease
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetChir() string
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetChronicity() float64
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetId() string
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetName() string
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetSymptoms() []string
- func (v *UpdateAnteDiseaseUpdateAnteDisease) GetTreatment() []string
- type UpdateAnteFamilyResponse
- type UpdateAnteFamilyUpdateAnteFamily
- type UpdateDemoAccountResponse
- type UpdateDemoAccountUpdateDemoAccount
- type UpdateDiseaseResponse
- type UpdateDiseaseUpdateDisease
- func (v *UpdateDiseaseUpdateDisease) GetAdvice() string
- func (v *UpdateDiseaseUpdateDisease) GetCode() string
- func (v *UpdateDiseaseUpdateDisease) GetId() string
- func (v *UpdateDiseaseUpdateDisease) GetName() string
- func (v *UpdateDiseaseUpdateDisease) GetSymptoms() []string
- func (v *UpdateDiseaseUpdateDisease) GetSymptoms_acute() []UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight
- func (v *UpdateDiseaseUpdateDisease) GetSymptoms_chronic() []UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight
- func (v *UpdateDiseaseUpdateDisease) GetSymptoms_subacute() []UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight
- type UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight
- type UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight
- type UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight
- type UpdateDoctorResponse
- type UpdateDoctorUpdateDoctor
- func (v *UpdateDoctorUpdateDoctor) GetAddress() UpdateDoctorUpdateDoctorAddress
- func (v *UpdateDoctorUpdateDoctor) GetEmail() string
- func (v *UpdateDoctorUpdateDoctor) GetFirstname() string
- func (v *UpdateDoctorUpdateDoctor) GetId() string
- func (v *UpdateDoctorUpdateDoctor) GetName() string
- func (v *UpdateDoctorUpdateDoctor) GetPassword() string
- func (v *UpdateDoctorUpdateDoctor) GetPatient_ids() []string
- func (v *UpdateDoctorUpdateDoctor) GetRendez_vous_ids() []string
- type UpdateDoctorUpdateDoctorAddress
- type UpdateDocumentResponse
- type UpdateDocumentUpdateDocument
- func (v *UpdateDocumentUpdateDocument) GetCategory() Category
- func (v *UpdateDocumentUpdateDocument) GetDocument_type() DocumentType
- func (v *UpdateDocumentUpdateDocument) GetDownload_url() string
- func (v *UpdateDocumentUpdateDocument) GetId() string
- func (v *UpdateDocumentUpdateDocument) GetIs_favorite() bool
- func (v *UpdateDocumentUpdateDocument) GetName() string
- func (v *UpdateDocumentUpdateDocument) GetOwner_id() string
- type UpdateMedicalFolderResponse
- type UpdateMedicalFolderUpdateMedicalFolderMedicalInfo
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetBirthdate() int
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetFirstname() string
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetHeight() int
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetId() string
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetMedical_antecedents() ...
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetName() string
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetSex() Sex
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetWeight() int
- type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() ...
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
- type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
- func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
- type UpdateNotificationResponse
- type UpdateNotificationUpdateNotification
- type UpdatePatientResponse
- type UpdatePatientUpdatePatient
- func (v *UpdatePatientUpdatePatient) GetDocument_ids() []string
- func (v *UpdatePatientUpdatePatient) GetEmail() string
- func (v *UpdatePatientUpdatePatient) GetId() string
- func (v *UpdatePatientUpdatePatient) GetMedical_info_id() string
- func (v *UpdatePatientUpdatePatient) GetPassword() string
- func (v *UpdatePatientUpdatePatient) GetRendez_vous_ids() []string
- type UpdateRdvResponse
- type UpdateRdvUpdateRdv
- func (v *UpdateRdvUpdateRdv) GetCancelation_reason() string
- func (v *UpdateRdvUpdateRdv) GetDoctor_id() string
- func (v *UpdateRdvUpdateRdv) GetEnd_date() int
- func (v *UpdateRdvUpdateRdv) GetId() string
- func (v *UpdateRdvUpdateRdv) GetId_patient() string
- func (v *UpdateRdvUpdateRdv) GetStart_date() int
- type UpdateSessionResponse
- type UpdateSessionUpdateSession
- func (v *UpdateSessionUpdateSession) GetAge() int
- func (v *UpdateSessionUpdateSession) GetAlerts() []string
- func (v *UpdateSessionUpdateSession) GetHeight() int
- func (v *UpdateSessionUpdateSession) GetId() string
- func (v *UpdateSessionUpdateSession) GetLast_question() string
- func (v *UpdateSessionUpdateSession) GetLogs() []UpdateSessionUpdateSessionLogs
- func (v *UpdateSessionUpdateSession) GetSex() string
- func (v *UpdateSessionUpdateSession) GetSymptoms() []UpdateSessionUpdateSessionSymptomsSessionSymptom
- func (v *UpdateSessionUpdateSession) GetWeight() int
- type UpdateSessionUpdateSessionLogs
- type UpdateSessionUpdateSessionSymptomsSessionSymptom
- type UpdateSymptomResponse
- type UpdateSymptomUpdateSymptom
- func (v *UpdateSymptomUpdateSymptom) GetAcute() int
- func (v *UpdateSymptomUpdateSymptom) GetAdvice() string
- func (v *UpdateSymptomUpdateSymptom) GetChronic() int
- func (v *UpdateSymptomUpdateSymptom) GetCode() string
- func (v *UpdateSymptomUpdateSymptom) GetDuration() int
- func (v *UpdateSymptomUpdateSymptom) GetId() string
- func (v *UpdateSymptomUpdateSymptom) GetLocation() string
- func (v *UpdateSymptomUpdateSymptom) GetName() string
- func (v *UpdateSymptomUpdateSymptom) GetQuestion() string
- func (v *UpdateSymptomUpdateSymptom) GetSubacute() int
- func (v *UpdateSymptomUpdateSymptom) GetSymptom() []string
- type UpdateTestAccountResponse
- type UpdateTestAccountUpdateTestAccount
- type UpdateTreatmentResponse
- type UpdateTreatmentUpdateTreatment
- func (v *UpdateTreatmentUpdateTreatment) GetDisease() string
- func (v *UpdateTreatmentUpdateTreatment) GetId() string
- func (v *UpdateTreatmentUpdateTreatment) GetName() string
- func (v *UpdateTreatmentUpdateTreatment) GetSide_effects() []string
- func (v *UpdateTreatmentUpdateTreatment) GetSymptoms() []string
Constants ¶
const CreateAdmin_Operation = `` /* 234-byte string literal not displayed */
The query or mutation executed by CreateAdmin.
const CreateAlert_Operation = `` /* 300-byte string literal not displayed */
The query or mutation executed by CreateAlert.
const CreateAnteChir_Operation = `` /* 246-byte string literal not displayed */
The query or mutation executed by CreateAnteChir.
const CreateAnteDisease_Operation = `` /* 304-byte string literal not displayed */
The query or mutation executed by CreateAnteDisease.
const CreateAnteFamily_Operation = `` /* 147-byte string literal not displayed */
The query or mutation executed by CreateAnteFamily.
const CreateDemoAccount_Operation = `` /* 154-byte string literal not displayed */
The query or mutation executed by CreateDemoAccount.
const CreateDisease_Operation = `` /* 580-byte string literal not displayed */
The query or mutation executed by CreateDisease.
const CreateDoctor_Operation = `` /* 361-byte string literal not displayed */
The query or mutation executed by CreateDoctor.
const CreateDocument_Operation = `` /* 401-byte string literal not displayed */
The query or mutation executed by CreateDocument.
const CreateMedicalFolder_Operation = `` /* 701-byte string literal not displayed */
The query or mutation executed by CreateMedicalFolder.
const CreateMedicament_Operation = `` /* 375-byte string literal not displayed */
The query or mutation executed by CreateMedicament.
const CreateNotification_Operation = `` /* 192-byte string literal not displayed */
The query or mutation executed by CreateNotification.
const CreatePatient_Operation = `` /* 197-byte string literal not displayed */
The query or mutation executed by CreatePatient.
const CreateRdv_Operation = `` /* 289-byte string literal not displayed */
The query or mutation executed by CreateRdv.
const CreateSession_Operation = `` /* 693-byte string literal not displayed */
The query or mutation executed by CreateSession.
const CreateSymptom_Operation = `` /* 499-byte string literal not displayed */
The query or mutation executed by CreateSymptom.
const CreateTestAccount_Operation = `` /* 154-byte string literal not displayed */
The query or mutation executed by CreateTestAccount.
const CreateTreatment_Operation = `` /* 266-byte string literal not displayed */
The query or mutation executed by CreateTreatment.
const DeleteAdmin_Operation = `
mutation DeleteAdmin ($id: String!) {
deleteAdmin(id: $id)
}
`
The query or mutation executed by DeleteAdmin.
const DeleteAlert_Operation = `
mutation DeleteAlert ($id: String!) {
deleteAlert(id: $id)
}
`
The query or mutation executed by DeleteAlert.
const DeleteAnteChir_Operation = `
mutation DeleteAnteChir ($id: String!) {
deleteAnteChir(id: $id)
}
`
The query or mutation executed by DeleteAnteChir.
const DeleteAnteDisease_Operation = `
mutation DeleteAnteDisease ($id: String!) {
deleteAnteDisease(id: $id)
}
`
The query or mutation executed by DeleteAnteDisease.
const DeleteAnteFamily_Operation = `
mutation DeleteAnteFamily ($id: String!) {
deleteAnteFamily(id: $id)
}
`
The query or mutation executed by DeleteAnteFamily.
const DeleteDemoAccount_Operation = `
mutation DeleteDemoAccount ($id: String!) {
deleteDemoAccount(id: $id)
}
`
The query or mutation executed by DeleteDemoAccount.
const DeleteDisease_Operation = `
mutation DeleteDisease ($id: String!) {
deleteDisease(id: $id)
}
`
The query or mutation executed by DeleteDisease.
const DeleteDoctor_Operation = `
mutation DeleteDoctor ($id: String!) {
deleteDoctor(id: $id)
}
`
The query or mutation executed by DeleteDoctor.
const DeleteDocument_Operation = `
mutation DeleteDocument ($id: String!) {
deleteDocument(id: $id)
}
`
The query or mutation executed by DeleteDocument.
const DeleteMedicalFolder_Operation = `
mutation DeleteMedicalFolder ($id: String!) {
deleteMedicalFolder(id: $id)
}
`
The query or mutation executed by DeleteMedicalFolder.
const DeleteMedicament_Operation = `
mutation DeleteMedicament ($id: String!) {
deleteMedicament(id: $id)
}
`
The query or mutation executed by DeleteMedicament.
const DeleteNotification_Operation = `
mutation DeleteNotification ($id: String!) {
deleteNotification(id: $id)
}
`
The query or mutation executed by DeleteNotification.
const DeletePatient_Operation = `
mutation DeletePatient ($id: String!) {
deletePatient(id: $id)
}
`
The query or mutation executed by DeletePatient.
const DeleteRdv_Operation = `
mutation DeleteRdv ($id: String!) {
deleteRdv(id: $id)
}
`
The query or mutation executed by DeleteRdv.
const DeleteSession_Operation = `
mutation DeleteSession ($id: String!) {
deleteSession(id: $id)
}
`
The query or mutation executed by DeleteSession.
const DeleteSlot_Operation = `
mutation DeleteSlot ($id: String!) {
deleteSlot(id: $id)
}
`
The query or mutation executed by DeleteSlot.
const DeleteSymptom_Operation = `
mutation DeleteSymptom ($id: String!) {
deleteSymptom(id: $id)
}
`
The query or mutation executed by DeleteSymptom.
const DeleteTestAccount_Operation = `
mutation DeleteTestAccount ($id: String!) {
deleteTestAccount(id: $id)
}
`
The query or mutation executed by DeleteTestAccount.
const DeleteTreatment_Operation = `
mutation DeleteTreatment ($id: String!) {
deleteTreatment(id: $id)
}
`
The query or mutation executed by DeleteTreatment.
const GetAdminByEmail_Operation = `
query GetAdminByEmail ($email: String!) {
getAdminByEmail(email: $email) {
id
email
password
name
last_name
}
}
`
The query or mutation executed by GetAdminByEmail.
const GetAdminById_Operation = `
query GetAdminById ($id: String!) {
getAdminById(id: $id) {
id
email
password
name
last_name
}
}
`
The query or mutation executed by GetAdminById.
const GetAdmins_Operation = `
query GetAdmins {
getAdmins {
id
email
password
name
last_name
}
}
`
The query or mutation executed by GetAdmins.
const GetAlertById_Operation = `
query GetAlertById ($id: String!) {
getAlertById(id: $id) {
id
name
sex
height
weight
symptoms
comment
}
}
`
The query or mutation executed by GetAlertById.
const GetAlerts_Operation = `
query GetAlerts {
getAlerts {
id
name
sex
height
weight
symptoms
comment
}
}
`
The query or mutation executed by GetAlerts.
const GetAnteChirByID_Operation = `
query GetAnteChirByID ($id: String!) {
getAnteChirByID(id: $id) {
id
name
localisation
induced_symptoms
}
}
`
The query or mutation executed by GetAnteChirByID.
const GetAnteChirs_Operation = `
query GetAnteChirs {
getAnteChirs {
id
name
localisation
induced_symptoms
}
}
`
The query or mutation executed by GetAnteChirs.
const GetAnteDiseaseByID_Operation = `` /* 134-byte string literal not displayed */
The query or mutation executed by GetAnteDiseaseByID.
const GetAnteDiseases_Operation = `
query GetAnteDiseases {
getAnteDiseases {
id
name
chronicity
chir
treatment
symptoms
}
}
`
The query or mutation executed by GetAnteDiseases.
const GetAnteFamilies_Operation = `
query GetAnteFamilies {
getAnteFamilies {
id
name
disease
}
}
`
The query or mutation executed by GetAnteFamilies.
const GetAnteFamilyByID_Operation = `
query GetAnteFamilyByID ($id: String!) {
getAnteFamilyByID(id: $id) {
id
name
disease
}
}
`
The query or mutation executed by GetAnteFamilyByID.
const GetDemoAccountByEmail_Operation = `
query GetDemoAccountByEmail ($email: String!) {
getDemoAccountByEmail(email: $email) {
id
email
password
}
}
`
The query or mutation executed by GetDemoAccountByEmail.
const GetDemoAccountById_Operation = `
query GetDemoAccountById ($id: String!) {
getDemoAccountById(id: $id) {
id
email
password
}
}
`
The query or mutation executed by GetDemoAccountById.
const GetDemoAccounts_Operation = `
query GetDemoAccounts {
getDemoAccounts {
id
email
password
}
}
`
The query or mutation executed by GetDemoAccounts.
const GetDiseaseById_Operation = `` /* 232-byte string literal not displayed */
The query or mutation executed by GetDiseaseById.
const GetDiseases_Operation = `` /* 202-byte string literal not displayed */
The query or mutation executed by GetDiseases.
const GetDoctorByEmail_Operation = `` /* 208-byte string literal not displayed */
The query or mutation executed by GetDoctorByEmail.
const GetDoctorById_Operation = `` /* 193-byte string literal not displayed */
The query or mutation executed by GetDoctorById.
const GetDoctorRdv_Operation = `` /* 163-byte string literal not displayed */
The query or mutation executed by GetDoctorRdv.
const GetDoctors_Operation = `` /* 163-byte string literal not displayed */
The query or mutation executed by GetDoctors.
const GetDocumentById_Operation = `` /* 152-byte string literal not displayed */
The query or mutation executed by GetDocumentById.
const GetDocuments_Operation = `
query GetDocuments {
getDocuments {
id
owner_id
name
document_type
category
is_favorite
download_url
}
}
`
The query or mutation executed by GetDocuments.
const GetMedicalFolderByID_Operation = `` /* 289-byte string literal not displayed */
The query or mutation executed by GetMedicalFolderByID.
const GetMedicalFolder_Operation = `` /* 257-byte string literal not displayed */
The query or mutation executed by GetMedicalFolder.
const GetMedicamentByID_Operation = `` /* 148-byte string literal not displayed */
The query or mutation executed by GetMedicamentByID.
const GetMedicaments_Operation = `
query GetMedicaments {
getMedicaments {
id
name
unit
target_diseases
treated_symptoms
side_effects
}
}
`
The query or mutation executed by GetMedicaments.
const GetNotificationById_Operation = `
query GetNotificationById ($id: String!) {
getNotificationById(id: $id) {
id
token
title
message
}
}
`
The query or mutation executed by GetNotificationById.
const GetNotifications_Operation = `
query GetNotifications {
getNotifications {
id
token
title
message
}
}
`
The query or mutation executed by GetNotifications.
const GetPatientByEmail_Operation = `` /* 161-byte string literal not displayed */
The query or mutation executed by GetPatientByEmail.
const GetPatientById_Operation = `` /* 146-byte string literal not displayed */
The query or mutation executed by GetPatientById.
const GetPatientDocument_Operation = `` /* 158-byte string literal not displayed */
The query or mutation executed by GetPatientDocument.
const GetPatientRdv_Operation = `` /* 168-byte string literal not displayed */
The query or mutation executed by GetPatientRdv.
const GetPatients_Operation = `
query GetPatients {
getPatients {
id
email
password
rendez_vous_ids
medical_info_id
document_ids
}
}
`
The query or mutation executed by GetPatients.
const GetRdvById_Operation = `` /* 138-byte string literal not displayed */
The query or mutation executed by GetRdvById.
const GetSessionById_Operation = `` /* 257-byte string literal not displayed */
The query or mutation executed by GetSessionById.
const GetSessions_Operation = `` /* 227-byte string literal not displayed */
The query or mutation executed by GetSessions.
const GetSymptomById_Operation = `` /* 171-byte string literal not displayed */
The query or mutation executed by GetSymptomById.
const GetSymptoms_Operation = `` /* 141-byte string literal not displayed */
The query or mutation executed by GetSymptoms.
const GetTestAccountByEmail_Operation = `
query GetTestAccountByEmail ($email: String!) {
getTestAccountByEmail(email: $email) {
id
email
password
}
}
`
The query or mutation executed by GetTestAccountByEmail.
const GetTestAccountById_Operation = `
query GetTestAccountById ($id: String!) {
getTestAccountById(id: $id) {
id
email
password
}
}
`
The query or mutation executed by GetTestAccountById.
const GetTestAccounts_Operation = `
query GetTestAccounts {
getTestAccounts {
id
email
password
}
}
`
The query or mutation executed by GetTestAccounts.
const GetTreatmentByID_Operation = `
query GetTreatmentByID ($id: String!) {
getTreatmentByID(id: $id) {
id
name
disease
symptoms
side_effects
}
}
`
The query or mutation executed by GetTreatmentByID.
const GetTreatments_Operation = `
query GetTreatments {
getTreatments {
id
name
disease
symptoms
side_effects
}
}
`
The query or mutation executed by GetTreatments.
const UpdateAdmin_Operation = `` /* 253-byte string literal not displayed */
The query or mutation executed by UpdateAdmin.
const UpdateAlert_Operation = `` /* 320-byte string literal not displayed */
The query or mutation executed by UpdateAlert.
const UpdateAnteChir_Operation = `` /* 267-byte string literal not displayed */
The query or mutation executed by UpdateAnteChir.
const UpdateAnteDisease_Operation = `` /* 325-byte string literal not displayed */
The query or mutation executed by UpdateAnteDisease.
const UpdateAnteFamily_Operation = `` /* 168-byte string literal not displayed */
The query or mutation executed by UpdateAnteFamily.
const UpdateDemoAccount_Operation = `` /* 175-byte string literal not displayed */
The query or mutation executed by UpdateDemoAccount.
const UpdateDisease_Operation = `` /* 600-byte string literal not displayed */
The query or mutation executed by UpdateDisease.
const UpdateDoctor_Operation = `` /* 494-byte string literal not displayed */
The query or mutation executed by UpdateDoctor.
const UpdateDocument_Operation = `` /* 231-byte string literal not displayed */
The query or mutation executed by UpdateDocument.
const UpdateMedicalFolder_Operation = `` /* 715-byte string literal not displayed */
The query or mutation executed by UpdateMedicalFolder.
const UpdateNotification_Operation = `` /* 215-byte string literal not displayed */
The query or mutation executed by UpdateNotification.
const UpdatePatient_Operation = `` /* 396-byte string literal not displayed */
The query or mutation executed by UpdatePatient.
const UpdateRdv_Operation = `` /* 378-byte string literal not displayed */
The query or mutation executed by UpdateRdv.
const UpdateSession_Operation = `` /* 674-byte string literal not displayed */
The query or mutation executed by UpdateSession.
const UpdateSymptom_Operation = `` /* 518-byte string literal not displayed */
The query or mutation executed by UpdateSymptom.
const UpdateTestAccount_Operation = `` /* 175-byte string literal not displayed */
The query or mutation executed by UpdateTestAccount.
const UpdateTreatment_Operation = `` /* 287-byte string literal not displayed */
The query or mutation executed by UpdateTreatment.
Variables ¶
This section is empty.
Functions ¶
func ConvertStringSliceToPointerSlice ¶ added in v1.3.0
func CreateClient ¶ added in v1.3.0
Types ¶
type AddressInput ¶ added in v1.3.2
type AddressInput struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
func (*AddressInput) GetCountry ¶ added in v1.3.2
func (v *AddressInput) GetCountry() string
GetCountry returns AddressInput.Country, and is useful for accessing the field via an interface.
func (*AddressInput) GetStreet ¶ added in v1.3.2
func (v *AddressInput) GetStreet() string
GetStreet returns AddressInput.Street, and is useful for accessing the field via an interface.
func (*AddressInput) GetZip_code ¶ added in v1.3.2
func (v *AddressInput) GetZip_code() string
GetZip_code returns AddressInput.Zip_code, and is useful for accessing the field via an interface.
type CreateAdminCreateAdmin ¶ added in v1.3.0
type CreateAdminCreateAdmin struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Last_name string `json:"last_name"` }
CreateAdminCreateAdmin includes the requested fields of the GraphQL type Admin.
func (*CreateAdminCreateAdmin) GetEmail ¶ added in v1.3.0
func (v *CreateAdminCreateAdmin) GetEmail() string
GetEmail returns CreateAdminCreateAdmin.Email, and is useful for accessing the field via an interface.
func (*CreateAdminCreateAdmin) GetId ¶ added in v1.3.0
func (v *CreateAdminCreateAdmin) GetId() string
GetId returns CreateAdminCreateAdmin.Id, and is useful for accessing the field via an interface.
func (*CreateAdminCreateAdmin) GetLast_name ¶ added in v1.3.0
func (v *CreateAdminCreateAdmin) GetLast_name() string
GetLast_name returns CreateAdminCreateAdmin.Last_name, and is useful for accessing the field via an interface.
func (*CreateAdminCreateAdmin) GetName ¶ added in v1.3.0
func (v *CreateAdminCreateAdmin) GetName() string
GetName returns CreateAdminCreateAdmin.Name, and is useful for accessing the field via an interface.
func (*CreateAdminCreateAdmin) GetPassword ¶ added in v1.3.0
func (v *CreateAdminCreateAdmin) GetPassword() string
GetPassword returns CreateAdminCreateAdmin.Password, and is useful for accessing the field via an interface.
type CreateAdminResponse ¶ added in v1.3.0
type CreateAdminResponse struct {
CreateAdmin CreateAdminCreateAdmin `json:"createAdmin"`
}
CreateAdminResponse is returned by CreateAdmin on success.
func CreateAdmin ¶
func (*CreateAdminResponse) GetCreateAdmin ¶ added in v1.3.0
func (v *CreateAdminResponse) GetCreateAdmin() CreateAdminCreateAdmin
GetCreateAdmin returns CreateAdminResponse.CreateAdmin, and is useful for accessing the field via an interface.
type CreateAlertCreateAlert ¶ added in v1.3.0
type CreateAlertCreateAlert struct { Id string `json:"id"` Name string `json:"name"` Sex string `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Symptoms []string `json:"symptoms"` Comment string `json:"comment"` }
CreateAlertCreateAlert includes the requested fields of the GraphQL type Alert.
func (*CreateAlertCreateAlert) GetComment ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetComment() string
GetComment returns CreateAlertCreateAlert.Comment, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetHeight ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetHeight() int
GetHeight returns CreateAlertCreateAlert.Height, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetId ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetId() string
GetId returns CreateAlertCreateAlert.Id, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetName ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetName() string
GetName returns CreateAlertCreateAlert.Name, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetSex ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetSex() string
GetSex returns CreateAlertCreateAlert.Sex, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetSymptoms ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetSymptoms() []string
GetSymptoms returns CreateAlertCreateAlert.Symptoms, and is useful for accessing the field via an interface.
func (*CreateAlertCreateAlert) GetWeight ¶ added in v1.3.0
func (v *CreateAlertCreateAlert) GetWeight() int
GetWeight returns CreateAlertCreateAlert.Weight, and is useful for accessing the field via an interface.
type CreateAlertResponse ¶ added in v1.3.0
type CreateAlertResponse struct {
CreateAlert CreateAlertCreateAlert `json:"createAlert"`
}
CreateAlertResponse is returned by CreateAlert on success.
func CreateAlert ¶ added in v1.3.0
func (*CreateAlertResponse) GetCreateAlert ¶ added in v1.3.0
func (v *CreateAlertResponse) GetCreateAlert() CreateAlertCreateAlert
GetCreateAlert returns CreateAlertResponse.CreateAlert, and is useful for accessing the field via an interface.
type CreateAnteChirCreateAnteChir ¶ added in v1.3.0
type CreateAnteChirCreateAnteChir struct { Id string `json:"id"` Name string `json:"name"` Localisation string `json:"localisation"` Induced_symptoms []string `json:"induced_symptoms"` }
CreateAnteChirCreateAnteChir includes the requested fields of the GraphQL type AnteChir.
func (*CreateAnteChirCreateAnteChir) GetId ¶ added in v1.3.0
func (v *CreateAnteChirCreateAnteChir) GetId() string
GetId returns CreateAnteChirCreateAnteChir.Id, and is useful for accessing the field via an interface.
func (*CreateAnteChirCreateAnteChir) GetInduced_symptoms ¶ added in v1.3.0
func (v *CreateAnteChirCreateAnteChir) GetInduced_symptoms() []string
GetInduced_symptoms returns CreateAnteChirCreateAnteChir.Induced_symptoms, and is useful for accessing the field via an interface.
func (*CreateAnteChirCreateAnteChir) GetLocalisation ¶ added in v1.3.0
func (v *CreateAnteChirCreateAnteChir) GetLocalisation() string
GetLocalisation returns CreateAnteChirCreateAnteChir.Localisation, and is useful for accessing the field via an interface.
func (*CreateAnteChirCreateAnteChir) GetName ¶ added in v1.3.0
func (v *CreateAnteChirCreateAnteChir) GetName() string
GetName returns CreateAnteChirCreateAnteChir.Name, and is useful for accessing the field via an interface.
type CreateAnteChirResponse ¶ added in v1.3.0
type CreateAnteChirResponse struct {
CreateAnteChir CreateAnteChirCreateAnteChir `json:"createAnteChir"`
}
CreateAnteChirResponse is returned by CreateAnteChir on success.
func CreateAnteChir ¶ added in v1.3.0
func (*CreateAnteChirResponse) GetCreateAnteChir ¶ added in v1.3.0
func (v *CreateAnteChirResponse) GetCreateAnteChir() CreateAnteChirCreateAnteChir
GetCreateAnteChir returns CreateAnteChirResponse.CreateAnteChir, and is useful for accessing the field via an interface.
type CreateAnteDiseaseCreateAnteDisease ¶ added in v1.3.0
type CreateAnteDiseaseCreateAnteDisease struct { Id string `json:"id"` Name string `json:"name"` Chronicity float64 `json:"chronicity"` Chir string `json:"chir"` Treatment []string `json:"treatment"` Symptoms []string `json:"symptoms"` }
CreateAnteDiseaseCreateAnteDisease includes the requested fields of the GraphQL type AnteDisease.
func (*CreateAnteDiseaseCreateAnteDisease) GetChir ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetChir() string
GetChir returns CreateAnteDiseaseCreateAnteDisease.Chir, and is useful for accessing the field via an interface.
func (*CreateAnteDiseaseCreateAnteDisease) GetChronicity ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetChronicity() float64
GetChronicity returns CreateAnteDiseaseCreateAnteDisease.Chronicity, and is useful for accessing the field via an interface.
func (*CreateAnteDiseaseCreateAnteDisease) GetId ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetId() string
GetId returns CreateAnteDiseaseCreateAnteDisease.Id, and is useful for accessing the field via an interface.
func (*CreateAnteDiseaseCreateAnteDisease) GetName ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetName() string
GetName returns CreateAnteDiseaseCreateAnteDisease.Name, and is useful for accessing the field via an interface.
func (*CreateAnteDiseaseCreateAnteDisease) GetSymptoms ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetSymptoms() []string
GetSymptoms returns CreateAnteDiseaseCreateAnteDisease.Symptoms, and is useful for accessing the field via an interface.
func (*CreateAnteDiseaseCreateAnteDisease) GetTreatment ¶ added in v1.3.0
func (v *CreateAnteDiseaseCreateAnteDisease) GetTreatment() []string
GetTreatment returns CreateAnteDiseaseCreateAnteDisease.Treatment, and is useful for accessing the field via an interface.
type CreateAnteDiseaseResponse ¶ added in v1.3.0
type CreateAnteDiseaseResponse struct {
CreateAnteDisease CreateAnteDiseaseCreateAnteDisease `json:"createAnteDisease"`
}
CreateAnteDiseaseResponse is returned by CreateAnteDisease on success.
func CreateAnteDisease ¶ added in v1.3.0
func (*CreateAnteDiseaseResponse) GetCreateAnteDisease ¶ added in v1.3.0
func (v *CreateAnteDiseaseResponse) GetCreateAnteDisease() CreateAnteDiseaseCreateAnteDisease
GetCreateAnteDisease returns CreateAnteDiseaseResponse.CreateAnteDisease, and is useful for accessing the field via an interface.
type CreateAnteFamilyCreateAnteFamily ¶ added in v1.3.0
type CreateAnteFamilyCreateAnteFamily struct { Id string `json:"id"` Name string `json:"name"` Disease []string `json:"disease"` }
CreateAnteFamilyCreateAnteFamily includes the requested fields of the GraphQL type AnteFamily.
func (*CreateAnteFamilyCreateAnteFamily) GetDisease ¶ added in v1.3.0
func (v *CreateAnteFamilyCreateAnteFamily) GetDisease() []string
GetDisease returns CreateAnteFamilyCreateAnteFamily.Disease, and is useful for accessing the field via an interface.
func (*CreateAnteFamilyCreateAnteFamily) GetId ¶ added in v1.3.0
func (v *CreateAnteFamilyCreateAnteFamily) GetId() string
GetId returns CreateAnteFamilyCreateAnteFamily.Id, and is useful for accessing the field via an interface.
func (*CreateAnteFamilyCreateAnteFamily) GetName ¶ added in v1.3.0
func (v *CreateAnteFamilyCreateAnteFamily) GetName() string
GetName returns CreateAnteFamilyCreateAnteFamily.Name, and is useful for accessing the field via an interface.
type CreateAnteFamilyResponse ¶ added in v1.3.0
type CreateAnteFamilyResponse struct {
CreateAnteFamily CreateAnteFamilyCreateAnteFamily `json:"createAnteFamily"`
}
CreateAnteFamilyResponse is returned by CreateAnteFamily on success.
func CreateAnteFamily ¶ added in v1.3.0
func (*CreateAnteFamilyResponse) GetCreateAnteFamily ¶ added in v1.3.0
func (v *CreateAnteFamilyResponse) GetCreateAnteFamily() CreateAnteFamilyCreateAnteFamily
GetCreateAnteFamily returns CreateAnteFamilyResponse.CreateAnteFamily, and is useful for accessing the field via an interface.
type CreateDemoAccountCreateDemoAccount ¶ added in v1.3.0
type CreateDemoAccountCreateDemoAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
CreateDemoAccountCreateDemoAccount includes the requested fields of the GraphQL type DemoAccount.
func (*CreateDemoAccountCreateDemoAccount) GetEmail ¶ added in v1.3.0
func (v *CreateDemoAccountCreateDemoAccount) GetEmail() string
GetEmail returns CreateDemoAccountCreateDemoAccount.Email, and is useful for accessing the field via an interface.
func (*CreateDemoAccountCreateDemoAccount) GetId ¶ added in v1.3.0
func (v *CreateDemoAccountCreateDemoAccount) GetId() string
GetId returns CreateDemoAccountCreateDemoAccount.Id, and is useful for accessing the field via an interface.
func (*CreateDemoAccountCreateDemoAccount) GetPassword ¶ added in v1.3.0
func (v *CreateDemoAccountCreateDemoAccount) GetPassword() string
GetPassword returns CreateDemoAccountCreateDemoAccount.Password, and is useful for accessing the field via an interface.
type CreateDemoAccountResponse ¶ added in v1.3.0
type CreateDemoAccountResponse struct {
CreateDemoAccount CreateDemoAccountCreateDemoAccount `json:"createDemoAccount"`
}
CreateDemoAccountResponse is returned by CreateDemoAccount on success.
func CreateDemoAccount ¶ added in v1.3.0
func (*CreateDemoAccountResponse) GetCreateDemoAccount ¶ added in v1.3.0
func (v *CreateDemoAccountResponse) GetCreateDemoAccount() CreateDemoAccountCreateDemoAccount
GetCreateDemoAccount returns CreateDemoAccountResponse.CreateDemoAccount, and is useful for accessing the field via an interface.
type CreateDiseaseCreateDisease ¶ added in v1.3.0
type CreateDiseaseCreateDisease struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Symptoms []string `json:"symptoms"` Symptoms_acute []CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight `json:"symptoms_acute"` Symptoms_subacute []CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight `json:"symptoms_subacute"` Symptoms_chronic []CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight `json:"symptoms_chronic"` Advice string `json:"advice"` }
CreateDiseaseCreateDisease includes the requested fields of the GraphQL type Disease.
func (*CreateDiseaseCreateDisease) GetAdvice ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetAdvice() string
GetAdvice returns CreateDiseaseCreateDisease.Advice, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetCode ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetCode() string
GetCode returns CreateDiseaseCreateDisease.Code, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetId ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetId() string
GetId returns CreateDiseaseCreateDisease.Id, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetName ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetName() string
GetName returns CreateDiseaseCreateDisease.Name, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetSymptoms ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetSymptoms() []string
GetSymptoms returns CreateDiseaseCreateDisease.Symptoms, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetSymptoms_acute ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetSymptoms_acute() []CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight
GetSymptoms_acute returns CreateDiseaseCreateDisease.Symptoms_acute, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetSymptoms_chronic ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetSymptoms_chronic() []CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight
GetSymptoms_chronic returns CreateDiseaseCreateDisease.Symptoms_chronic, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDisease) GetSymptoms_subacute ¶ added in v1.3.0
func (v *CreateDiseaseCreateDisease) GetSymptoms_subacute() []CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight
GetSymptoms_subacute returns CreateDiseaseCreateDisease.Symptoms_subacute, and is useful for accessing the field via an interface.
type CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight ¶ added in v1.3.0
type CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight) GetKey() string
GetKey returns CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight) GetValue() float64
GetValue returns CreateDiseaseCreateDiseaseSymptoms_acuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight ¶ added in v1.3.0
type CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight) GetKey ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight) GetKey() string
GetKey returns CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight) GetValue ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight) GetValue() float64
GetValue returns CreateDiseaseCreateDiseaseSymptoms_chronicSymptomWeight.Value, and is useful for accessing the field via an interface.
type CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight ¶ added in v1.3.0
type CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight) GetKey() string
GetKey returns CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight) GetValue() float64
GetValue returns CreateDiseaseCreateDiseaseSymptoms_subacuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type CreateDiseaseResponse ¶ added in v1.3.0
type CreateDiseaseResponse struct {
CreateDisease CreateDiseaseCreateDisease `json:"createDisease"`
}
CreateDiseaseResponse is returned by CreateDisease on success.
func CreateDisease ¶ added in v1.3.0
func CreateDisease( ctx context.Context, client graphql.Client, code string, name string, symptoms []string, symptoms_acute []SymptomWeightInput, symptoms_subacute []SymptomWeightInput, symptoms_chronic []SymptomWeightInput, advice string, ) (*CreateDiseaseResponse, error)
func (*CreateDiseaseResponse) GetCreateDisease ¶ added in v1.3.0
func (v *CreateDiseaseResponse) GetCreateDisease() CreateDiseaseCreateDisease
GetCreateDisease returns CreateDiseaseResponse.CreateDisease, and is useful for accessing the field via an interface.
type CreateDoctorCreateDoctor ¶ added in v1.3.0
type CreateDoctorCreateDoctor struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Firstname string `json:"firstname"` Address CreateDoctorCreateDoctorAddress `json:"address"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Patient_ids []string `json:"patient_ids"` }
CreateDoctorCreateDoctor includes the requested fields of the GraphQL type Doctor.
func (*CreateDoctorCreateDoctor) GetAddress ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctor) GetAddress() CreateDoctorCreateDoctorAddress
GetAddress returns CreateDoctorCreateDoctor.Address, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetEmail ¶ added in v1.3.0
func (v *CreateDoctorCreateDoctor) GetEmail() string
GetEmail returns CreateDoctorCreateDoctor.Email, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetFirstname ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctor) GetFirstname() string
GetFirstname returns CreateDoctorCreateDoctor.Firstname, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetId ¶ added in v1.3.0
func (v *CreateDoctorCreateDoctor) GetId() string
GetId returns CreateDoctorCreateDoctor.Id, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetName ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctor) GetName() string
GetName returns CreateDoctorCreateDoctor.Name, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetPassword ¶ added in v1.3.0
func (v *CreateDoctorCreateDoctor) GetPassword() string
GetPassword returns CreateDoctorCreateDoctor.Password, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetPatient_ids ¶ added in v1.3.0
func (v *CreateDoctorCreateDoctor) GetPatient_ids() []string
GetPatient_ids returns CreateDoctorCreateDoctor.Patient_ids, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctor) GetRendez_vous_ids ¶ added in v1.3.0
func (v *CreateDoctorCreateDoctor) GetRendez_vous_ids() []string
GetRendez_vous_ids returns CreateDoctorCreateDoctor.Rendez_vous_ids, and is useful for accessing the field via an interface.
type CreateDoctorCreateDoctorAddress ¶ added in v1.3.2
type CreateDoctorCreateDoctorAddress struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
CreateDoctorCreateDoctorAddress includes the requested fields of the GraphQL type Address.
func (*CreateDoctorCreateDoctorAddress) GetCountry ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctorAddress) GetCountry() string
GetCountry returns CreateDoctorCreateDoctorAddress.Country, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctorAddress) GetStreet ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctorAddress) GetStreet() string
GetStreet returns CreateDoctorCreateDoctorAddress.Street, and is useful for accessing the field via an interface.
func (*CreateDoctorCreateDoctorAddress) GetZip_code ¶ added in v1.3.2
func (v *CreateDoctorCreateDoctorAddress) GetZip_code() string
GetZip_code returns CreateDoctorCreateDoctorAddress.Zip_code, and is useful for accessing the field via an interface.
type CreateDoctorResponse ¶ added in v1.3.0
type CreateDoctorResponse struct {
CreateDoctor CreateDoctorCreateDoctor `json:"createDoctor"`
}
CreateDoctorResponse is returned by CreateDoctor on success.
func CreateDoctor ¶
func (*CreateDoctorResponse) GetCreateDoctor ¶ added in v1.3.0
func (v *CreateDoctorResponse) GetCreateDoctor() CreateDoctorCreateDoctor
GetCreateDoctor returns CreateDoctorResponse.CreateDoctor, and is useful for accessing the field via an interface.
type CreateDocumentCreateDocument ¶ added in v1.3.0
type CreateDocumentCreateDocument struct { Id string `json:"id"` Owner_id string `json:"owner_id"` Name string `json:"name"` Document_type DocumentType `json:"document_type"` Category Category `json:"category"` Is_favorite bool `json:"is_favorite"` Download_url string `json:"download_url"` }
CreateDocumentCreateDocument includes the requested fields of the GraphQL type Document.
func (*CreateDocumentCreateDocument) GetCategory ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetCategory() Category
GetCategory returns CreateDocumentCreateDocument.Category, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetDocument_type ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetDocument_type() DocumentType
GetDocument_type returns CreateDocumentCreateDocument.Document_type, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetDownload_url ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetDownload_url() string
GetDownload_url returns CreateDocumentCreateDocument.Download_url, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetId ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetId() string
GetId returns CreateDocumentCreateDocument.Id, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetIs_favorite ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetIs_favorite() bool
GetIs_favorite returns CreateDocumentCreateDocument.Is_favorite, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetName ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetName() string
GetName returns CreateDocumentCreateDocument.Name, and is useful for accessing the field via an interface.
func (*CreateDocumentCreateDocument) GetOwner_id ¶ added in v1.3.0
func (v *CreateDocumentCreateDocument) GetOwner_id() string
GetOwner_id returns CreateDocumentCreateDocument.Owner_id, and is useful for accessing the field via an interface.
type CreateDocumentResponse ¶ added in v1.3.0
type CreateDocumentResponse struct {
CreateDocument CreateDocumentCreateDocument `json:"createDocument"`
}
CreateDocumentResponse is returned by CreateDocument on success.
func CreateDocument ¶ added in v1.3.0
func (*CreateDocumentResponse) GetCreateDocument ¶ added in v1.3.0
func (v *CreateDocumentResponse) GetCreateDocument() CreateDocumentCreateDocument
GetCreateDocument returns CreateDocumentResponse.CreateDocument, and is useful for accessing the field via an interface.
type CreateMedicalFolderCreateMedicalFolderMedicalInfo ¶ added in v1.3.2
type CreateMedicalFolderCreateMedicalFolderMedicalInfo struct { Id string `json:"id"` Name string `json:"name"` Firstname string `json:"firstname"` Birthdate int `json:"birthdate"` Sex Sex `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Primary_doctor_id string `json:"primary_doctor_id"` Medical_antecedents []CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents `json:"medical_antecedents"` Onboarding_status OnboardingStatus `json:"onboarding_status"` }
CreateMedicalFolderCreateMedicalFolderMedicalInfo includes the requested fields of the GraphQL type MedicalInfo.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetBirthdate ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetBirthdate() int
GetBirthdate returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Birthdate, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetFirstname ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetFirstname() string
GetFirstname returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Firstname, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetHeight ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetHeight() int
GetHeight returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Height, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetId ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetId() string
GetId returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Id, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetMedical_antecedents ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetMedical_antecedents() []CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
GetMedical_antecedents returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Medical_antecedents, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetName ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetName() string
GetName returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Name, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetOnboarding_status ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
GetOnboarding_status returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Onboarding_status, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetPrimary_doctor_id ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
GetPrimary_doctor_id returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Primary_doctor_id, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetSex ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetSex() Sex
GetSex returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Sex, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetWeight ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfo) GetWeight() int
GetWeight returns CreateMedicalFolderCreateMedicalFolderMedicalInfo.Weight, and is useful for accessing the field via an interface.
type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents ¶ added in v1.3.2
type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents struct { Name string `json:"name"` Medicines []CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines `json:"medicines"` Still_relevant bool `json:"still_relevant"` }
CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents includes the requested fields of the GraphQL type MedicalAntecedents.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() []CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
GetMedicines returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Medicines, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
GetName returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Name, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
GetStill_relevant returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Still_relevant, and is useful for accessing the field via an interface.
type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines ¶ added in v1.3.2
type CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines struct { Period []Period `json:"period"` Day []Day `json:"day"` Quantity int `json:"quantity"` }
CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines includes the requested fields of the GraphQL type Medicines.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
GetDay returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Day, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
GetPeriod returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Period, and is useful for accessing the field via an interface.
func (*CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity ¶ added in v1.3.2
func (v *CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
GetQuantity returns CreateMedicalFolderCreateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Quantity, and is useful for accessing the field via an interface.
type CreateMedicalFolderResponse ¶ added in v1.3.2
type CreateMedicalFolderResponse struct {
CreateMedicalFolder CreateMedicalFolderCreateMedicalFolderMedicalInfo `json:"createMedicalFolder"`
}
CreateMedicalFolderResponse is returned by CreateMedicalFolder on success.
func CreateMedicalFolder ¶ added in v1.3.2
func (*CreateMedicalFolderResponse) GetCreateMedicalFolder ¶ added in v1.3.2
func (v *CreateMedicalFolderResponse) GetCreateMedicalFolder() CreateMedicalFolderCreateMedicalFolderMedicalInfo
GetCreateMedicalFolder returns CreateMedicalFolderResponse.CreateMedicalFolder, and is useful for accessing the field via an interface.
type CreateMedicamentCreateMedicament ¶ added in v1.3.2
type CreateMedicamentCreateMedicament struct { Id string `json:"id"` Name string `json:"name"` Unit Unit `json:"unit"` Target_diseases []string `json:"target_diseases"` Treated_symptoms []string `json:"treated_symptoms"` Side_effects []string `json:"side_effects"` }
CreateMedicamentCreateMedicament includes the requested fields of the GraphQL type Medicament.
func (*CreateMedicamentCreateMedicament) GetId ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetId() string
GetId returns CreateMedicamentCreateMedicament.Id, and is useful for accessing the field via an interface.
func (*CreateMedicamentCreateMedicament) GetName ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetName() string
GetName returns CreateMedicamentCreateMedicament.Name, and is useful for accessing the field via an interface.
func (*CreateMedicamentCreateMedicament) GetSide_effects ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetSide_effects() []string
GetSide_effects returns CreateMedicamentCreateMedicament.Side_effects, and is useful for accessing the field via an interface.
func (*CreateMedicamentCreateMedicament) GetTarget_diseases ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetTarget_diseases() []string
GetTarget_diseases returns CreateMedicamentCreateMedicament.Target_diseases, and is useful for accessing the field via an interface.
func (*CreateMedicamentCreateMedicament) GetTreated_symptoms ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetTreated_symptoms() []string
GetTreated_symptoms returns CreateMedicamentCreateMedicament.Treated_symptoms, and is useful for accessing the field via an interface.
func (*CreateMedicamentCreateMedicament) GetUnit ¶ added in v1.3.2
func (v *CreateMedicamentCreateMedicament) GetUnit() Unit
GetUnit returns CreateMedicamentCreateMedicament.Unit, and is useful for accessing the field via an interface.
type CreateMedicamentResponse ¶ added in v1.3.2
type CreateMedicamentResponse struct {
CreateMedicament CreateMedicamentCreateMedicament `json:"createMedicament"`
}
CreateMedicamentResponse is returned by CreateMedicament on success.
func CreateMedicament ¶ added in v1.3.2
func (*CreateMedicamentResponse) GetCreateMedicament ¶ added in v1.3.2
func (v *CreateMedicamentResponse) GetCreateMedicament() CreateMedicamentCreateMedicament
GetCreateMedicament returns CreateMedicamentResponse.CreateMedicament, and is useful for accessing the field via an interface.
type CreateNotificationCreateNotification ¶ added in v1.3.0
type CreateNotificationCreateNotification struct { Id string `json:"id"` Token string `json:"token"` Title string `json:"title"` Message string `json:"message"` }
CreateNotificationCreateNotification includes the requested fields of the GraphQL type Notification.
func (*CreateNotificationCreateNotification) GetId ¶ added in v1.3.0
func (v *CreateNotificationCreateNotification) GetId() string
GetId returns CreateNotificationCreateNotification.Id, and is useful for accessing the field via an interface.
func (*CreateNotificationCreateNotification) GetMessage ¶ added in v1.3.0
func (v *CreateNotificationCreateNotification) GetMessage() string
GetMessage returns CreateNotificationCreateNotification.Message, and is useful for accessing the field via an interface.
func (*CreateNotificationCreateNotification) GetTitle ¶ added in v1.3.0
func (v *CreateNotificationCreateNotification) GetTitle() string
GetTitle returns CreateNotificationCreateNotification.Title, and is useful for accessing the field via an interface.
func (*CreateNotificationCreateNotification) GetToken ¶ added in v1.3.0
func (v *CreateNotificationCreateNotification) GetToken() string
GetToken returns CreateNotificationCreateNotification.Token, and is useful for accessing the field via an interface.
type CreateNotificationResponse ¶ added in v1.3.0
type CreateNotificationResponse struct {
CreateNotification CreateNotificationCreateNotification `json:"createNotification"`
}
CreateNotificationResponse is returned by CreateNotification on success.
func CreateNotification ¶ added in v1.3.0
func (*CreateNotificationResponse) GetCreateNotification ¶ added in v1.3.0
func (v *CreateNotificationResponse) GetCreateNotification() CreateNotificationCreateNotification
GetCreateNotification returns CreateNotificationResponse.CreateNotification, and is useful for accessing the field via an interface.
type CreatePatientCreatePatient ¶ added in v1.3.0
type CreatePatientCreatePatient struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Medical_info_id string `json:"medical_info_id"` Document_ids []string `json:"document_ids"` }
CreatePatientCreatePatient includes the requested fields of the GraphQL type Patient.
func (*CreatePatientCreatePatient) GetDocument_ids ¶ added in v1.3.0
func (v *CreatePatientCreatePatient) GetDocument_ids() []string
GetDocument_ids returns CreatePatientCreatePatient.Document_ids, and is useful for accessing the field via an interface.
func (*CreatePatientCreatePatient) GetEmail ¶ added in v1.3.0
func (v *CreatePatientCreatePatient) GetEmail() string
GetEmail returns CreatePatientCreatePatient.Email, and is useful for accessing the field via an interface.
func (*CreatePatientCreatePatient) GetId ¶ added in v1.3.0
func (v *CreatePatientCreatePatient) GetId() string
GetId returns CreatePatientCreatePatient.Id, and is useful for accessing the field via an interface.
func (*CreatePatientCreatePatient) GetMedical_info_id ¶ added in v1.3.2
func (v *CreatePatientCreatePatient) GetMedical_info_id() string
GetMedical_info_id returns CreatePatientCreatePatient.Medical_info_id, and is useful for accessing the field via an interface.
func (*CreatePatientCreatePatient) GetPassword ¶ added in v1.3.0
func (v *CreatePatientCreatePatient) GetPassword() string
GetPassword returns CreatePatientCreatePatient.Password, and is useful for accessing the field via an interface.
func (*CreatePatientCreatePatient) GetRendez_vous_ids ¶ added in v1.3.0
func (v *CreatePatientCreatePatient) GetRendez_vous_ids() []string
GetRendez_vous_ids returns CreatePatientCreatePatient.Rendez_vous_ids, and is useful for accessing the field via an interface.
type CreatePatientResponse ¶ added in v1.3.0
type CreatePatientResponse struct {
CreatePatient CreatePatientCreatePatient `json:"createPatient"`
}
CreatePatientResponse is returned by CreatePatient on success.
func CreatePatient ¶
func (*CreatePatientResponse) GetCreatePatient ¶ added in v1.3.0
func (v *CreatePatientResponse) GetCreatePatient() CreatePatientCreatePatient
GetCreatePatient returns CreatePatientResponse.CreatePatient, and is useful for accessing the field via an interface.
type CreateRdvCreateRdv ¶ added in v1.3.0
type CreateRdvCreateRdv struct { Id string `json:"id"` Doctor_id string `json:"doctor_id"` Id_patient string `json:"id_patient"` Start_date int `json:"start_date"` End_date int `json:"end_date"` Cancelation_reason string `json:"cancelation_reason"` }
CreateRdvCreateRdv includes the requested fields of the GraphQL type Rdv.
func (*CreateRdvCreateRdv) GetCancelation_reason ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetCancelation_reason() string
GetCancelation_reason returns CreateRdvCreateRdv.Cancelation_reason, and is useful for accessing the field via an interface.
func (*CreateRdvCreateRdv) GetDoctor_id ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetDoctor_id() string
GetDoctor_id returns CreateRdvCreateRdv.Doctor_id, and is useful for accessing the field via an interface.
func (*CreateRdvCreateRdv) GetEnd_date ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetEnd_date() int
GetEnd_date returns CreateRdvCreateRdv.End_date, and is useful for accessing the field via an interface.
func (*CreateRdvCreateRdv) GetId ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetId() string
GetId returns CreateRdvCreateRdv.Id, and is useful for accessing the field via an interface.
func (*CreateRdvCreateRdv) GetId_patient ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetId_patient() string
GetId_patient returns CreateRdvCreateRdv.Id_patient, and is useful for accessing the field via an interface.
func (*CreateRdvCreateRdv) GetStart_date ¶ added in v1.3.0
func (v *CreateRdvCreateRdv) GetStart_date() int
GetStart_date returns CreateRdvCreateRdv.Start_date, and is useful for accessing the field via an interface.
type CreateRdvResponse ¶ added in v1.3.0
type CreateRdvResponse struct {
CreateRdv CreateRdvCreateRdv `json:"createRdv"`
}
CreateRdvResponse is returned by CreateRdv on success.
func (*CreateRdvResponse) GetCreateRdv ¶ added in v1.3.0
func (v *CreateRdvResponse) GetCreateRdv() CreateRdvCreateRdv
GetCreateRdv returns CreateRdvResponse.CreateRdv, and is useful for accessing the field via an interface.
type CreateSessionCreateSession ¶ added in v1.3.0
type CreateSessionCreateSession struct { Id string `json:"id"` Symptoms []CreateSessionCreateSessionSymptomsSessionSymptom `json:"symptoms"` Age int `json:"age"` Height int `json:"height"` Weight int `json:"weight"` Sex string `json:"sex"` Ante_chirs []string `json:"ante_chirs"` Ante_diseases []string `json:"ante_diseases"` Treatments []string `json:"treatments"` Last_question string `json:"last_question"` Logs []CreateSessionCreateSessionLogs `json:"logs"` Alerts []string `json:"alerts"` }
CreateSessionCreateSession includes the requested fields of the GraphQL type Session.
func (*CreateSessionCreateSession) GetAge ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetAge() int
GetAge returns CreateSessionCreateSession.Age, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetAlerts ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetAlerts() []string
GetAlerts returns CreateSessionCreateSession.Alerts, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetAnte_chirs ¶ added in v1.3.4
func (v *CreateSessionCreateSession) GetAnte_chirs() []string
GetAnte_chirs returns CreateSessionCreateSession.Ante_chirs, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetAnte_diseases ¶ added in v1.3.4
func (v *CreateSessionCreateSession) GetAnte_diseases() []string
GetAnte_diseases returns CreateSessionCreateSession.Ante_diseases, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetHeight ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetHeight() int
GetHeight returns CreateSessionCreateSession.Height, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetId ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetId() string
GetId returns CreateSessionCreateSession.Id, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetLast_question ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetLast_question() string
GetLast_question returns CreateSessionCreateSession.Last_question, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetLogs ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetLogs() []CreateSessionCreateSessionLogs
GetLogs returns CreateSessionCreateSession.Logs, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetSex ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetSex() string
GetSex returns CreateSessionCreateSession.Sex, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetSymptoms ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetSymptoms() []CreateSessionCreateSessionSymptomsSessionSymptom
GetSymptoms returns CreateSessionCreateSession.Symptoms, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetTreatments ¶ added in v1.3.4
func (v *CreateSessionCreateSession) GetTreatments() []string
GetTreatments returns CreateSessionCreateSession.Treatments, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSession) GetWeight ¶ added in v1.3.0
func (v *CreateSessionCreateSession) GetWeight() int
GetWeight returns CreateSessionCreateSession.Weight, and is useful for accessing the field via an interface.
type CreateSessionCreateSessionLogs ¶ added in v1.3.0
type CreateSessionCreateSessionLogs struct { Question string `json:"question"` Answer string `json:"answer"` }
CreateSessionCreateSessionLogs includes the requested fields of the GraphQL type Logs.
func (*CreateSessionCreateSessionLogs) GetAnswer ¶ added in v1.3.0
func (v *CreateSessionCreateSessionLogs) GetAnswer() string
GetAnswer returns CreateSessionCreateSessionLogs.Answer, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSessionLogs) GetQuestion ¶ added in v1.3.0
func (v *CreateSessionCreateSessionLogs) GetQuestion() string
GetQuestion returns CreateSessionCreateSessionLogs.Question, and is useful for accessing the field via an interface.
type CreateSessionCreateSessionSymptomsSessionSymptom ¶ added in v1.3.4
type CreateSessionCreateSessionSymptomsSessionSymptom struct { Name string `json:"name"` Presence bool `json:"presence"` Duration int `json:"duration"` }
CreateSessionCreateSessionSymptomsSessionSymptom includes the requested fields of the GraphQL type SessionSymptom.
func (*CreateSessionCreateSessionSymptomsSessionSymptom) GetDuration ¶ added in v1.3.4
func (v *CreateSessionCreateSessionSymptomsSessionSymptom) GetDuration() int
GetDuration returns CreateSessionCreateSessionSymptomsSessionSymptom.Duration, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSessionSymptomsSessionSymptom) GetName ¶ added in v1.3.4
func (v *CreateSessionCreateSessionSymptomsSessionSymptom) GetName() string
GetName returns CreateSessionCreateSessionSymptomsSessionSymptom.Name, and is useful for accessing the field via an interface.
func (*CreateSessionCreateSessionSymptomsSessionSymptom) GetPresence ¶ added in v1.3.4
func (v *CreateSessionCreateSessionSymptomsSessionSymptom) GetPresence() bool
GetPresence returns CreateSessionCreateSessionSymptomsSessionSymptom.Presence, and is useful for accessing the field via an interface.
type CreateSessionResponse ¶ added in v1.3.0
type CreateSessionResponse struct {
CreateSession CreateSessionCreateSession `json:"createSession"`
}
CreateSessionResponse is returned by CreateSession on success.
func CreateSession ¶ added in v1.0.0
func (*CreateSessionResponse) GetCreateSession ¶ added in v1.3.0
func (v *CreateSessionResponse) GetCreateSession() CreateSessionCreateSession
GetCreateSession returns CreateSessionResponse.CreateSession, and is useful for accessing the field via an interface.
type CreateSymptomCreateSymptom ¶ added in v1.3.0
type CreateSymptomCreateSymptom struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Location string `json:"location"` Duration int `json:"duration"` Acute int `json:"acute"` Subacute int `json:"subacute"` Chronic int `json:"chronic"` Symptom []string `json:"symptom"` Advice string `json:"advice"` Question string `json:"question"` }
CreateSymptomCreateSymptom includes the requested fields of the GraphQL type Symptom.
func (*CreateSymptomCreateSymptom) GetAcute ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetAcute() int
GetAcute returns CreateSymptomCreateSymptom.Acute, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetAdvice ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetAdvice() string
GetAdvice returns CreateSymptomCreateSymptom.Advice, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetChronic ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetChronic() int
GetChronic returns CreateSymptomCreateSymptom.Chronic, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetCode ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetCode() string
GetCode returns CreateSymptomCreateSymptom.Code, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetDuration ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetDuration() int
GetDuration returns CreateSymptomCreateSymptom.Duration, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetId ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetId() string
GetId returns CreateSymptomCreateSymptom.Id, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetLocation ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetLocation() string
GetLocation returns CreateSymptomCreateSymptom.Location, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetName ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetName() string
GetName returns CreateSymptomCreateSymptom.Name, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetQuestion ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetQuestion() string
GetQuestion returns CreateSymptomCreateSymptom.Question, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetSubacute ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetSubacute() int
GetSubacute returns CreateSymptomCreateSymptom.Subacute, and is useful for accessing the field via an interface.
func (*CreateSymptomCreateSymptom) GetSymptom ¶ added in v1.3.0
func (v *CreateSymptomCreateSymptom) GetSymptom() []string
GetSymptom returns CreateSymptomCreateSymptom.Symptom, and is useful for accessing the field via an interface.
type CreateSymptomResponse ¶ added in v1.3.0
type CreateSymptomResponse struct {
CreateSymptom CreateSymptomCreateSymptom `json:"createSymptom"`
}
CreateSymptomResponse is returned by CreateSymptom on success.
func CreateSymptom ¶ added in v1.3.0
func (*CreateSymptomResponse) GetCreateSymptom ¶ added in v1.3.0
func (v *CreateSymptomResponse) GetCreateSymptom() CreateSymptomCreateSymptom
GetCreateSymptom returns CreateSymptomResponse.CreateSymptom, and is useful for accessing the field via an interface.
type CreateTestAccountCreateTestAccount ¶ added in v1.3.0
type CreateTestAccountCreateTestAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
CreateTestAccountCreateTestAccount includes the requested fields of the GraphQL type TestAccount.
func (*CreateTestAccountCreateTestAccount) GetEmail ¶ added in v1.3.0
func (v *CreateTestAccountCreateTestAccount) GetEmail() string
GetEmail returns CreateTestAccountCreateTestAccount.Email, and is useful for accessing the field via an interface.
func (*CreateTestAccountCreateTestAccount) GetId ¶ added in v1.3.0
func (v *CreateTestAccountCreateTestAccount) GetId() string
GetId returns CreateTestAccountCreateTestAccount.Id, and is useful for accessing the field via an interface.
func (*CreateTestAccountCreateTestAccount) GetPassword ¶ added in v1.3.0
func (v *CreateTestAccountCreateTestAccount) GetPassword() string
GetPassword returns CreateTestAccountCreateTestAccount.Password, and is useful for accessing the field via an interface.
type CreateTestAccountResponse ¶ added in v1.3.0
type CreateTestAccountResponse struct {
CreateTestAccount CreateTestAccountCreateTestAccount `json:"createTestAccount"`
}
CreateTestAccountResponse is returned by CreateTestAccount on success.
func CreateTestAccount ¶ added in v1.3.0
func (*CreateTestAccountResponse) GetCreateTestAccount ¶ added in v1.3.0
func (v *CreateTestAccountResponse) GetCreateTestAccount() CreateTestAccountCreateTestAccount
GetCreateTestAccount returns CreateTestAccountResponse.CreateTestAccount, and is useful for accessing the field via an interface.
type CreateTreatmentCreateTreatment ¶ added in v1.3.0
type CreateTreatmentCreateTreatment struct { Id string `json:"id"` Name string `json:"name"` Disease string `json:"disease"` Symptoms []string `json:"symptoms"` Side_effects []string `json:"side_effects"` }
CreateTreatmentCreateTreatment includes the requested fields of the GraphQL type Treatment.
func (*CreateTreatmentCreateTreatment) GetDisease ¶ added in v1.3.0
func (v *CreateTreatmentCreateTreatment) GetDisease() string
GetDisease returns CreateTreatmentCreateTreatment.Disease, and is useful for accessing the field via an interface.
func (*CreateTreatmentCreateTreatment) GetId ¶ added in v1.3.0
func (v *CreateTreatmentCreateTreatment) GetId() string
GetId returns CreateTreatmentCreateTreatment.Id, and is useful for accessing the field via an interface.
func (*CreateTreatmentCreateTreatment) GetName ¶ added in v1.3.0
func (v *CreateTreatmentCreateTreatment) GetName() string
GetName returns CreateTreatmentCreateTreatment.Name, and is useful for accessing the field via an interface.
func (*CreateTreatmentCreateTreatment) GetSide_effects ¶ added in v1.3.0
func (v *CreateTreatmentCreateTreatment) GetSide_effects() []string
GetSide_effects returns CreateTreatmentCreateTreatment.Side_effects, and is useful for accessing the field via an interface.
func (*CreateTreatmentCreateTreatment) GetSymptoms ¶ added in v1.3.0
func (v *CreateTreatmentCreateTreatment) GetSymptoms() []string
GetSymptoms returns CreateTreatmentCreateTreatment.Symptoms, and is useful for accessing the field via an interface.
type CreateTreatmentResponse ¶ added in v1.3.0
type CreateTreatmentResponse struct {
CreateTreatment CreateTreatmentCreateTreatment `json:"createTreatment"`
}
CreateTreatmentResponse is returned by CreateTreatment on success.
func CreateTreatment ¶ added in v1.3.0
func (*CreateTreatmentResponse) GetCreateTreatment ¶ added in v1.3.0
func (v *CreateTreatmentResponse) GetCreateTreatment() CreateTreatmentCreateTreatment
GetCreateTreatment returns CreateTreatmentResponse.CreateTreatment, and is useful for accessing the field via an interface.
type DeleteAdminResponse ¶ added in v1.3.0
type DeleteAdminResponse struct {
DeleteAdmin bool `json:"deleteAdmin"`
}
DeleteAdminResponse is returned by DeleteAdmin on success.
func DeleteAdmin ¶ added in v1.3.0
func (*DeleteAdminResponse) GetDeleteAdmin ¶ added in v1.3.0
func (v *DeleteAdminResponse) GetDeleteAdmin() bool
GetDeleteAdmin returns DeleteAdminResponse.DeleteAdmin, and is useful for accessing the field via an interface.
type DeleteAlertResponse ¶ added in v1.3.0
type DeleteAlertResponse struct {
DeleteAlert bool `json:"deleteAlert"`
}
DeleteAlertResponse is returned by DeleteAlert on success.
func DeleteAlert ¶ added in v1.3.0
func (*DeleteAlertResponse) GetDeleteAlert ¶ added in v1.3.0
func (v *DeleteAlertResponse) GetDeleteAlert() bool
GetDeleteAlert returns DeleteAlertResponse.DeleteAlert, and is useful for accessing the field via an interface.
type DeleteAnteChirResponse ¶ added in v1.3.0
type DeleteAnteChirResponse struct {
DeleteAnteChir bool `json:"deleteAnteChir"`
}
DeleteAnteChirResponse is returned by DeleteAnteChir on success.
func DeleteAnteChir ¶ added in v1.3.0
func (*DeleteAnteChirResponse) GetDeleteAnteChir ¶ added in v1.3.0
func (v *DeleteAnteChirResponse) GetDeleteAnteChir() bool
GetDeleteAnteChir returns DeleteAnteChirResponse.DeleteAnteChir, and is useful for accessing the field via an interface.
type DeleteAnteDiseaseResponse ¶ added in v1.3.0
type DeleteAnteDiseaseResponse struct {
DeleteAnteDisease bool `json:"deleteAnteDisease"`
}
DeleteAnteDiseaseResponse is returned by DeleteAnteDisease on success.
func DeleteAnteDisease ¶ added in v1.3.0
func (*DeleteAnteDiseaseResponse) GetDeleteAnteDisease ¶ added in v1.3.0
func (v *DeleteAnteDiseaseResponse) GetDeleteAnteDisease() bool
GetDeleteAnteDisease returns DeleteAnteDiseaseResponse.DeleteAnteDisease, and is useful for accessing the field via an interface.
type DeleteAnteFamilyResponse ¶ added in v1.3.0
type DeleteAnteFamilyResponse struct {
DeleteAnteFamily bool `json:"deleteAnteFamily"`
}
DeleteAnteFamilyResponse is returned by DeleteAnteFamily on success.
func DeleteAnteFamily ¶ added in v1.3.0
func (*DeleteAnteFamilyResponse) GetDeleteAnteFamily ¶ added in v1.3.0
func (v *DeleteAnteFamilyResponse) GetDeleteAnteFamily() bool
GetDeleteAnteFamily returns DeleteAnteFamilyResponse.DeleteAnteFamily, and is useful for accessing the field via an interface.
type DeleteDemoAccountResponse ¶ added in v1.3.0
type DeleteDemoAccountResponse struct {
DeleteDemoAccount bool `json:"deleteDemoAccount"`
}
DeleteDemoAccountResponse is returned by DeleteDemoAccount on success.
func DeleteDemoAccount ¶ added in v1.3.0
func (*DeleteDemoAccountResponse) GetDeleteDemoAccount ¶ added in v1.3.0
func (v *DeleteDemoAccountResponse) GetDeleteDemoAccount() bool
GetDeleteDemoAccount returns DeleteDemoAccountResponse.DeleteDemoAccount, and is useful for accessing the field via an interface.
type DeleteDiseaseResponse ¶ added in v1.3.0
type DeleteDiseaseResponse struct {
DeleteDisease bool `json:"deleteDisease"`
}
DeleteDiseaseResponse is returned by DeleteDisease on success.
func DeleteDisease ¶ added in v1.3.0
func (*DeleteDiseaseResponse) GetDeleteDisease ¶ added in v1.3.0
func (v *DeleteDiseaseResponse) GetDeleteDisease() bool
GetDeleteDisease returns DeleteDiseaseResponse.DeleteDisease, and is useful for accessing the field via an interface.
type DeleteDoctorResponse ¶ added in v1.3.0
type DeleteDoctorResponse struct {
DeleteDoctor bool `json:"deleteDoctor"`
}
DeleteDoctorResponse is returned by DeleteDoctor on success.
func DeleteDoctor ¶ added in v1.3.0
func (*DeleteDoctorResponse) GetDeleteDoctor ¶ added in v1.3.0
func (v *DeleteDoctorResponse) GetDeleteDoctor() bool
GetDeleteDoctor returns DeleteDoctorResponse.DeleteDoctor, and is useful for accessing the field via an interface.
type DeleteDocumentResponse ¶ added in v1.3.0
type DeleteDocumentResponse struct {
DeleteDocument bool `json:"deleteDocument"`
}
DeleteDocumentResponse is returned by DeleteDocument on success.
func DeleteDocument ¶ added in v1.3.0
func (*DeleteDocumentResponse) GetDeleteDocument ¶ added in v1.3.0
func (v *DeleteDocumentResponse) GetDeleteDocument() bool
GetDeleteDocument returns DeleteDocumentResponse.DeleteDocument, and is useful for accessing the field via an interface.
type DeleteMedicalFolderResponse ¶ added in v1.3.2
type DeleteMedicalFolderResponse struct {
DeleteMedicalFolder bool `json:"deleteMedicalFolder"`
}
DeleteMedicalFolderResponse is returned by DeleteMedicalFolder on success.
func DeleteMedicalFolder ¶ added in v1.3.2
func (*DeleteMedicalFolderResponse) GetDeleteMedicalFolder ¶ added in v1.3.2
func (v *DeleteMedicalFolderResponse) GetDeleteMedicalFolder() bool
GetDeleteMedicalFolder returns DeleteMedicalFolderResponse.DeleteMedicalFolder, and is useful for accessing the field via an interface.
type DeleteMedicamentResponse ¶ added in v1.3.2
type DeleteMedicamentResponse struct {
DeleteMedicament bool `json:"deleteMedicament"`
}
DeleteMedicamentResponse is returned by DeleteMedicament on success.
func DeleteMedicament ¶ added in v1.3.2
func (*DeleteMedicamentResponse) GetDeleteMedicament ¶ added in v1.3.2
func (v *DeleteMedicamentResponse) GetDeleteMedicament() bool
GetDeleteMedicament returns DeleteMedicamentResponse.DeleteMedicament, and is useful for accessing the field via an interface.
type DeleteNotificationResponse ¶ added in v1.3.0
type DeleteNotificationResponse struct {
DeleteNotification bool `json:"deleteNotification"`
}
DeleteNotificationResponse is returned by DeleteNotification on success.
func DeleteNotification ¶ added in v1.3.0
func (*DeleteNotificationResponse) GetDeleteNotification ¶ added in v1.3.0
func (v *DeleteNotificationResponse) GetDeleteNotification() bool
GetDeleteNotification returns DeleteNotificationResponse.DeleteNotification, and is useful for accessing the field via an interface.
type DeletePatientResponse ¶ added in v1.3.0
type DeletePatientResponse struct {
DeletePatient bool `json:"deletePatient"`
}
DeletePatientResponse is returned by DeletePatient on success.
func DeletePatient ¶ added in v1.3.0
func (*DeletePatientResponse) GetDeletePatient ¶ added in v1.3.0
func (v *DeletePatientResponse) GetDeletePatient() bool
GetDeletePatient returns DeletePatientResponse.DeletePatient, and is useful for accessing the field via an interface.
type DeleteRdvResponse ¶ added in v1.3.0
type DeleteRdvResponse struct {
DeleteRdv bool `json:"deleteRdv"`
}
DeleteRdvResponse is returned by DeleteRdv on success.
func (*DeleteRdvResponse) GetDeleteRdv ¶ added in v1.3.0
func (v *DeleteRdvResponse) GetDeleteRdv() bool
GetDeleteRdv returns DeleteRdvResponse.DeleteRdv, and is useful for accessing the field via an interface.
type DeleteSessionResponse ¶ added in v1.3.0
type DeleteSessionResponse struct {
DeleteSession bool `json:"deleteSession"`
}
DeleteSessionResponse is returned by DeleteSession on success.
func DeleteSession ¶ added in v1.3.0
func (*DeleteSessionResponse) GetDeleteSession ¶ added in v1.3.0
func (v *DeleteSessionResponse) GetDeleteSession() bool
GetDeleteSession returns DeleteSessionResponse.DeleteSession, and is useful for accessing the field via an interface.
type DeleteSlotResponse ¶ added in v1.3.0
type DeleteSlotResponse struct {
DeleteSlot bool `json:"deleteSlot"`
}
DeleteSlotResponse is returned by DeleteSlot on success.
func DeleteSlot ¶ added in v1.3.0
func (*DeleteSlotResponse) GetDeleteSlot ¶ added in v1.3.0
func (v *DeleteSlotResponse) GetDeleteSlot() bool
GetDeleteSlot returns DeleteSlotResponse.DeleteSlot, and is useful for accessing the field via an interface.
type DeleteSymptomResponse ¶ added in v1.3.0
type DeleteSymptomResponse struct {
DeleteSymptom bool `json:"deleteSymptom"`
}
DeleteSymptomResponse is returned by DeleteSymptom on success.
func DeleteSymptom ¶ added in v1.3.0
func (*DeleteSymptomResponse) GetDeleteSymptom ¶ added in v1.3.0
func (v *DeleteSymptomResponse) GetDeleteSymptom() bool
GetDeleteSymptom returns DeleteSymptomResponse.DeleteSymptom, and is useful for accessing the field via an interface.
type DeleteTestAccountResponse ¶ added in v1.3.0
type DeleteTestAccountResponse struct {
DeleteTestAccount bool `json:"deleteTestAccount"`
}
DeleteTestAccountResponse is returned by DeleteTestAccount on success.
func DeleteTestAccount ¶ added in v1.3.0
func (*DeleteTestAccountResponse) GetDeleteTestAccount ¶ added in v1.3.0
func (v *DeleteTestAccountResponse) GetDeleteTestAccount() bool
GetDeleteTestAccount returns DeleteTestAccountResponse.DeleteTestAccount, and is useful for accessing the field via an interface.
type DeleteTreatmentResponse ¶ added in v1.3.0
type DeleteTreatmentResponse struct {
DeleteTreatment bool `json:"deleteTreatment"`
}
DeleteTreatmentResponse is returned by DeleteTreatment on success.
func DeleteTreatment ¶ added in v1.3.0
func (*DeleteTreatmentResponse) GetDeleteTreatment ¶ added in v1.3.0
func (v *DeleteTreatmentResponse) GetDeleteTreatment() bool
GetDeleteTreatment returns DeleteTreatmentResponse.DeleteTreatment, and is useful for accessing the field via an interface.
type DocumentType ¶ added in v1.3.0
type DocumentType string
const ( DocumentTypeXray DocumentType = "XRAY" DocumentTypePrescription DocumentType = "PRESCRIPTION" DocumentTypeOther DocumentType = "OTHER" DocumentTypeCertificate DocumentType = "CERTIFICATE" )
type GetAdminByEmailGetAdminByEmailAdmin ¶ added in v1.3.0
type GetAdminByEmailGetAdminByEmailAdmin struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Last_name string `json:"last_name"` }
GetAdminByEmailGetAdminByEmailAdmin includes the requested fields of the GraphQL type Admin.
func (*GetAdminByEmailGetAdminByEmailAdmin) GetEmail ¶ added in v1.3.0
func (v *GetAdminByEmailGetAdminByEmailAdmin) GetEmail() string
GetEmail returns GetAdminByEmailGetAdminByEmailAdmin.Email, and is useful for accessing the field via an interface.
func (*GetAdminByEmailGetAdminByEmailAdmin) GetId ¶ added in v1.3.0
func (v *GetAdminByEmailGetAdminByEmailAdmin) GetId() string
GetId returns GetAdminByEmailGetAdminByEmailAdmin.Id, and is useful for accessing the field via an interface.
func (*GetAdminByEmailGetAdminByEmailAdmin) GetLast_name ¶ added in v1.3.0
func (v *GetAdminByEmailGetAdminByEmailAdmin) GetLast_name() string
GetLast_name returns GetAdminByEmailGetAdminByEmailAdmin.Last_name, and is useful for accessing the field via an interface.
func (*GetAdminByEmailGetAdminByEmailAdmin) GetName ¶ added in v1.3.0
func (v *GetAdminByEmailGetAdminByEmailAdmin) GetName() string
GetName returns GetAdminByEmailGetAdminByEmailAdmin.Name, and is useful for accessing the field via an interface.
func (*GetAdminByEmailGetAdminByEmailAdmin) GetPassword ¶ added in v1.3.0
func (v *GetAdminByEmailGetAdminByEmailAdmin) GetPassword() string
GetPassword returns GetAdminByEmailGetAdminByEmailAdmin.Password, and is useful for accessing the field via an interface.
type GetAdminByEmailResponse ¶ added in v1.3.0
type GetAdminByEmailResponse struct {
GetAdminByEmail GetAdminByEmailGetAdminByEmailAdmin `json:"getAdminByEmail"`
}
GetAdminByEmailResponse is returned by GetAdminByEmail on success.
func GetAdminByEmail ¶
func (*GetAdminByEmailResponse) GetGetAdminByEmail ¶ added in v1.3.0
func (v *GetAdminByEmailResponse) GetGetAdminByEmail() GetAdminByEmailGetAdminByEmailAdmin
GetGetAdminByEmail returns GetAdminByEmailResponse.GetAdminByEmail, and is useful for accessing the field via an interface.
type GetAdminByIdGetAdminByIdAdmin ¶ added in v1.3.0
type GetAdminByIdGetAdminByIdAdmin struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Last_name string `json:"last_name"` }
GetAdminByIdGetAdminByIdAdmin includes the requested fields of the GraphQL type Admin.
func (*GetAdminByIdGetAdminByIdAdmin) GetEmail ¶ added in v1.3.0
func (v *GetAdminByIdGetAdminByIdAdmin) GetEmail() string
GetEmail returns GetAdminByIdGetAdminByIdAdmin.Email, and is useful for accessing the field via an interface.
func (*GetAdminByIdGetAdminByIdAdmin) GetId ¶ added in v1.3.0
func (v *GetAdminByIdGetAdminByIdAdmin) GetId() string
GetId returns GetAdminByIdGetAdminByIdAdmin.Id, and is useful for accessing the field via an interface.
func (*GetAdminByIdGetAdminByIdAdmin) GetLast_name ¶ added in v1.3.0
func (v *GetAdminByIdGetAdminByIdAdmin) GetLast_name() string
GetLast_name returns GetAdminByIdGetAdminByIdAdmin.Last_name, and is useful for accessing the field via an interface.
func (*GetAdminByIdGetAdminByIdAdmin) GetName ¶ added in v1.3.0
func (v *GetAdminByIdGetAdminByIdAdmin) GetName() string
GetName returns GetAdminByIdGetAdminByIdAdmin.Name, and is useful for accessing the field via an interface.
func (*GetAdminByIdGetAdminByIdAdmin) GetPassword ¶ added in v1.3.0
func (v *GetAdminByIdGetAdminByIdAdmin) GetPassword() string
GetPassword returns GetAdminByIdGetAdminByIdAdmin.Password, and is useful for accessing the field via an interface.
type GetAdminByIdResponse ¶ added in v1.3.0
type GetAdminByIdResponse struct {
GetAdminById GetAdminByIdGetAdminByIdAdmin `json:"getAdminById"`
}
GetAdminByIdResponse is returned by GetAdminById on success.
func GetAdminById ¶ added in v1.3.0
func (*GetAdminByIdResponse) GetGetAdminById ¶ added in v1.3.0
func (v *GetAdminByIdResponse) GetGetAdminById() GetAdminByIdGetAdminByIdAdmin
GetGetAdminById returns GetAdminByIdResponse.GetAdminById, and is useful for accessing the field via an interface.
type GetAdminsGetAdminsAdmin ¶ added in v1.3.0
type GetAdminsGetAdminsAdmin struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Last_name string `json:"last_name"` }
GetAdminsGetAdminsAdmin includes the requested fields of the GraphQL type Admin.
func (*GetAdminsGetAdminsAdmin) GetEmail ¶ added in v1.3.0
func (v *GetAdminsGetAdminsAdmin) GetEmail() string
GetEmail returns GetAdminsGetAdminsAdmin.Email, and is useful for accessing the field via an interface.
func (*GetAdminsGetAdminsAdmin) GetId ¶ added in v1.3.0
func (v *GetAdminsGetAdminsAdmin) GetId() string
GetId returns GetAdminsGetAdminsAdmin.Id, and is useful for accessing the field via an interface.
func (*GetAdminsGetAdminsAdmin) GetLast_name ¶ added in v1.3.0
func (v *GetAdminsGetAdminsAdmin) GetLast_name() string
GetLast_name returns GetAdminsGetAdminsAdmin.Last_name, and is useful for accessing the field via an interface.
func (*GetAdminsGetAdminsAdmin) GetName ¶ added in v1.3.0
func (v *GetAdminsGetAdminsAdmin) GetName() string
GetName returns GetAdminsGetAdminsAdmin.Name, and is useful for accessing the field via an interface.
func (*GetAdminsGetAdminsAdmin) GetPassword ¶ added in v1.3.0
func (v *GetAdminsGetAdminsAdmin) GetPassword() string
GetPassword returns GetAdminsGetAdminsAdmin.Password, and is useful for accessing the field via an interface.
type GetAdminsResponse ¶ added in v1.3.0
type GetAdminsResponse struct {
GetAdmins []GetAdminsGetAdminsAdmin `json:"getAdmins"`
}
GetAdminsResponse is returned by GetAdmins on success.
func (*GetAdminsResponse) GetGetAdmins ¶ added in v1.3.0
func (v *GetAdminsResponse) GetGetAdmins() []GetAdminsGetAdminsAdmin
GetGetAdmins returns GetAdminsResponse.GetAdmins, and is useful for accessing the field via an interface.
type GetAlertByIdGetAlertByIdAlert ¶ added in v1.3.0
type GetAlertByIdGetAlertByIdAlert struct { Id string `json:"id"` Name string `json:"name"` Sex string `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Symptoms []string `json:"symptoms"` Comment string `json:"comment"` }
GetAlertByIdGetAlertByIdAlert includes the requested fields of the GraphQL type Alert.
func (*GetAlertByIdGetAlertByIdAlert) GetComment ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetComment() string
GetComment returns GetAlertByIdGetAlertByIdAlert.Comment, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetHeight ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetHeight() int
GetHeight returns GetAlertByIdGetAlertByIdAlert.Height, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetId ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetId() string
GetId returns GetAlertByIdGetAlertByIdAlert.Id, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetName ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetName() string
GetName returns GetAlertByIdGetAlertByIdAlert.Name, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetSex ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetSex() string
GetSex returns GetAlertByIdGetAlertByIdAlert.Sex, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetSymptoms ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetSymptoms() []string
GetSymptoms returns GetAlertByIdGetAlertByIdAlert.Symptoms, and is useful for accessing the field via an interface.
func (*GetAlertByIdGetAlertByIdAlert) GetWeight ¶ added in v1.3.0
func (v *GetAlertByIdGetAlertByIdAlert) GetWeight() int
GetWeight returns GetAlertByIdGetAlertByIdAlert.Weight, and is useful for accessing the field via an interface.
type GetAlertByIdResponse ¶ added in v1.3.0
type GetAlertByIdResponse struct {
GetAlertById GetAlertByIdGetAlertByIdAlert `json:"getAlertById"`
}
GetAlertByIdResponse is returned by GetAlertById on success.
func GetAlertById ¶ added in v1.3.0
func (*GetAlertByIdResponse) GetGetAlertById ¶ added in v1.3.0
func (v *GetAlertByIdResponse) GetGetAlertById() GetAlertByIdGetAlertByIdAlert
GetGetAlertById returns GetAlertByIdResponse.GetAlertById, and is useful for accessing the field via an interface.
type GetAlertsGetAlertsAlert ¶ added in v1.3.0
type GetAlertsGetAlertsAlert struct { Id string `json:"id"` Name string `json:"name"` Sex string `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Symptoms []string `json:"symptoms"` Comment string `json:"comment"` }
GetAlertsGetAlertsAlert includes the requested fields of the GraphQL type Alert.
func (*GetAlertsGetAlertsAlert) GetComment ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetComment() string
GetComment returns GetAlertsGetAlertsAlert.Comment, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetHeight ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetHeight() int
GetHeight returns GetAlertsGetAlertsAlert.Height, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetId ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetId() string
GetId returns GetAlertsGetAlertsAlert.Id, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetName ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetName() string
GetName returns GetAlertsGetAlertsAlert.Name, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetSex ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetSex() string
GetSex returns GetAlertsGetAlertsAlert.Sex, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetSymptoms ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetSymptoms() []string
GetSymptoms returns GetAlertsGetAlertsAlert.Symptoms, and is useful for accessing the field via an interface.
func (*GetAlertsGetAlertsAlert) GetWeight ¶ added in v1.3.0
func (v *GetAlertsGetAlertsAlert) GetWeight() int
GetWeight returns GetAlertsGetAlertsAlert.Weight, and is useful for accessing the field via an interface.
type GetAlertsResponse ¶ added in v1.3.0
type GetAlertsResponse struct {
GetAlerts []GetAlertsGetAlertsAlert `json:"getAlerts"`
}
GetAlertsResponse is returned by GetAlerts on success.
func (*GetAlertsResponse) GetGetAlerts ¶ added in v1.3.0
func (v *GetAlertsResponse) GetGetAlerts() []GetAlertsGetAlertsAlert
GetGetAlerts returns GetAlertsResponse.GetAlerts, and is useful for accessing the field via an interface.
type GetAnteChirByIDGetAnteChirByIDAnteChir ¶ added in v1.3.0
type GetAnteChirByIDGetAnteChirByIDAnteChir struct { Id string `json:"id"` Name string `json:"name"` Localisation string `json:"localisation"` Induced_symptoms []string `json:"induced_symptoms"` }
GetAnteChirByIDGetAnteChirByIDAnteChir includes the requested fields of the GraphQL type AnteChir.
func (*GetAnteChirByIDGetAnteChirByIDAnteChir) GetId ¶ added in v1.3.0
func (v *GetAnteChirByIDGetAnteChirByIDAnteChir) GetId() string
GetId returns GetAnteChirByIDGetAnteChirByIDAnteChir.Id, and is useful for accessing the field via an interface.
func (*GetAnteChirByIDGetAnteChirByIDAnteChir) GetInduced_symptoms ¶ added in v1.3.0
func (v *GetAnteChirByIDGetAnteChirByIDAnteChir) GetInduced_symptoms() []string
GetInduced_symptoms returns GetAnteChirByIDGetAnteChirByIDAnteChir.Induced_symptoms, and is useful for accessing the field via an interface.
func (*GetAnteChirByIDGetAnteChirByIDAnteChir) GetLocalisation ¶ added in v1.3.0
func (v *GetAnteChirByIDGetAnteChirByIDAnteChir) GetLocalisation() string
GetLocalisation returns GetAnteChirByIDGetAnteChirByIDAnteChir.Localisation, and is useful for accessing the field via an interface.
func (*GetAnteChirByIDGetAnteChirByIDAnteChir) GetName ¶ added in v1.3.0
func (v *GetAnteChirByIDGetAnteChirByIDAnteChir) GetName() string
GetName returns GetAnteChirByIDGetAnteChirByIDAnteChir.Name, and is useful for accessing the field via an interface.
type GetAnteChirByIDResponse ¶ added in v1.3.0
type GetAnteChirByIDResponse struct {
GetAnteChirByID GetAnteChirByIDGetAnteChirByIDAnteChir `json:"getAnteChirByID"`
}
GetAnteChirByIDResponse is returned by GetAnteChirByID on success.
func GetAnteChirByID ¶ added in v1.3.0
func (*GetAnteChirByIDResponse) GetGetAnteChirByID ¶ added in v1.3.0
func (v *GetAnteChirByIDResponse) GetGetAnteChirByID() GetAnteChirByIDGetAnteChirByIDAnteChir
GetGetAnteChirByID returns GetAnteChirByIDResponse.GetAnteChirByID, and is useful for accessing the field via an interface.
type GetAnteChirsGetAnteChirsAnteChir ¶ added in v1.3.0
type GetAnteChirsGetAnteChirsAnteChir struct { Id string `json:"id"` Name string `json:"name"` Localisation string `json:"localisation"` Induced_symptoms []string `json:"induced_symptoms"` }
GetAnteChirsGetAnteChirsAnteChir includes the requested fields of the GraphQL type AnteChir.
func (*GetAnteChirsGetAnteChirsAnteChir) GetId ¶ added in v1.3.0
func (v *GetAnteChirsGetAnteChirsAnteChir) GetId() string
GetId returns GetAnteChirsGetAnteChirsAnteChir.Id, and is useful for accessing the field via an interface.
func (*GetAnteChirsGetAnteChirsAnteChir) GetInduced_symptoms ¶ added in v1.3.0
func (v *GetAnteChirsGetAnteChirsAnteChir) GetInduced_symptoms() []string
GetInduced_symptoms returns GetAnteChirsGetAnteChirsAnteChir.Induced_symptoms, and is useful for accessing the field via an interface.
func (*GetAnteChirsGetAnteChirsAnteChir) GetLocalisation ¶ added in v1.3.0
func (v *GetAnteChirsGetAnteChirsAnteChir) GetLocalisation() string
GetLocalisation returns GetAnteChirsGetAnteChirsAnteChir.Localisation, and is useful for accessing the field via an interface.
func (*GetAnteChirsGetAnteChirsAnteChir) GetName ¶ added in v1.3.0
func (v *GetAnteChirsGetAnteChirsAnteChir) GetName() string
GetName returns GetAnteChirsGetAnteChirsAnteChir.Name, and is useful for accessing the field via an interface.
type GetAnteChirsResponse ¶ added in v1.3.0
type GetAnteChirsResponse struct {
GetAnteChirs []GetAnteChirsGetAnteChirsAnteChir `json:"getAnteChirs"`
}
GetAnteChirsResponse is returned by GetAnteChirs on success.
func GetAnteChirs ¶ added in v1.3.0
func (*GetAnteChirsResponse) GetGetAnteChirs ¶ added in v1.3.0
func (v *GetAnteChirsResponse) GetGetAnteChirs() []GetAnteChirsGetAnteChirsAnteChir
GetGetAnteChirs returns GetAnteChirsResponse.GetAnteChirs, and is useful for accessing the field via an interface.
type GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease ¶ added in v1.3.0
type GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease struct { Id string `json:"id"` Name string `json:"name"` Chronicity float64 `json:"chronicity"` Chir string `json:"chir"` Treatment []string `json:"treatment"` Symptoms []string `json:"symptoms"` }
GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease includes the requested fields of the GraphQL type AnteDisease.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChir ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChir() string
GetChir returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Chir, and is useful for accessing the field via an interface.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChronicity ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetChronicity() float64
GetChronicity returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Chronicity, and is useful for accessing the field via an interface.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetId ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetId() string
GetId returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Id, and is useful for accessing the field via an interface.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetName ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetName() string
GetName returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Name, and is useful for accessing the field via an interface.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetSymptoms ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetSymptoms() []string
GetSymptoms returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Symptoms, and is useful for accessing the field via an interface.
func (*GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetTreatment ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease) GetTreatment() []string
GetTreatment returns GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease.Treatment, and is useful for accessing the field via an interface.
type GetAnteDiseaseByIDResponse ¶ added in v1.3.0
type GetAnteDiseaseByIDResponse struct {
GetAnteDiseaseByID GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease `json:"getAnteDiseaseByID"`
}
GetAnteDiseaseByIDResponse is returned by GetAnteDiseaseByID on success.
func GetAnteDiseaseByID ¶ added in v1.3.0
func (*GetAnteDiseaseByIDResponse) GetGetAnteDiseaseByID ¶ added in v1.3.0
func (v *GetAnteDiseaseByIDResponse) GetGetAnteDiseaseByID() GetAnteDiseaseByIDGetAnteDiseaseByIDAnteDisease
GetGetAnteDiseaseByID returns GetAnteDiseaseByIDResponse.GetAnteDiseaseByID, and is useful for accessing the field via an interface.
type GetAnteDiseasesGetAnteDiseasesAnteDisease ¶ added in v1.3.0
type GetAnteDiseasesGetAnteDiseasesAnteDisease struct { Id string `json:"id"` Name string `json:"name"` Chronicity float64 `json:"chronicity"` Chir string `json:"chir"` Treatment []string `json:"treatment"` Symptoms []string `json:"symptoms"` }
GetAnteDiseasesGetAnteDiseasesAnteDisease includes the requested fields of the GraphQL type AnteDisease.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChir ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChir() string
GetChir returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Chir, and is useful for accessing the field via an interface.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChronicity ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetChronicity() float64
GetChronicity returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Chronicity, and is useful for accessing the field via an interface.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetId ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetId() string
GetId returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Id, and is useful for accessing the field via an interface.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetName ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetName() string
GetName returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Name, and is useful for accessing the field via an interface.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetSymptoms ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetSymptoms() []string
GetSymptoms returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Symptoms, and is useful for accessing the field via an interface.
func (*GetAnteDiseasesGetAnteDiseasesAnteDisease) GetTreatment ¶ added in v1.3.0
func (v *GetAnteDiseasesGetAnteDiseasesAnteDisease) GetTreatment() []string
GetTreatment returns GetAnteDiseasesGetAnteDiseasesAnteDisease.Treatment, and is useful for accessing the field via an interface.
type GetAnteDiseasesResponse ¶ added in v1.3.0
type GetAnteDiseasesResponse struct {
GetAnteDiseases []GetAnteDiseasesGetAnteDiseasesAnteDisease `json:"getAnteDiseases"`
}
GetAnteDiseasesResponse is returned by GetAnteDiseases on success.
func GetAnteDiseases ¶ added in v1.3.0
func (*GetAnteDiseasesResponse) GetGetAnteDiseases ¶ added in v1.3.0
func (v *GetAnteDiseasesResponse) GetGetAnteDiseases() []GetAnteDiseasesGetAnteDiseasesAnteDisease
GetGetAnteDiseases returns GetAnteDiseasesResponse.GetAnteDiseases, and is useful for accessing the field via an interface.
type GetAnteFamiliesGetAnteFamiliesAnteFamily ¶ added in v1.3.0
type GetAnteFamiliesGetAnteFamiliesAnteFamily struct { Id string `json:"id"` Name string `json:"name"` Disease []string `json:"disease"` }
GetAnteFamiliesGetAnteFamiliesAnteFamily includes the requested fields of the GraphQL type AnteFamily.
func (*GetAnteFamiliesGetAnteFamiliesAnteFamily) GetDisease ¶ added in v1.3.0
func (v *GetAnteFamiliesGetAnteFamiliesAnteFamily) GetDisease() []string
GetDisease returns GetAnteFamiliesGetAnteFamiliesAnteFamily.Disease, and is useful for accessing the field via an interface.
func (*GetAnteFamiliesGetAnteFamiliesAnteFamily) GetId ¶ added in v1.3.0
func (v *GetAnteFamiliesGetAnteFamiliesAnteFamily) GetId() string
GetId returns GetAnteFamiliesGetAnteFamiliesAnteFamily.Id, and is useful for accessing the field via an interface.
func (*GetAnteFamiliesGetAnteFamiliesAnteFamily) GetName ¶ added in v1.3.0
func (v *GetAnteFamiliesGetAnteFamiliesAnteFamily) GetName() string
GetName returns GetAnteFamiliesGetAnteFamiliesAnteFamily.Name, and is useful for accessing the field via an interface.
type GetAnteFamiliesResponse ¶ added in v1.3.0
type GetAnteFamiliesResponse struct {
GetAnteFamilies []GetAnteFamiliesGetAnteFamiliesAnteFamily `json:"getAnteFamilies"`
}
GetAnteFamiliesResponse is returned by GetAnteFamilies on success.
func GetAnteFamilies ¶ added in v1.3.0
func (*GetAnteFamiliesResponse) GetGetAnteFamilies ¶ added in v1.3.0
func (v *GetAnteFamiliesResponse) GetGetAnteFamilies() []GetAnteFamiliesGetAnteFamiliesAnteFamily
GetGetAnteFamilies returns GetAnteFamiliesResponse.GetAnteFamilies, and is useful for accessing the field via an interface.
type GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily ¶ added in v1.3.0
type GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily struct { Id string `json:"id"` Name string `json:"name"` Disease []string `json:"disease"` }
GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily includes the requested fields of the GraphQL type AnteFamily.
func (*GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetDisease ¶ added in v1.3.0
func (v *GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetDisease() []string
GetDisease returns GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily.Disease, and is useful for accessing the field via an interface.
func (*GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetId ¶ added in v1.3.0
func (v *GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetId() string
GetId returns GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily.Id, and is useful for accessing the field via an interface.
func (*GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetName ¶ added in v1.3.0
func (v *GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily) GetName() string
GetName returns GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily.Name, and is useful for accessing the field via an interface.
type GetAnteFamilyByIDResponse ¶ added in v1.3.0
type GetAnteFamilyByIDResponse struct {
GetAnteFamilyByID GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily `json:"getAnteFamilyByID"`
}
GetAnteFamilyByIDResponse is returned by GetAnteFamilyByID on success.
func GetAnteFamilyByID ¶ added in v1.3.0
func (*GetAnteFamilyByIDResponse) GetGetAnteFamilyByID ¶ added in v1.3.0
func (v *GetAnteFamilyByIDResponse) GetGetAnteFamilyByID() GetAnteFamilyByIDGetAnteFamilyByIDAnteFamily
GetGetAnteFamilyByID returns GetAnteFamilyByIDResponse.GetAnteFamilyByID, and is useful for accessing the field via an interface.
type GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount ¶ added in v1.3.0
type GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount includes the requested fields of the GraphQL type DemoAccount.
func (*GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetEmail ¶ added in v1.3.0
func (v *GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetEmail() string
GetEmail returns GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount.Email, and is useful for accessing the field via an interface.
func (*GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetId ¶ added in v1.3.0
func (v *GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetId() string
GetId returns GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount.Id, and is useful for accessing the field via an interface.
func (*GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetPassword ¶ added in v1.3.0
func (v *GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount) GetPassword() string
GetPassword returns GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount.Password, and is useful for accessing the field via an interface.
type GetDemoAccountByEmailResponse ¶ added in v1.3.0
type GetDemoAccountByEmailResponse struct {
GetDemoAccountByEmail GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount `json:"getDemoAccountByEmail"`
}
GetDemoAccountByEmailResponse is returned by GetDemoAccountByEmail on success.
func GetDemoAccountByEmail ¶ added in v1.3.0
func (*GetDemoAccountByEmailResponse) GetGetDemoAccountByEmail ¶ added in v1.3.0
func (v *GetDemoAccountByEmailResponse) GetGetDemoAccountByEmail() GetDemoAccountByEmailGetDemoAccountByEmailDemoAccount
GetGetDemoAccountByEmail returns GetDemoAccountByEmailResponse.GetDemoAccountByEmail, and is useful for accessing the field via an interface.
type GetDemoAccountByIdGetDemoAccountByIdDemoAccount ¶ added in v1.3.0
type GetDemoAccountByIdGetDemoAccountByIdDemoAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetDemoAccountByIdGetDemoAccountByIdDemoAccount includes the requested fields of the GraphQL type DemoAccount.
func (*GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetEmail ¶ added in v1.3.0
func (v *GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetEmail() string
GetEmail returns GetDemoAccountByIdGetDemoAccountByIdDemoAccount.Email, and is useful for accessing the field via an interface.
func (*GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetId ¶ added in v1.3.0
func (v *GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetId() string
GetId returns GetDemoAccountByIdGetDemoAccountByIdDemoAccount.Id, and is useful for accessing the field via an interface.
func (*GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetPassword ¶ added in v1.3.0
func (v *GetDemoAccountByIdGetDemoAccountByIdDemoAccount) GetPassword() string
GetPassword returns GetDemoAccountByIdGetDemoAccountByIdDemoAccount.Password, and is useful for accessing the field via an interface.
type GetDemoAccountByIdResponse ¶ added in v1.3.0
type GetDemoAccountByIdResponse struct {
GetDemoAccountById GetDemoAccountByIdGetDemoAccountByIdDemoAccount `json:"getDemoAccountById"`
}
GetDemoAccountByIdResponse is returned by GetDemoAccountById on success.
func GetDemoAccountById ¶ added in v1.3.0
func (*GetDemoAccountByIdResponse) GetGetDemoAccountById ¶ added in v1.3.0
func (v *GetDemoAccountByIdResponse) GetGetDemoAccountById() GetDemoAccountByIdGetDemoAccountByIdDemoAccount
GetGetDemoAccountById returns GetDemoAccountByIdResponse.GetDemoAccountById, and is useful for accessing the field via an interface.
type GetDemoAccountsGetDemoAccountsDemoAccount ¶ added in v1.3.0
type GetDemoAccountsGetDemoAccountsDemoAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetDemoAccountsGetDemoAccountsDemoAccount includes the requested fields of the GraphQL type DemoAccount.
func (*GetDemoAccountsGetDemoAccountsDemoAccount) GetEmail ¶ added in v1.3.0
func (v *GetDemoAccountsGetDemoAccountsDemoAccount) GetEmail() string
GetEmail returns GetDemoAccountsGetDemoAccountsDemoAccount.Email, and is useful for accessing the field via an interface.
func (*GetDemoAccountsGetDemoAccountsDemoAccount) GetId ¶ added in v1.3.0
func (v *GetDemoAccountsGetDemoAccountsDemoAccount) GetId() string
GetId returns GetDemoAccountsGetDemoAccountsDemoAccount.Id, and is useful for accessing the field via an interface.
func (*GetDemoAccountsGetDemoAccountsDemoAccount) GetPassword ¶ added in v1.3.0
func (v *GetDemoAccountsGetDemoAccountsDemoAccount) GetPassword() string
GetPassword returns GetDemoAccountsGetDemoAccountsDemoAccount.Password, and is useful for accessing the field via an interface.
type GetDemoAccountsResponse ¶ added in v1.3.0
type GetDemoAccountsResponse struct {
GetDemoAccounts []GetDemoAccountsGetDemoAccountsDemoAccount `json:"getDemoAccounts"`
}
GetDemoAccountsResponse is returned by GetDemoAccounts on success.
func GetDemoAccounts ¶ added in v1.3.0
func (*GetDemoAccountsResponse) GetGetDemoAccounts ¶ added in v1.3.0
func (v *GetDemoAccountsResponse) GetGetDemoAccounts() []GetDemoAccountsGetDemoAccountsDemoAccount
GetGetDemoAccounts returns GetDemoAccountsResponse.GetDemoAccounts, and is useful for accessing the field via an interface.
type GetDiseaseByIdGetDiseaseByIdDisease ¶ added in v1.3.0
type GetDiseaseByIdGetDiseaseByIdDisease struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Symptoms []string `json:"symptoms"` Symptoms_acute []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight `json:"symptoms_acute"` Symptoms_subacute []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight `json:"symptoms_subacute"` Symptoms_chronic []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight `json:"symptoms_chronic"` Advice string `json:"advice"` }
GetDiseaseByIdGetDiseaseByIdDisease includes the requested fields of the GraphQL type Disease.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetAdvice ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetAdvice() string
GetAdvice returns GetDiseaseByIdGetDiseaseByIdDisease.Advice, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetCode ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetCode() string
GetCode returns GetDiseaseByIdGetDiseaseByIdDisease.Code, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetId ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetId() string
GetId returns GetDiseaseByIdGetDiseaseByIdDisease.Id, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetName ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetName() string
GetName returns GetDiseaseByIdGetDiseaseByIdDisease.Name, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms() []string
GetSymptoms returns GetDiseaseByIdGetDiseaseByIdDisease.Symptoms, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_acute ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_acute() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight
GetSymptoms_acute returns GetDiseaseByIdGetDiseaseByIdDisease.Symptoms_acute, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_chronic ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_chronic() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight
GetSymptoms_chronic returns GetDiseaseByIdGetDiseaseByIdDisease.Symptoms_chronic, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_subacute ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDisease) GetSymptoms_subacute() []GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight
GetSymptoms_subacute returns GetDiseaseByIdGetDiseaseByIdDisease.Symptoms_subacute, and is useful for accessing the field via an interface.
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight ¶ added in v1.3.0
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight) GetKey() string
GetKey returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight) GetValue() float64
GetValue returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_acuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight ¶ added in v1.3.0
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight) GetKey() string
GetKey returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight) GetValue() float64
GetValue returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_chronicSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight ¶ added in v1.3.0
type GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight) GetKey() string
GetKey returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight) GetValue() float64
GetValue returns GetDiseaseByIdGetDiseaseByIdDiseaseSymptoms_subacuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseaseByIdResponse ¶ added in v1.3.0
type GetDiseaseByIdResponse struct {
GetDiseaseById GetDiseaseByIdGetDiseaseByIdDisease `json:"getDiseaseById"`
}
GetDiseaseByIdResponse is returned by GetDiseaseById on success.
func GetDiseaseById ¶ added in v1.3.0
func (*GetDiseaseByIdResponse) GetGetDiseaseById ¶ added in v1.3.0
func (v *GetDiseaseByIdResponse) GetGetDiseaseById() GetDiseaseByIdGetDiseaseByIdDisease
GetGetDiseaseById returns GetDiseaseByIdResponse.GetDiseaseById, and is useful for accessing the field via an interface.
type GetDiseasesGetDiseasesDisease ¶ added in v1.3.0
type GetDiseasesGetDiseasesDisease struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Symptoms []string `json:"symptoms"` Symptoms_acute []GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight `json:"symptoms_acute"` Symptoms_subacute []GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight `json:"symptoms_subacute"` Symptoms_chronic []GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight `json:"symptoms_chronic"` Advice string `json:"advice"` }
GetDiseasesGetDiseasesDisease includes the requested fields of the GraphQL type Disease.
func (*GetDiseasesGetDiseasesDisease) GetAdvice ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetAdvice() string
GetAdvice returns GetDiseasesGetDiseasesDisease.Advice, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetCode ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetCode() string
GetCode returns GetDiseasesGetDiseasesDisease.Code, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetId ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetId() string
GetId returns GetDiseasesGetDiseasesDisease.Id, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetName ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetName() string
GetName returns GetDiseasesGetDiseasesDisease.Name, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetSymptoms ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetSymptoms() []string
GetSymptoms returns GetDiseasesGetDiseasesDisease.Symptoms, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetSymptoms_acute ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_acute() []GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight
GetSymptoms_acute returns GetDiseasesGetDiseasesDisease.Symptoms_acute, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetSymptoms_chronic ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_chronic() []GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight
GetSymptoms_chronic returns GetDiseasesGetDiseasesDisease.Symptoms_chronic, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDisease) GetSymptoms_subacute ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDisease) GetSymptoms_subacute() []GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight
GetSymptoms_subacute returns GetDiseasesGetDiseasesDisease.Symptoms_subacute, and is useful for accessing the field via an interface.
type GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight ¶ added in v1.3.0
type GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight) GetKey() string
GetKey returns GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight) GetValue() float64
GetValue returns GetDiseasesGetDiseasesDiseaseSymptoms_acuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight ¶ added in v1.3.0
type GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight) GetKey() string
GetKey returns GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight) GetValue() float64
GetValue returns GetDiseasesGetDiseasesDiseaseSymptoms_chronicSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight ¶ added in v1.3.0
type GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight) GetKey() string
GetKey returns GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight) GetValue() float64
GetValue returns GetDiseasesGetDiseasesDiseaseSymptoms_subacuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type GetDiseasesResponse ¶ added in v1.3.0
type GetDiseasesResponse struct {
GetDiseases []GetDiseasesGetDiseasesDisease `json:"getDiseases"`
}
GetDiseasesResponse is returned by GetDiseases on success.
func GetDiseases ¶ added in v1.3.0
func (*GetDiseasesResponse) GetGetDiseases ¶ added in v1.3.0
func (v *GetDiseasesResponse) GetGetDiseases() []GetDiseasesGetDiseasesDisease
GetGetDiseases returns GetDiseasesResponse.GetDiseases, and is useful for accessing the field via an interface.
type GetDoctorByEmailGetDoctorByEmailDoctor ¶ added in v1.3.0
type GetDoctorByEmailGetDoctorByEmailDoctor struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Firstname string `json:"firstname"` Address GetDoctorByEmailGetDoctorByEmailDoctorAddress `json:"address"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Patient_ids []string `json:"patient_ids"` }
GetDoctorByEmailGetDoctorByEmailDoctor includes the requested fields of the GraphQL type Doctor.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetAddress ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetAddress() GetDoctorByEmailGetDoctorByEmailDoctorAddress
GetAddress returns GetDoctorByEmailGetDoctorByEmailDoctor.Address, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetEmail ¶ added in v1.3.0
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetEmail() string
GetEmail returns GetDoctorByEmailGetDoctorByEmailDoctor.Email, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetFirstname ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetFirstname() string
GetFirstname returns GetDoctorByEmailGetDoctorByEmailDoctor.Firstname, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetId ¶ added in v1.3.0
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetId() string
GetId returns GetDoctorByEmailGetDoctorByEmailDoctor.Id, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetName ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetName() string
GetName returns GetDoctorByEmailGetDoctorByEmailDoctor.Name, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetPassword ¶ added in v1.3.0
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetPassword() string
GetPassword returns GetDoctorByEmailGetDoctorByEmailDoctor.Password, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetPatient_ids ¶ added in v1.3.0
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetPatient_ids() []string
GetPatient_ids returns GetDoctorByEmailGetDoctorByEmailDoctor.Patient_ids, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctor) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetDoctorByEmailGetDoctorByEmailDoctor) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetDoctorByEmailGetDoctorByEmailDoctor.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetDoctorByEmailGetDoctorByEmailDoctorAddress ¶ added in v1.3.2
type GetDoctorByEmailGetDoctorByEmailDoctorAddress struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
GetDoctorByEmailGetDoctorByEmailDoctorAddress includes the requested fields of the GraphQL type Address.
func (*GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetCountry ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetCountry() string
GetCountry returns GetDoctorByEmailGetDoctorByEmailDoctorAddress.Country, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetStreet ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetStreet() string
GetStreet returns GetDoctorByEmailGetDoctorByEmailDoctorAddress.Street, and is useful for accessing the field via an interface.
func (*GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetZip_code ¶ added in v1.3.2
func (v *GetDoctorByEmailGetDoctorByEmailDoctorAddress) GetZip_code() string
GetZip_code returns GetDoctorByEmailGetDoctorByEmailDoctorAddress.Zip_code, and is useful for accessing the field via an interface.
type GetDoctorByEmailResponse ¶ added in v1.3.0
type GetDoctorByEmailResponse struct {
GetDoctorByEmail GetDoctorByEmailGetDoctorByEmailDoctor `json:"getDoctorByEmail"`
}
GetDoctorByEmailResponse is returned by GetDoctorByEmail on success.
func GetDoctorByEmail ¶
func (*GetDoctorByEmailResponse) GetGetDoctorByEmail ¶ added in v1.3.0
func (v *GetDoctorByEmailResponse) GetGetDoctorByEmail() GetDoctorByEmailGetDoctorByEmailDoctor
GetGetDoctorByEmail returns GetDoctorByEmailResponse.GetDoctorByEmail, and is useful for accessing the field via an interface.
type GetDoctorByIdGetDoctorByIdDoctor ¶ added in v1.3.0
type GetDoctorByIdGetDoctorByIdDoctor struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Firstname string `json:"firstname"` Address GetDoctorByIdGetDoctorByIdDoctorAddress `json:"address"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Patient_ids []string `json:"patient_ids"` }
GetDoctorByIdGetDoctorByIdDoctor includes the requested fields of the GraphQL type Doctor.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetAddress ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetAddress() GetDoctorByIdGetDoctorByIdDoctorAddress
GetAddress returns GetDoctorByIdGetDoctorByIdDoctor.Address, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetEmail ¶ added in v1.3.0
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetEmail() string
GetEmail returns GetDoctorByIdGetDoctorByIdDoctor.Email, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetFirstname ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetFirstname() string
GetFirstname returns GetDoctorByIdGetDoctorByIdDoctor.Firstname, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetId ¶ added in v1.3.0
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetId() string
GetId returns GetDoctorByIdGetDoctorByIdDoctor.Id, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetName ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetName() string
GetName returns GetDoctorByIdGetDoctorByIdDoctor.Name, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetPassword ¶ added in v1.3.0
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetPassword() string
GetPassword returns GetDoctorByIdGetDoctorByIdDoctor.Password, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetPatient_ids ¶ added in v1.3.0
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetPatient_ids() []string
GetPatient_ids returns GetDoctorByIdGetDoctorByIdDoctor.Patient_ids, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctor) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetDoctorByIdGetDoctorByIdDoctor) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetDoctorByIdGetDoctorByIdDoctor.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetDoctorByIdGetDoctorByIdDoctorAddress ¶ added in v1.3.2
type GetDoctorByIdGetDoctorByIdDoctorAddress struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
GetDoctorByIdGetDoctorByIdDoctorAddress includes the requested fields of the GraphQL type Address.
func (*GetDoctorByIdGetDoctorByIdDoctorAddress) GetCountry ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctorAddress) GetCountry() string
GetCountry returns GetDoctorByIdGetDoctorByIdDoctorAddress.Country, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctorAddress) GetStreet ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctorAddress) GetStreet() string
GetStreet returns GetDoctorByIdGetDoctorByIdDoctorAddress.Street, and is useful for accessing the field via an interface.
func (*GetDoctorByIdGetDoctorByIdDoctorAddress) GetZip_code ¶ added in v1.3.2
func (v *GetDoctorByIdGetDoctorByIdDoctorAddress) GetZip_code() string
GetZip_code returns GetDoctorByIdGetDoctorByIdDoctorAddress.Zip_code, and is useful for accessing the field via an interface.
type GetDoctorByIdResponse ¶ added in v1.3.0
type GetDoctorByIdResponse struct {
GetDoctorById GetDoctorByIdGetDoctorByIdDoctor `json:"getDoctorById"`
}
GetDoctorByIdResponse is returned by GetDoctorById on success.
func GetDoctorById ¶
func (*GetDoctorByIdResponse) GetGetDoctorById ¶ added in v1.3.0
func (v *GetDoctorByIdResponse) GetGetDoctorById() GetDoctorByIdGetDoctorByIdDoctor
GetGetDoctorById returns GetDoctorByIdResponse.GetDoctorById, and is useful for accessing the field via an interface.
type GetDoctorRdvGetDoctorRdv ¶ added in v1.3.0
type GetDoctorRdvGetDoctorRdv struct { Id string `json:"id"` Doctor_id string `json:"doctor_id"` Id_patient string `json:"id_patient"` Start_date int `json:"start_date"` End_date int `json:"end_date"` Cancelation_reason string `json:"cancelation_reason"` }
GetDoctorRdvGetDoctorRdv includes the requested fields of the GraphQL type Rdv.
func (*GetDoctorRdvGetDoctorRdv) GetCancelation_reason ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetCancelation_reason() string
GetCancelation_reason returns GetDoctorRdvGetDoctorRdv.Cancelation_reason, and is useful for accessing the field via an interface.
func (*GetDoctorRdvGetDoctorRdv) GetDoctor_id ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetDoctor_id() string
GetDoctor_id returns GetDoctorRdvGetDoctorRdv.Doctor_id, and is useful for accessing the field via an interface.
func (*GetDoctorRdvGetDoctorRdv) GetEnd_date ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetEnd_date() int
GetEnd_date returns GetDoctorRdvGetDoctorRdv.End_date, and is useful for accessing the field via an interface.
func (*GetDoctorRdvGetDoctorRdv) GetId ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetId() string
GetId returns GetDoctorRdvGetDoctorRdv.Id, and is useful for accessing the field via an interface.
func (*GetDoctorRdvGetDoctorRdv) GetId_patient ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetId_patient() string
GetId_patient returns GetDoctorRdvGetDoctorRdv.Id_patient, and is useful for accessing the field via an interface.
func (*GetDoctorRdvGetDoctorRdv) GetStart_date ¶ added in v1.3.0
func (v *GetDoctorRdvGetDoctorRdv) GetStart_date() int
GetStart_date returns GetDoctorRdvGetDoctorRdv.Start_date, and is useful for accessing the field via an interface.
type GetDoctorRdvResponse ¶ added in v1.3.0
type GetDoctorRdvResponse struct {
GetDoctorRdv []GetDoctorRdvGetDoctorRdv `json:"getDoctorRdv"`
}
GetDoctorRdvResponse is returned by GetDoctorRdv on success.
func GetDoctorRdv ¶ added in v1.3.0
func (*GetDoctorRdvResponse) GetGetDoctorRdv ¶ added in v1.3.0
func (v *GetDoctorRdvResponse) GetGetDoctorRdv() []GetDoctorRdvGetDoctorRdv
GetGetDoctorRdv returns GetDoctorRdvResponse.GetDoctorRdv, and is useful for accessing the field via an interface.
type GetDoctorsGetDoctorsDoctor ¶ added in v1.3.0
type GetDoctorsGetDoctorsDoctor struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Firstname string `json:"firstname"` Address GetDoctorsGetDoctorsDoctorAddress `json:"address"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Patient_ids []string `json:"patient_ids"` }
GetDoctorsGetDoctorsDoctor includes the requested fields of the GraphQL type Doctor.
func (*GetDoctorsGetDoctorsDoctor) GetAddress ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctor) GetAddress() GetDoctorsGetDoctorsDoctorAddress
GetAddress returns GetDoctorsGetDoctorsDoctor.Address, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetEmail ¶ added in v1.3.0
func (v *GetDoctorsGetDoctorsDoctor) GetEmail() string
GetEmail returns GetDoctorsGetDoctorsDoctor.Email, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetFirstname ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctor) GetFirstname() string
GetFirstname returns GetDoctorsGetDoctorsDoctor.Firstname, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetId ¶ added in v1.3.0
func (v *GetDoctorsGetDoctorsDoctor) GetId() string
GetId returns GetDoctorsGetDoctorsDoctor.Id, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetName ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctor) GetName() string
GetName returns GetDoctorsGetDoctorsDoctor.Name, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetPassword ¶ added in v1.3.0
func (v *GetDoctorsGetDoctorsDoctor) GetPassword() string
GetPassword returns GetDoctorsGetDoctorsDoctor.Password, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetPatient_ids ¶ added in v1.3.0
func (v *GetDoctorsGetDoctorsDoctor) GetPatient_ids() []string
GetPatient_ids returns GetDoctorsGetDoctorsDoctor.Patient_ids, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctor) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetDoctorsGetDoctorsDoctor) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetDoctorsGetDoctorsDoctor.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetDoctorsGetDoctorsDoctorAddress ¶ added in v1.3.2
type GetDoctorsGetDoctorsDoctorAddress struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
GetDoctorsGetDoctorsDoctorAddress includes the requested fields of the GraphQL type Address.
func (*GetDoctorsGetDoctorsDoctorAddress) GetCountry ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctorAddress) GetCountry() string
GetCountry returns GetDoctorsGetDoctorsDoctorAddress.Country, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctorAddress) GetStreet ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctorAddress) GetStreet() string
GetStreet returns GetDoctorsGetDoctorsDoctorAddress.Street, and is useful for accessing the field via an interface.
func (*GetDoctorsGetDoctorsDoctorAddress) GetZip_code ¶ added in v1.3.2
func (v *GetDoctorsGetDoctorsDoctorAddress) GetZip_code() string
GetZip_code returns GetDoctorsGetDoctorsDoctorAddress.Zip_code, and is useful for accessing the field via an interface.
type GetDoctorsResponse ¶ added in v1.3.0
type GetDoctorsResponse struct {
GetDoctors []GetDoctorsGetDoctorsDoctor `json:"getDoctors"`
}
GetDoctorsResponse is returned by GetDoctors on success.
func GetDoctors ¶ added in v1.3.0
func (*GetDoctorsResponse) GetGetDoctors ¶ added in v1.3.0
func (v *GetDoctorsResponse) GetGetDoctors() []GetDoctorsGetDoctorsDoctor
GetGetDoctors returns GetDoctorsResponse.GetDoctors, and is useful for accessing the field via an interface.
type GetDocumentByIdGetDocumentByIdDocument ¶ added in v1.3.0
type GetDocumentByIdGetDocumentByIdDocument struct { Id string `json:"id"` Owner_id string `json:"owner_id"` Name string `json:"name"` Document_type DocumentType `json:"document_type"` Category Category `json:"category"` Is_favorite bool `json:"is_favorite"` Download_url string `json:"download_url"` }
GetDocumentByIdGetDocumentByIdDocument includes the requested fields of the GraphQL type Document.
func (*GetDocumentByIdGetDocumentByIdDocument) GetCategory ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetCategory() Category
GetCategory returns GetDocumentByIdGetDocumentByIdDocument.Category, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetDocument_type ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetDocument_type() DocumentType
GetDocument_type returns GetDocumentByIdGetDocumentByIdDocument.Document_type, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetDownload_url ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetDownload_url() string
GetDownload_url returns GetDocumentByIdGetDocumentByIdDocument.Download_url, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetId ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetId() string
GetId returns GetDocumentByIdGetDocumentByIdDocument.Id, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetIs_favorite ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetIs_favorite() bool
GetIs_favorite returns GetDocumentByIdGetDocumentByIdDocument.Is_favorite, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetName ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetName() string
GetName returns GetDocumentByIdGetDocumentByIdDocument.Name, and is useful for accessing the field via an interface.
func (*GetDocumentByIdGetDocumentByIdDocument) GetOwner_id ¶ added in v1.3.0
func (v *GetDocumentByIdGetDocumentByIdDocument) GetOwner_id() string
GetOwner_id returns GetDocumentByIdGetDocumentByIdDocument.Owner_id, and is useful for accessing the field via an interface.
type GetDocumentByIdResponse ¶ added in v1.3.0
type GetDocumentByIdResponse struct {
GetDocumentById GetDocumentByIdGetDocumentByIdDocument `json:"getDocumentById"`
}
GetDocumentByIdResponse is returned by GetDocumentById on success.
func GetDocumentById ¶ added in v1.3.0
func (*GetDocumentByIdResponse) GetGetDocumentById ¶ added in v1.3.0
func (v *GetDocumentByIdResponse) GetGetDocumentById() GetDocumentByIdGetDocumentByIdDocument
GetGetDocumentById returns GetDocumentByIdResponse.GetDocumentById, and is useful for accessing the field via an interface.
type GetDocumentsGetDocumentsDocument ¶ added in v1.3.0
type GetDocumentsGetDocumentsDocument struct { Id string `json:"id"` Owner_id string `json:"owner_id"` Name string `json:"name"` Document_type DocumentType `json:"document_type"` Category Category `json:"category"` Is_favorite bool `json:"is_favorite"` Download_url string `json:"download_url"` }
GetDocumentsGetDocumentsDocument includes the requested fields of the GraphQL type Document.
func (*GetDocumentsGetDocumentsDocument) GetCategory ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetCategory() Category
GetCategory returns GetDocumentsGetDocumentsDocument.Category, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetDocument_type ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetDocument_type() DocumentType
GetDocument_type returns GetDocumentsGetDocumentsDocument.Document_type, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetDownload_url ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetDownload_url() string
GetDownload_url returns GetDocumentsGetDocumentsDocument.Download_url, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetId ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetId() string
GetId returns GetDocumentsGetDocumentsDocument.Id, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetIs_favorite ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetIs_favorite() bool
GetIs_favorite returns GetDocumentsGetDocumentsDocument.Is_favorite, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetName ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetName() string
GetName returns GetDocumentsGetDocumentsDocument.Name, and is useful for accessing the field via an interface.
func (*GetDocumentsGetDocumentsDocument) GetOwner_id ¶ added in v1.3.0
func (v *GetDocumentsGetDocumentsDocument) GetOwner_id() string
GetOwner_id returns GetDocumentsGetDocumentsDocument.Owner_id, and is useful for accessing the field via an interface.
type GetDocumentsResponse ¶ added in v1.3.0
type GetDocumentsResponse struct {
GetDocuments []GetDocumentsGetDocumentsDocument `json:"getDocuments"`
}
GetDocumentsResponse is returned by GetDocuments on success.
func GetDocuments ¶ added in v1.3.0
func (*GetDocumentsResponse) GetGetDocuments ¶ added in v1.3.0
func (v *GetDocumentsResponse) GetGetDocuments() []GetDocumentsGetDocumentsDocument
GetGetDocuments returns GetDocumentsResponse.GetDocuments, and is useful for accessing the field via an interface.
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo ¶ added in v1.3.2
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo struct { Id string `json:"id"` Name string `json:"name"` Firstname string `json:"firstname"` Birthdate int `json:"birthdate"` Sex Sex `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Primary_doctor_id string `json:"primary_doctor_id"` Medical_antecedents []GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents `json:"medical_antecedents"` Onboarding_status OnboardingStatus `json:"onboarding_status"` }
GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo includes the requested fields of the GraphQL type MedicalInfo.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetBirthdate ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetBirthdate() int
GetBirthdate returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Birthdate, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetFirstname ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetFirstname() string
GetFirstname returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Firstname, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetHeight ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetHeight() int
GetHeight returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Height, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetId ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetId() string
GetId returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Id, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetMedical_antecedents ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetMedical_antecedents() []GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents
GetMedical_antecedents returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Medical_antecedents, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetName ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetName() string
GetName returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Name, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetOnboarding_status ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetOnboarding_status() OnboardingStatus
GetOnboarding_status returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Onboarding_status, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetPrimary_doctor_id ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetPrimary_doctor_id() string
GetPrimary_doctor_id returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Primary_doctor_id, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetSex ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetSex() Sex
GetSex returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Sex, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetWeight ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo) GetWeight() int
GetWeight returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo.Weight, and is useful for accessing the field via an interface.
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents ¶ added in v1.3.2
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents struct { Name string `json:"name"` Medicines []GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines `json:"medicines"` Still_relevant bool `json:"still_relevant"` }
GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents includes the requested fields of the GraphQL type MedicalAntecedents.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() []GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
GetMedicines returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents.Medicines, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetName ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
GetName returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents.Name, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
GetStill_relevant returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedents.Still_relevant, and is useful for accessing the field via an interface.
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines ¶ added in v1.3.2
type GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines struct { Period []Period `json:"period"` Day []Day `json:"day"` Quantity int `json:"quantity"` }
GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines includes the requested fields of the GraphQL type Medicines.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
GetDay returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Day, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
GetPeriod returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Period, and is useful for accessing the field via an interface.
func (*GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity ¶ added in v1.3.2
func (v *GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
GetQuantity returns GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Quantity, and is useful for accessing the field via an interface.
type GetMedicalFolderByIDResponse ¶ added in v1.3.2
type GetMedicalFolderByIDResponse struct {
GetMedicalFolderById GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo `json:"getMedicalFolderById"`
}
GetMedicalFolderByIDResponse is returned by GetMedicalFolderByID on success.
func GetMedicalFolderByID ¶ added in v1.3.2
func (*GetMedicalFolderByIDResponse) GetGetMedicalFolderById ¶ added in v1.3.2
func (v *GetMedicalFolderByIDResponse) GetGetMedicalFolderById() GetMedicalFolderByIDGetMedicalFolderByIdMedicalInfo
GetGetMedicalFolderById returns GetMedicalFolderByIDResponse.GetMedicalFolderById, and is useful for accessing the field via an interface.
type GetMedicalFolderGetMedicalFolderMedicalInfo ¶ added in v1.3.2
type GetMedicalFolderGetMedicalFolderMedicalInfo struct { Id string `json:"id"` Name string `json:"name"` Firstname string `json:"firstname"` Birthdate int `json:"birthdate"` Sex Sex `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Primary_doctor_id string `json:"primary_doctor_id"` Medical_antecedents []GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents `json:"medical_antecedents"` Onboarding_status OnboardingStatus `json:"onboarding_status"` }
GetMedicalFolderGetMedicalFolderMedicalInfo includes the requested fields of the GraphQL type MedicalInfo.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetBirthdate ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetBirthdate() int
GetBirthdate returns GetMedicalFolderGetMedicalFolderMedicalInfo.Birthdate, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetFirstname ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetFirstname() string
GetFirstname returns GetMedicalFolderGetMedicalFolderMedicalInfo.Firstname, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetHeight ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetHeight() int
GetHeight returns GetMedicalFolderGetMedicalFolderMedicalInfo.Height, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetId ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetId() string
GetId returns GetMedicalFolderGetMedicalFolderMedicalInfo.Id, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetMedical_antecedents ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetMedical_antecedents() []GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
GetMedical_antecedents returns GetMedicalFolderGetMedicalFolderMedicalInfo.Medical_antecedents, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetName ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetName() string
GetName returns GetMedicalFolderGetMedicalFolderMedicalInfo.Name, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetOnboarding_status ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
GetOnboarding_status returns GetMedicalFolderGetMedicalFolderMedicalInfo.Onboarding_status, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetPrimary_doctor_id ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
GetPrimary_doctor_id returns GetMedicalFolderGetMedicalFolderMedicalInfo.Primary_doctor_id, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetSex ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetSex() Sex
GetSex returns GetMedicalFolderGetMedicalFolderMedicalInfo.Sex, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfo) GetWeight ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfo) GetWeight() int
GetWeight returns GetMedicalFolderGetMedicalFolderMedicalInfo.Weight, and is useful for accessing the field via an interface.
type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents ¶ added in v1.3.2
type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents struct { Name string `json:"name"` Medicines []GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines `json:"medicines"` Still_relevant bool `json:"still_relevant"` }
GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents includes the requested fields of the GraphQL type MedicalAntecedents.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() []GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
GetMedicines returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Medicines, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
GetName returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Name, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
GetStill_relevant returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Still_relevant, and is useful for accessing the field via an interface.
type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines ¶ added in v1.3.2
type GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines struct { Period []Period `json:"period"` Day []Day `json:"day"` Quantity int `json:"quantity"` }
GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines includes the requested fields of the GraphQL type Medicines.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
GetDay returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Day, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
GetPeriod returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Period, and is useful for accessing the field via an interface.
func (*GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity ¶ added in v1.3.2
func (v *GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
GetQuantity returns GetMedicalFolderGetMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Quantity, and is useful for accessing the field via an interface.
type GetMedicalFolderResponse ¶ added in v1.3.2
type GetMedicalFolderResponse struct {
GetMedicalFolder []GetMedicalFolderGetMedicalFolderMedicalInfo `json:"getMedicalFolder"`
}
GetMedicalFolderResponse is returned by GetMedicalFolder on success.
func GetMedicalFolder ¶ added in v1.3.2
func (*GetMedicalFolderResponse) GetGetMedicalFolder ¶ added in v1.3.2
func (v *GetMedicalFolderResponse) GetGetMedicalFolder() []GetMedicalFolderGetMedicalFolderMedicalInfo
GetGetMedicalFolder returns GetMedicalFolderResponse.GetMedicalFolder, and is useful for accessing the field via an interface.
type GetMedicamentByIDGetMedicamentByIDMedicament ¶ added in v1.3.2
type GetMedicamentByIDGetMedicamentByIDMedicament struct { Id string `json:"id"` Name string `json:"name"` Unit Unit `json:"unit"` Target_diseases []string `json:"target_diseases"` Treated_symptoms []string `json:"treated_symptoms"` Side_effects []string `json:"side_effects"` }
GetMedicamentByIDGetMedicamentByIDMedicament includes the requested fields of the GraphQL type Medicament.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetId ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetId() string
GetId returns GetMedicamentByIDGetMedicamentByIDMedicament.Id, and is useful for accessing the field via an interface.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetName ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetName() string
GetName returns GetMedicamentByIDGetMedicamentByIDMedicament.Name, and is useful for accessing the field via an interface.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetSide_effects ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetSide_effects() []string
GetSide_effects returns GetMedicamentByIDGetMedicamentByIDMedicament.Side_effects, and is useful for accessing the field via an interface.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetTarget_diseases ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetTarget_diseases() []string
GetTarget_diseases returns GetMedicamentByIDGetMedicamentByIDMedicament.Target_diseases, and is useful for accessing the field via an interface.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetTreated_symptoms ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetTreated_symptoms() []string
GetTreated_symptoms returns GetMedicamentByIDGetMedicamentByIDMedicament.Treated_symptoms, and is useful for accessing the field via an interface.
func (*GetMedicamentByIDGetMedicamentByIDMedicament) GetUnit ¶ added in v1.3.2
func (v *GetMedicamentByIDGetMedicamentByIDMedicament) GetUnit() Unit
GetUnit returns GetMedicamentByIDGetMedicamentByIDMedicament.Unit, and is useful for accessing the field via an interface.
type GetMedicamentByIDResponse ¶ added in v1.3.2
type GetMedicamentByIDResponse struct {
GetMedicamentByID GetMedicamentByIDGetMedicamentByIDMedicament `json:"getMedicamentByID"`
}
GetMedicamentByIDResponse is returned by GetMedicamentByID on success.
func GetMedicamentByID ¶ added in v1.3.2
func (*GetMedicamentByIDResponse) GetGetMedicamentByID ¶ added in v1.3.2
func (v *GetMedicamentByIDResponse) GetGetMedicamentByID() GetMedicamentByIDGetMedicamentByIDMedicament
GetGetMedicamentByID returns GetMedicamentByIDResponse.GetMedicamentByID, and is useful for accessing the field via an interface.
type GetMedicamentsGetMedicamentsMedicament ¶ added in v1.3.2
type GetMedicamentsGetMedicamentsMedicament struct { Id string `json:"id"` Name string `json:"name"` Unit Unit `json:"unit"` Target_diseases []string `json:"target_diseases"` Treated_symptoms []string `json:"treated_symptoms"` Side_effects []string `json:"side_effects"` }
GetMedicamentsGetMedicamentsMedicament includes the requested fields of the GraphQL type Medicament.
func (*GetMedicamentsGetMedicamentsMedicament) GetId ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetId() string
GetId returns GetMedicamentsGetMedicamentsMedicament.Id, and is useful for accessing the field via an interface.
func (*GetMedicamentsGetMedicamentsMedicament) GetName ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetName() string
GetName returns GetMedicamentsGetMedicamentsMedicament.Name, and is useful for accessing the field via an interface.
func (*GetMedicamentsGetMedicamentsMedicament) GetSide_effects ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetSide_effects() []string
GetSide_effects returns GetMedicamentsGetMedicamentsMedicament.Side_effects, and is useful for accessing the field via an interface.
func (*GetMedicamentsGetMedicamentsMedicament) GetTarget_diseases ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetTarget_diseases() []string
GetTarget_diseases returns GetMedicamentsGetMedicamentsMedicament.Target_diseases, and is useful for accessing the field via an interface.
func (*GetMedicamentsGetMedicamentsMedicament) GetTreated_symptoms ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetTreated_symptoms() []string
GetTreated_symptoms returns GetMedicamentsGetMedicamentsMedicament.Treated_symptoms, and is useful for accessing the field via an interface.
func (*GetMedicamentsGetMedicamentsMedicament) GetUnit ¶ added in v1.3.2
func (v *GetMedicamentsGetMedicamentsMedicament) GetUnit() Unit
GetUnit returns GetMedicamentsGetMedicamentsMedicament.Unit, and is useful for accessing the field via an interface.
type GetMedicamentsResponse ¶ added in v1.3.2
type GetMedicamentsResponse struct {
GetMedicaments []GetMedicamentsGetMedicamentsMedicament `json:"getMedicaments"`
}
GetMedicamentsResponse is returned by GetMedicaments on success.
func GetMedicaments ¶ added in v1.3.2
func (*GetMedicamentsResponse) GetGetMedicaments ¶ added in v1.3.2
func (v *GetMedicamentsResponse) GetGetMedicaments() []GetMedicamentsGetMedicamentsMedicament
GetGetMedicaments returns GetMedicamentsResponse.GetMedicaments, and is useful for accessing the field via an interface.
type GetNotificationByIdGetNotificationByIdNotification ¶ added in v1.3.0
type GetNotificationByIdGetNotificationByIdNotification struct { Id string `json:"id"` Token string `json:"token"` Title string `json:"title"` Message string `json:"message"` }
GetNotificationByIdGetNotificationByIdNotification includes the requested fields of the GraphQL type Notification.
func (*GetNotificationByIdGetNotificationByIdNotification) GetId ¶ added in v1.3.0
func (v *GetNotificationByIdGetNotificationByIdNotification) GetId() string
GetId returns GetNotificationByIdGetNotificationByIdNotification.Id, and is useful for accessing the field via an interface.
func (*GetNotificationByIdGetNotificationByIdNotification) GetMessage ¶ added in v1.3.0
func (v *GetNotificationByIdGetNotificationByIdNotification) GetMessage() string
GetMessage returns GetNotificationByIdGetNotificationByIdNotification.Message, and is useful for accessing the field via an interface.
func (*GetNotificationByIdGetNotificationByIdNotification) GetTitle ¶ added in v1.3.0
func (v *GetNotificationByIdGetNotificationByIdNotification) GetTitle() string
GetTitle returns GetNotificationByIdGetNotificationByIdNotification.Title, and is useful for accessing the field via an interface.
func (*GetNotificationByIdGetNotificationByIdNotification) GetToken ¶ added in v1.3.0
func (v *GetNotificationByIdGetNotificationByIdNotification) GetToken() string
GetToken returns GetNotificationByIdGetNotificationByIdNotification.Token, and is useful for accessing the field via an interface.
type GetNotificationByIdResponse ¶ added in v1.3.0
type GetNotificationByIdResponse struct {
GetNotificationById GetNotificationByIdGetNotificationByIdNotification `json:"getNotificationById"`
}
GetNotificationByIdResponse is returned by GetNotificationById on success.
func GetNotificationById ¶ added in v1.3.0
func (*GetNotificationByIdResponse) GetGetNotificationById ¶ added in v1.3.0
func (v *GetNotificationByIdResponse) GetGetNotificationById() GetNotificationByIdGetNotificationByIdNotification
GetGetNotificationById returns GetNotificationByIdResponse.GetNotificationById, and is useful for accessing the field via an interface.
type GetNotificationsGetNotificationsNotification ¶ added in v1.3.0
type GetNotificationsGetNotificationsNotification struct { Id string `json:"id"` Token string `json:"token"` Title string `json:"title"` Message string `json:"message"` }
GetNotificationsGetNotificationsNotification includes the requested fields of the GraphQL type Notification.
func (*GetNotificationsGetNotificationsNotification) GetId ¶ added in v1.3.0
func (v *GetNotificationsGetNotificationsNotification) GetId() string
GetId returns GetNotificationsGetNotificationsNotification.Id, and is useful for accessing the field via an interface.
func (*GetNotificationsGetNotificationsNotification) GetMessage ¶ added in v1.3.0
func (v *GetNotificationsGetNotificationsNotification) GetMessage() string
GetMessage returns GetNotificationsGetNotificationsNotification.Message, and is useful for accessing the field via an interface.
func (*GetNotificationsGetNotificationsNotification) GetTitle ¶ added in v1.3.0
func (v *GetNotificationsGetNotificationsNotification) GetTitle() string
GetTitle returns GetNotificationsGetNotificationsNotification.Title, and is useful for accessing the field via an interface.
func (*GetNotificationsGetNotificationsNotification) GetToken ¶ added in v1.3.0
func (v *GetNotificationsGetNotificationsNotification) GetToken() string
GetToken returns GetNotificationsGetNotificationsNotification.Token, and is useful for accessing the field via an interface.
type GetNotificationsResponse ¶ added in v1.3.0
type GetNotificationsResponse struct {
GetNotifications []GetNotificationsGetNotificationsNotification `json:"getNotifications"`
}
GetNotificationsResponse is returned by GetNotifications on success.
func GetNotifications ¶ added in v1.3.0
func (*GetNotificationsResponse) GetGetNotifications ¶ added in v1.3.0
func (v *GetNotificationsResponse) GetGetNotifications() []GetNotificationsGetNotificationsNotification
GetGetNotifications returns GetNotificationsResponse.GetNotifications, and is useful for accessing the field via an interface.
type GetPatientByEmailGetPatientByEmailPatient ¶ added in v1.3.0
type GetPatientByEmailGetPatientByEmailPatient struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Medical_info_id string `json:"medical_info_id"` Document_ids []string `json:"document_ids"` }
GetPatientByEmailGetPatientByEmailPatient includes the requested fields of the GraphQL type Patient.
func (*GetPatientByEmailGetPatientByEmailPatient) GetDocument_ids ¶ added in v1.3.0
func (v *GetPatientByEmailGetPatientByEmailPatient) GetDocument_ids() []string
GetDocument_ids returns GetPatientByEmailGetPatientByEmailPatient.Document_ids, and is useful for accessing the field via an interface.
func (*GetPatientByEmailGetPatientByEmailPatient) GetEmail ¶ added in v1.3.0
func (v *GetPatientByEmailGetPatientByEmailPatient) GetEmail() string
GetEmail returns GetPatientByEmailGetPatientByEmailPatient.Email, and is useful for accessing the field via an interface.
func (*GetPatientByEmailGetPatientByEmailPatient) GetId ¶ added in v1.3.0
func (v *GetPatientByEmailGetPatientByEmailPatient) GetId() string
GetId returns GetPatientByEmailGetPatientByEmailPatient.Id, and is useful for accessing the field via an interface.
func (*GetPatientByEmailGetPatientByEmailPatient) GetMedical_info_id ¶ added in v1.3.2
func (v *GetPatientByEmailGetPatientByEmailPatient) GetMedical_info_id() string
GetMedical_info_id returns GetPatientByEmailGetPatientByEmailPatient.Medical_info_id, and is useful for accessing the field via an interface.
func (*GetPatientByEmailGetPatientByEmailPatient) GetPassword ¶ added in v1.3.0
func (v *GetPatientByEmailGetPatientByEmailPatient) GetPassword() string
GetPassword returns GetPatientByEmailGetPatientByEmailPatient.Password, and is useful for accessing the field via an interface.
func (*GetPatientByEmailGetPatientByEmailPatient) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetPatientByEmailGetPatientByEmailPatient) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetPatientByEmailGetPatientByEmailPatient.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetPatientByEmailResponse ¶ added in v1.3.0
type GetPatientByEmailResponse struct {
GetPatientByEmail GetPatientByEmailGetPatientByEmailPatient `json:"getPatientByEmail"`
}
GetPatientByEmailResponse is returned by GetPatientByEmail on success.
func GetPatientByEmail ¶
func (*GetPatientByEmailResponse) GetGetPatientByEmail ¶ added in v1.3.0
func (v *GetPatientByEmailResponse) GetGetPatientByEmail() GetPatientByEmailGetPatientByEmailPatient
GetGetPatientByEmail returns GetPatientByEmailResponse.GetPatientByEmail, and is useful for accessing the field via an interface.
type GetPatientByIdGetPatientByIdPatient ¶ added in v1.3.0
type GetPatientByIdGetPatientByIdPatient struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Medical_info_id string `json:"medical_info_id"` Document_ids []string `json:"document_ids"` }
GetPatientByIdGetPatientByIdPatient includes the requested fields of the GraphQL type Patient.
func (*GetPatientByIdGetPatientByIdPatient) GetDocument_ids ¶ added in v1.3.0
func (v *GetPatientByIdGetPatientByIdPatient) GetDocument_ids() []string
GetDocument_ids returns GetPatientByIdGetPatientByIdPatient.Document_ids, and is useful for accessing the field via an interface.
func (*GetPatientByIdGetPatientByIdPatient) GetEmail ¶ added in v1.3.0
func (v *GetPatientByIdGetPatientByIdPatient) GetEmail() string
GetEmail returns GetPatientByIdGetPatientByIdPatient.Email, and is useful for accessing the field via an interface.
func (*GetPatientByIdGetPatientByIdPatient) GetId ¶ added in v1.3.0
func (v *GetPatientByIdGetPatientByIdPatient) GetId() string
GetId returns GetPatientByIdGetPatientByIdPatient.Id, and is useful for accessing the field via an interface.
func (*GetPatientByIdGetPatientByIdPatient) GetMedical_info_id ¶ added in v1.3.2
func (v *GetPatientByIdGetPatientByIdPatient) GetMedical_info_id() string
GetMedical_info_id returns GetPatientByIdGetPatientByIdPatient.Medical_info_id, and is useful for accessing the field via an interface.
func (*GetPatientByIdGetPatientByIdPatient) GetPassword ¶ added in v1.3.0
func (v *GetPatientByIdGetPatientByIdPatient) GetPassword() string
GetPassword returns GetPatientByIdGetPatientByIdPatient.Password, and is useful for accessing the field via an interface.
func (*GetPatientByIdGetPatientByIdPatient) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetPatientByIdGetPatientByIdPatient) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetPatientByIdGetPatientByIdPatient.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetPatientByIdResponse ¶ added in v1.3.0
type GetPatientByIdResponse struct {
GetPatientById GetPatientByIdGetPatientByIdPatient `json:"getPatientById"`
}
GetPatientByIdResponse is returned by GetPatientById on success.
func GetPatientById ¶
func (*GetPatientByIdResponse) GetGetPatientById ¶ added in v1.3.0
func (v *GetPatientByIdResponse) GetGetPatientById() GetPatientByIdGetPatientByIdPatient
GetGetPatientById returns GetPatientByIdResponse.GetPatientById, and is useful for accessing the field via an interface.
type GetPatientDocumentGetPatientDocument ¶ added in v1.3.0
type GetPatientDocumentGetPatientDocument struct { Id string `json:"id"` Owner_id string `json:"owner_id"` Name string `json:"name"` Document_type DocumentType `json:"document_type"` Category Category `json:"category"` Is_favorite bool `json:"is_favorite"` Download_url string `json:"download_url"` }
GetPatientDocumentGetPatientDocument includes the requested fields of the GraphQL type Document.
func (*GetPatientDocumentGetPatientDocument) GetCategory ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetCategory() Category
GetCategory returns GetPatientDocumentGetPatientDocument.Category, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetDocument_type ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetDocument_type() DocumentType
GetDocument_type returns GetPatientDocumentGetPatientDocument.Document_type, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetDownload_url ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetDownload_url() string
GetDownload_url returns GetPatientDocumentGetPatientDocument.Download_url, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetId ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetId() string
GetId returns GetPatientDocumentGetPatientDocument.Id, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetIs_favorite ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetIs_favorite() bool
GetIs_favorite returns GetPatientDocumentGetPatientDocument.Is_favorite, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetName ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetName() string
GetName returns GetPatientDocumentGetPatientDocument.Name, and is useful for accessing the field via an interface.
func (*GetPatientDocumentGetPatientDocument) GetOwner_id ¶ added in v1.3.0
func (v *GetPatientDocumentGetPatientDocument) GetOwner_id() string
GetOwner_id returns GetPatientDocumentGetPatientDocument.Owner_id, and is useful for accessing the field via an interface.
type GetPatientDocumentResponse ¶ added in v1.3.0
type GetPatientDocumentResponse struct {
GetPatientDocument []GetPatientDocumentGetPatientDocument `json:"getPatientDocument"`
}
GetPatientDocumentResponse is returned by GetPatientDocument on success.
func GetPatientDocument ¶ added in v1.3.0
func (*GetPatientDocumentResponse) GetGetPatientDocument ¶ added in v1.3.0
func (v *GetPatientDocumentResponse) GetGetPatientDocument() []GetPatientDocumentGetPatientDocument
GetGetPatientDocument returns GetPatientDocumentResponse.GetPatientDocument, and is useful for accessing the field via an interface.
type GetPatientRdvGetPatientRdv ¶ added in v1.3.0
type GetPatientRdvGetPatientRdv struct { Id string `json:"id"` Doctor_id string `json:"doctor_id"` Id_patient string `json:"id_patient"` Start_date int `json:"start_date"` End_date int `json:"end_date"` Cancelation_reason string `json:"cancelation_reason"` }
GetPatientRdvGetPatientRdv includes the requested fields of the GraphQL type Rdv.
func (*GetPatientRdvGetPatientRdv) GetCancelation_reason ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetCancelation_reason() string
GetCancelation_reason returns GetPatientRdvGetPatientRdv.Cancelation_reason, and is useful for accessing the field via an interface.
func (*GetPatientRdvGetPatientRdv) GetDoctor_id ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetDoctor_id() string
GetDoctor_id returns GetPatientRdvGetPatientRdv.Doctor_id, and is useful for accessing the field via an interface.
func (*GetPatientRdvGetPatientRdv) GetEnd_date ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetEnd_date() int
GetEnd_date returns GetPatientRdvGetPatientRdv.End_date, and is useful for accessing the field via an interface.
func (*GetPatientRdvGetPatientRdv) GetId ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetId() string
GetId returns GetPatientRdvGetPatientRdv.Id, and is useful for accessing the field via an interface.
func (*GetPatientRdvGetPatientRdv) GetId_patient ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetId_patient() string
GetId_patient returns GetPatientRdvGetPatientRdv.Id_patient, and is useful for accessing the field via an interface.
func (*GetPatientRdvGetPatientRdv) GetStart_date ¶ added in v1.3.0
func (v *GetPatientRdvGetPatientRdv) GetStart_date() int
GetStart_date returns GetPatientRdvGetPatientRdv.Start_date, and is useful for accessing the field via an interface.
type GetPatientRdvResponse ¶ added in v1.3.0
type GetPatientRdvResponse struct {
GetPatientRdv []GetPatientRdvGetPatientRdv `json:"getPatientRdv"`
}
GetPatientRdvResponse is returned by GetPatientRdv on success.
func GetPatientRdv ¶ added in v1.3.0
func (*GetPatientRdvResponse) GetGetPatientRdv ¶ added in v1.3.0
func (v *GetPatientRdvResponse) GetGetPatientRdv() []GetPatientRdvGetPatientRdv
GetGetPatientRdv returns GetPatientRdvResponse.GetPatientRdv, and is useful for accessing the field via an interface.
type GetPatientsGetPatientsPatient ¶ added in v1.3.0
type GetPatientsGetPatientsPatient struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Medical_info_id string `json:"medical_info_id"` Document_ids []string `json:"document_ids"` }
GetPatientsGetPatientsPatient includes the requested fields of the GraphQL type Patient.
func (*GetPatientsGetPatientsPatient) GetDocument_ids ¶ added in v1.3.0
func (v *GetPatientsGetPatientsPatient) GetDocument_ids() []string
GetDocument_ids returns GetPatientsGetPatientsPatient.Document_ids, and is useful for accessing the field via an interface.
func (*GetPatientsGetPatientsPatient) GetEmail ¶ added in v1.3.0
func (v *GetPatientsGetPatientsPatient) GetEmail() string
GetEmail returns GetPatientsGetPatientsPatient.Email, and is useful for accessing the field via an interface.
func (*GetPatientsGetPatientsPatient) GetId ¶ added in v1.3.0
func (v *GetPatientsGetPatientsPatient) GetId() string
GetId returns GetPatientsGetPatientsPatient.Id, and is useful for accessing the field via an interface.
func (*GetPatientsGetPatientsPatient) GetMedical_info_id ¶ added in v1.3.2
func (v *GetPatientsGetPatientsPatient) GetMedical_info_id() string
GetMedical_info_id returns GetPatientsGetPatientsPatient.Medical_info_id, and is useful for accessing the field via an interface.
func (*GetPatientsGetPatientsPatient) GetPassword ¶ added in v1.3.0
func (v *GetPatientsGetPatientsPatient) GetPassword() string
GetPassword returns GetPatientsGetPatientsPatient.Password, and is useful for accessing the field via an interface.
func (*GetPatientsGetPatientsPatient) GetRendez_vous_ids ¶ added in v1.3.0
func (v *GetPatientsGetPatientsPatient) GetRendez_vous_ids() []string
GetRendez_vous_ids returns GetPatientsGetPatientsPatient.Rendez_vous_ids, and is useful for accessing the field via an interface.
type GetPatientsResponse ¶ added in v1.3.0
type GetPatientsResponse struct {
GetPatients []GetPatientsGetPatientsPatient `json:"getPatients"`
}
GetPatientsResponse is returned by GetPatients on success.
func GetPatients ¶ added in v1.3.0
func (*GetPatientsResponse) GetGetPatients ¶ added in v1.3.0
func (v *GetPatientsResponse) GetGetPatients() []GetPatientsGetPatientsPatient
GetGetPatients returns GetPatientsResponse.GetPatients, and is useful for accessing the field via an interface.
type GetRdvByIdGetRdvByIdRdv ¶ added in v1.3.0
type GetRdvByIdGetRdvByIdRdv struct { Id string `json:"id"` Doctor_id string `json:"doctor_id"` Id_patient string `json:"id_patient"` Start_date int `json:"start_date"` End_date int `json:"end_date"` Cancelation_reason string `json:"cancelation_reason"` }
GetRdvByIdGetRdvByIdRdv includes the requested fields of the GraphQL type Rdv.
func (*GetRdvByIdGetRdvByIdRdv) GetCancelation_reason ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetCancelation_reason() string
GetCancelation_reason returns GetRdvByIdGetRdvByIdRdv.Cancelation_reason, and is useful for accessing the field via an interface.
func (*GetRdvByIdGetRdvByIdRdv) GetDoctor_id ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetDoctor_id() string
GetDoctor_id returns GetRdvByIdGetRdvByIdRdv.Doctor_id, and is useful for accessing the field via an interface.
func (*GetRdvByIdGetRdvByIdRdv) GetEnd_date ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetEnd_date() int
GetEnd_date returns GetRdvByIdGetRdvByIdRdv.End_date, and is useful for accessing the field via an interface.
func (*GetRdvByIdGetRdvByIdRdv) GetId ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetId() string
GetId returns GetRdvByIdGetRdvByIdRdv.Id, and is useful for accessing the field via an interface.
func (*GetRdvByIdGetRdvByIdRdv) GetId_patient ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetId_patient() string
GetId_patient returns GetRdvByIdGetRdvByIdRdv.Id_patient, and is useful for accessing the field via an interface.
func (*GetRdvByIdGetRdvByIdRdv) GetStart_date ¶ added in v1.3.0
func (v *GetRdvByIdGetRdvByIdRdv) GetStart_date() int
GetStart_date returns GetRdvByIdGetRdvByIdRdv.Start_date, and is useful for accessing the field via an interface.
type GetRdvByIdResponse ¶ added in v1.3.0
type GetRdvByIdResponse struct {
GetRdvById GetRdvByIdGetRdvByIdRdv `json:"getRdvById"`
}
GetRdvByIdResponse is returned by GetRdvById on success.
func GetRdvById ¶ added in v1.1.0
func (*GetRdvByIdResponse) GetGetRdvById ¶ added in v1.3.0
func (v *GetRdvByIdResponse) GetGetRdvById() GetRdvByIdGetRdvByIdRdv
GetGetRdvById returns GetRdvByIdResponse.GetRdvById, and is useful for accessing the field via an interface.
type GetSessionByIdGetSessionByIdSession ¶ added in v1.3.0
type GetSessionByIdGetSessionByIdSession struct { Id string `json:"id"` Symptoms []GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom `json:"symptoms"` Age int `json:"age"` Height int `json:"height"` Weight int `json:"weight"` Sex string `json:"sex"` Ante_chirs []string `json:"ante_chirs"` Ante_diseases []string `json:"ante_diseases"` Treatments []string `json:"treatments"` Last_question string `json:"last_question"` Logs []GetSessionByIdGetSessionByIdSessionLogs `json:"logs"` Alerts []string `json:"alerts"` }
GetSessionByIdGetSessionByIdSession includes the requested fields of the GraphQL type Session.
func (*GetSessionByIdGetSessionByIdSession) GetAge ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetAge() int
GetAge returns GetSessionByIdGetSessionByIdSession.Age, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetAlerts ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetAlerts() []string
GetAlerts returns GetSessionByIdGetSessionByIdSession.Alerts, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetAnte_chirs ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSession) GetAnte_chirs() []string
GetAnte_chirs returns GetSessionByIdGetSessionByIdSession.Ante_chirs, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetAnte_diseases ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSession) GetAnte_diseases() []string
GetAnte_diseases returns GetSessionByIdGetSessionByIdSession.Ante_diseases, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetHeight ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetHeight() int
GetHeight returns GetSessionByIdGetSessionByIdSession.Height, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetId ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetId() string
GetId returns GetSessionByIdGetSessionByIdSession.Id, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetLast_question ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetLast_question() string
GetLast_question returns GetSessionByIdGetSessionByIdSession.Last_question, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetLogs ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetLogs() []GetSessionByIdGetSessionByIdSessionLogs
GetLogs returns GetSessionByIdGetSessionByIdSession.Logs, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetSex ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetSex() string
GetSex returns GetSessionByIdGetSessionByIdSession.Sex, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetSymptoms ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetSymptoms() []GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom
GetSymptoms returns GetSessionByIdGetSessionByIdSession.Symptoms, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetTreatments ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSession) GetTreatments() []string
GetTreatments returns GetSessionByIdGetSessionByIdSession.Treatments, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSession) GetWeight ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSession) GetWeight() int
GetWeight returns GetSessionByIdGetSessionByIdSession.Weight, and is useful for accessing the field via an interface.
type GetSessionByIdGetSessionByIdSessionLogs ¶ added in v1.3.0
type GetSessionByIdGetSessionByIdSessionLogs struct { Question string `json:"question"` Answer string `json:"answer"` }
GetSessionByIdGetSessionByIdSessionLogs includes the requested fields of the GraphQL type Logs.
func (*GetSessionByIdGetSessionByIdSessionLogs) GetAnswer ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSessionLogs) GetAnswer() string
GetAnswer returns GetSessionByIdGetSessionByIdSessionLogs.Answer, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSessionLogs) GetQuestion ¶ added in v1.3.0
func (v *GetSessionByIdGetSessionByIdSessionLogs) GetQuestion() string
GetQuestion returns GetSessionByIdGetSessionByIdSessionLogs.Question, and is useful for accessing the field via an interface.
type GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom ¶ added in v1.3.4
type GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom struct { Name string `json:"name"` Presence bool `json:"presence"` Duration int `json:"duration"` }
GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom includes the requested fields of the GraphQL type SessionSymptom.
func (*GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetDuration ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetDuration() int
GetDuration returns GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom.Duration, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetName ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetName() string
GetName returns GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom.Name, and is useful for accessing the field via an interface.
func (*GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetPresence ¶ added in v1.3.4
func (v *GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom) GetPresence() bool
GetPresence returns GetSessionByIdGetSessionByIdSessionSymptomsSessionSymptom.Presence, and is useful for accessing the field via an interface.
type GetSessionByIdResponse ¶ added in v1.3.0
type GetSessionByIdResponse struct {
GetSessionById GetSessionByIdGetSessionByIdSession `json:"getSessionById"`
}
GetSessionByIdResponse is returned by GetSessionById on success.
func GetSessionById ¶ added in v1.0.0
func (*GetSessionByIdResponse) GetGetSessionById ¶ added in v1.3.0
func (v *GetSessionByIdResponse) GetGetSessionById() GetSessionByIdGetSessionByIdSession
GetGetSessionById returns GetSessionByIdResponse.GetSessionById, and is useful for accessing the field via an interface.
type GetSessionsGetSessionsSession ¶ added in v1.3.0
type GetSessionsGetSessionsSession struct { Id string `json:"id"` Symptoms []GetSessionsGetSessionsSessionSymptomsSessionSymptom `json:"symptoms"` Age int `json:"age"` Height int `json:"height"` Weight int `json:"weight"` Sex string `json:"sex"` Ante_chirs []string `json:"ante_chirs"` Ante_diseases []string `json:"ante_diseases"` Treatments []string `json:"treatments"` Last_question string `json:"last_question"` Logs []GetSessionsGetSessionsSessionLogs `json:"logs"` Alerts []string `json:"alerts"` }
GetSessionsGetSessionsSession includes the requested fields of the GraphQL type Session.
func (*GetSessionsGetSessionsSession) GetAge ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetAge() int
GetAge returns GetSessionsGetSessionsSession.Age, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetAlerts ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetAlerts() []string
GetAlerts returns GetSessionsGetSessionsSession.Alerts, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetAnte_chirs ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSession) GetAnte_chirs() []string
GetAnte_chirs returns GetSessionsGetSessionsSession.Ante_chirs, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetAnte_diseases ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSession) GetAnte_diseases() []string
GetAnte_diseases returns GetSessionsGetSessionsSession.Ante_diseases, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetHeight ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetHeight() int
GetHeight returns GetSessionsGetSessionsSession.Height, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetId ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetId() string
GetId returns GetSessionsGetSessionsSession.Id, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetLast_question ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetLast_question() string
GetLast_question returns GetSessionsGetSessionsSession.Last_question, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetLogs ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetLogs() []GetSessionsGetSessionsSessionLogs
GetLogs returns GetSessionsGetSessionsSession.Logs, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetSex ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetSex() string
GetSex returns GetSessionsGetSessionsSession.Sex, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetSymptoms ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetSymptoms() []GetSessionsGetSessionsSessionSymptomsSessionSymptom
GetSymptoms returns GetSessionsGetSessionsSession.Symptoms, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetTreatments ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSession) GetTreatments() []string
GetTreatments returns GetSessionsGetSessionsSession.Treatments, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSession) GetWeight ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSession) GetWeight() int
GetWeight returns GetSessionsGetSessionsSession.Weight, and is useful for accessing the field via an interface.
type GetSessionsGetSessionsSessionLogs ¶ added in v1.3.0
type GetSessionsGetSessionsSessionLogs struct { Question string `json:"question"` Answer string `json:"answer"` }
GetSessionsGetSessionsSessionLogs includes the requested fields of the GraphQL type Logs.
func (*GetSessionsGetSessionsSessionLogs) GetAnswer ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSessionLogs) GetAnswer() string
GetAnswer returns GetSessionsGetSessionsSessionLogs.Answer, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSessionLogs) GetQuestion ¶ added in v1.3.0
func (v *GetSessionsGetSessionsSessionLogs) GetQuestion() string
GetQuestion returns GetSessionsGetSessionsSessionLogs.Question, and is useful for accessing the field via an interface.
type GetSessionsGetSessionsSessionSymptomsSessionSymptom ¶ added in v1.3.4
type GetSessionsGetSessionsSessionSymptomsSessionSymptom struct { Name string `json:"name"` Presence bool `json:"presence"` Duration int `json:"duration"` }
GetSessionsGetSessionsSessionSymptomsSessionSymptom includes the requested fields of the GraphQL type SessionSymptom.
func (*GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetDuration ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetDuration() int
GetDuration returns GetSessionsGetSessionsSessionSymptomsSessionSymptom.Duration, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetName ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetName() string
GetName returns GetSessionsGetSessionsSessionSymptomsSessionSymptom.Name, and is useful for accessing the field via an interface.
func (*GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetPresence ¶ added in v1.3.4
func (v *GetSessionsGetSessionsSessionSymptomsSessionSymptom) GetPresence() bool
GetPresence returns GetSessionsGetSessionsSessionSymptomsSessionSymptom.Presence, and is useful for accessing the field via an interface.
type GetSessionsResponse ¶ added in v1.3.0
type GetSessionsResponse struct {
GetSessions []GetSessionsGetSessionsSession `json:"getSessions"`
}
GetSessionsResponse is returned by GetSessions on success.
func GetSessions ¶ added in v1.3.0
func (*GetSessionsResponse) GetGetSessions ¶ added in v1.3.0
func (v *GetSessionsResponse) GetGetSessions() []GetSessionsGetSessionsSession
GetGetSessions returns GetSessionsResponse.GetSessions, and is useful for accessing the field via an interface.
type GetSymptomByIdGetSymptomByIdSymptom ¶ added in v1.3.0
type GetSymptomByIdGetSymptomByIdSymptom struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Location string `json:"location"` Duration int `json:"duration"` Acute int `json:"acute"` Subacute int `json:"subacute"` Chronic int `json:"chronic"` Symptom []string `json:"symptom"` Advice string `json:"advice"` Question string `json:"question"` }
GetSymptomByIdGetSymptomByIdSymptom includes the requested fields of the GraphQL type Symptom.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetAcute ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetAcute() int
GetAcute returns GetSymptomByIdGetSymptomByIdSymptom.Acute, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetAdvice ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetAdvice() string
GetAdvice returns GetSymptomByIdGetSymptomByIdSymptom.Advice, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetChronic ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetChronic() int
GetChronic returns GetSymptomByIdGetSymptomByIdSymptom.Chronic, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetCode ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetCode() string
GetCode returns GetSymptomByIdGetSymptomByIdSymptom.Code, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetDuration ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetDuration() int
GetDuration returns GetSymptomByIdGetSymptomByIdSymptom.Duration, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetId ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetId() string
GetId returns GetSymptomByIdGetSymptomByIdSymptom.Id, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetLocation ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetLocation() string
GetLocation returns GetSymptomByIdGetSymptomByIdSymptom.Location, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetName ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetName() string
GetName returns GetSymptomByIdGetSymptomByIdSymptom.Name, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetQuestion ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetQuestion() string
GetQuestion returns GetSymptomByIdGetSymptomByIdSymptom.Question, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetSubacute ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetSubacute() int
GetSubacute returns GetSymptomByIdGetSymptomByIdSymptom.Subacute, and is useful for accessing the field via an interface.
func (*GetSymptomByIdGetSymptomByIdSymptom) GetSymptom ¶ added in v1.3.0
func (v *GetSymptomByIdGetSymptomByIdSymptom) GetSymptom() []string
GetSymptom returns GetSymptomByIdGetSymptomByIdSymptom.Symptom, and is useful for accessing the field via an interface.
type GetSymptomByIdResponse ¶ added in v1.3.0
type GetSymptomByIdResponse struct {
GetSymptomById GetSymptomByIdGetSymptomByIdSymptom `json:"getSymptomById"`
}
GetSymptomByIdResponse is returned by GetSymptomById on success.
func GetSymptomById ¶ added in v1.3.0
func (*GetSymptomByIdResponse) GetGetSymptomById ¶ added in v1.3.0
func (v *GetSymptomByIdResponse) GetGetSymptomById() GetSymptomByIdGetSymptomByIdSymptom
GetGetSymptomById returns GetSymptomByIdResponse.GetSymptomById, and is useful for accessing the field via an interface.
type GetSymptomsGetSymptomsSymptom ¶ added in v1.3.0
type GetSymptomsGetSymptomsSymptom struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Location string `json:"location"` Duration int `json:"duration"` Acute int `json:"acute"` Subacute int `json:"subacute"` Chronic int `json:"chronic"` Symptom []string `json:"symptom"` Advice string `json:"advice"` Question string `json:"question"` }
GetSymptomsGetSymptomsSymptom includes the requested fields of the GraphQL type Symptom.
func (*GetSymptomsGetSymptomsSymptom) GetAcute ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetAcute() int
GetAcute returns GetSymptomsGetSymptomsSymptom.Acute, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetAdvice ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetAdvice() string
GetAdvice returns GetSymptomsGetSymptomsSymptom.Advice, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetChronic ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetChronic() int
GetChronic returns GetSymptomsGetSymptomsSymptom.Chronic, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetCode ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetCode() string
GetCode returns GetSymptomsGetSymptomsSymptom.Code, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetDuration ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetDuration() int
GetDuration returns GetSymptomsGetSymptomsSymptom.Duration, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetId ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetId() string
GetId returns GetSymptomsGetSymptomsSymptom.Id, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetLocation ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetLocation() string
GetLocation returns GetSymptomsGetSymptomsSymptom.Location, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetName ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetName() string
GetName returns GetSymptomsGetSymptomsSymptom.Name, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetQuestion ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetQuestion() string
GetQuestion returns GetSymptomsGetSymptomsSymptom.Question, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetSubacute ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetSubacute() int
GetSubacute returns GetSymptomsGetSymptomsSymptom.Subacute, and is useful for accessing the field via an interface.
func (*GetSymptomsGetSymptomsSymptom) GetSymptom ¶ added in v1.3.0
func (v *GetSymptomsGetSymptomsSymptom) GetSymptom() []string
GetSymptom returns GetSymptomsGetSymptomsSymptom.Symptom, and is useful for accessing the field via an interface.
type GetSymptomsResponse ¶ added in v1.3.0
type GetSymptomsResponse struct {
GetSymptoms []GetSymptomsGetSymptomsSymptom `json:"getSymptoms"`
}
GetSymptomsResponse is returned by GetSymptoms on success.
func GetSymptoms ¶ added in v1.3.0
func (*GetSymptomsResponse) GetGetSymptoms ¶ added in v1.3.0
func (v *GetSymptomsResponse) GetGetSymptoms() []GetSymptomsGetSymptomsSymptom
GetGetSymptoms returns GetSymptomsResponse.GetSymptoms, and is useful for accessing the field via an interface.
type GetTestAccountByEmailGetTestAccountByEmailTestAccount ¶ added in v1.3.0
type GetTestAccountByEmailGetTestAccountByEmailTestAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetTestAccountByEmailGetTestAccountByEmailTestAccount includes the requested fields of the GraphQL type TestAccount.
func (*GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetEmail ¶ added in v1.3.0
func (v *GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetEmail() string
GetEmail returns GetTestAccountByEmailGetTestAccountByEmailTestAccount.Email, and is useful for accessing the field via an interface.
func (*GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetId ¶ added in v1.3.0
func (v *GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetId() string
GetId returns GetTestAccountByEmailGetTestAccountByEmailTestAccount.Id, and is useful for accessing the field via an interface.
func (*GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetPassword ¶ added in v1.3.0
func (v *GetTestAccountByEmailGetTestAccountByEmailTestAccount) GetPassword() string
GetPassword returns GetTestAccountByEmailGetTestAccountByEmailTestAccount.Password, and is useful for accessing the field via an interface.
type GetTestAccountByEmailResponse ¶ added in v1.3.0
type GetTestAccountByEmailResponse struct {
GetTestAccountByEmail GetTestAccountByEmailGetTestAccountByEmailTestAccount `json:"getTestAccountByEmail"`
}
GetTestAccountByEmailResponse is returned by GetTestAccountByEmail on success.
func GetTestAccountByEmail ¶ added in v1.3.0
func (*GetTestAccountByEmailResponse) GetGetTestAccountByEmail ¶ added in v1.3.0
func (v *GetTestAccountByEmailResponse) GetGetTestAccountByEmail() GetTestAccountByEmailGetTestAccountByEmailTestAccount
GetGetTestAccountByEmail returns GetTestAccountByEmailResponse.GetTestAccountByEmail, and is useful for accessing the field via an interface.
type GetTestAccountByIdGetTestAccountByIdTestAccount ¶ added in v1.3.0
type GetTestAccountByIdGetTestAccountByIdTestAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetTestAccountByIdGetTestAccountByIdTestAccount includes the requested fields of the GraphQL type TestAccount.
func (*GetTestAccountByIdGetTestAccountByIdTestAccount) GetEmail ¶ added in v1.3.0
func (v *GetTestAccountByIdGetTestAccountByIdTestAccount) GetEmail() string
GetEmail returns GetTestAccountByIdGetTestAccountByIdTestAccount.Email, and is useful for accessing the field via an interface.
func (*GetTestAccountByIdGetTestAccountByIdTestAccount) GetId ¶ added in v1.3.0
func (v *GetTestAccountByIdGetTestAccountByIdTestAccount) GetId() string
GetId returns GetTestAccountByIdGetTestAccountByIdTestAccount.Id, and is useful for accessing the field via an interface.
func (*GetTestAccountByIdGetTestAccountByIdTestAccount) GetPassword ¶ added in v1.3.0
func (v *GetTestAccountByIdGetTestAccountByIdTestAccount) GetPassword() string
GetPassword returns GetTestAccountByIdGetTestAccountByIdTestAccount.Password, and is useful for accessing the field via an interface.
type GetTestAccountByIdResponse ¶ added in v1.3.0
type GetTestAccountByIdResponse struct {
GetTestAccountById GetTestAccountByIdGetTestAccountByIdTestAccount `json:"getTestAccountById"`
}
GetTestAccountByIdResponse is returned by GetTestAccountById on success.
func GetTestAccountById ¶ added in v1.3.0
func (*GetTestAccountByIdResponse) GetGetTestAccountById ¶ added in v1.3.0
func (v *GetTestAccountByIdResponse) GetGetTestAccountById() GetTestAccountByIdGetTestAccountByIdTestAccount
GetGetTestAccountById returns GetTestAccountByIdResponse.GetTestAccountById, and is useful for accessing the field via an interface.
type GetTestAccountsGetTestAccountsTestAccount ¶ added in v1.3.0
type GetTestAccountsGetTestAccountsTestAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
GetTestAccountsGetTestAccountsTestAccount includes the requested fields of the GraphQL type TestAccount.
func (*GetTestAccountsGetTestAccountsTestAccount) GetEmail ¶ added in v1.3.0
func (v *GetTestAccountsGetTestAccountsTestAccount) GetEmail() string
GetEmail returns GetTestAccountsGetTestAccountsTestAccount.Email, and is useful for accessing the field via an interface.
func (*GetTestAccountsGetTestAccountsTestAccount) GetId ¶ added in v1.3.0
func (v *GetTestAccountsGetTestAccountsTestAccount) GetId() string
GetId returns GetTestAccountsGetTestAccountsTestAccount.Id, and is useful for accessing the field via an interface.
func (*GetTestAccountsGetTestAccountsTestAccount) GetPassword ¶ added in v1.3.0
func (v *GetTestAccountsGetTestAccountsTestAccount) GetPassword() string
GetPassword returns GetTestAccountsGetTestAccountsTestAccount.Password, and is useful for accessing the field via an interface.
type GetTestAccountsResponse ¶ added in v1.3.0
type GetTestAccountsResponse struct {
GetTestAccounts []GetTestAccountsGetTestAccountsTestAccount `json:"getTestAccounts"`
}
GetTestAccountsResponse is returned by GetTestAccounts on success.
func GetTestAccounts ¶ added in v1.3.0
func (*GetTestAccountsResponse) GetGetTestAccounts ¶ added in v1.3.0
func (v *GetTestAccountsResponse) GetGetTestAccounts() []GetTestAccountsGetTestAccountsTestAccount
GetGetTestAccounts returns GetTestAccountsResponse.GetTestAccounts, and is useful for accessing the field via an interface.
type GetTreatmentByIDGetTreatmentByIDTreatment ¶ added in v1.3.0
type GetTreatmentByIDGetTreatmentByIDTreatment struct { Id string `json:"id"` Name string `json:"name"` Disease string `json:"disease"` Symptoms []string `json:"symptoms"` Side_effects []string `json:"side_effects"` }
GetTreatmentByIDGetTreatmentByIDTreatment includes the requested fields of the GraphQL type Treatment.
func (*GetTreatmentByIDGetTreatmentByIDTreatment) GetDisease ¶ added in v1.3.0
func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetDisease() string
GetDisease returns GetTreatmentByIDGetTreatmentByIDTreatment.Disease, and is useful for accessing the field via an interface.
func (*GetTreatmentByIDGetTreatmentByIDTreatment) GetId ¶ added in v1.3.0
func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetId() string
GetId returns GetTreatmentByIDGetTreatmentByIDTreatment.Id, and is useful for accessing the field via an interface.
func (*GetTreatmentByIDGetTreatmentByIDTreatment) GetName ¶ added in v1.3.0
func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetName() string
GetName returns GetTreatmentByIDGetTreatmentByIDTreatment.Name, and is useful for accessing the field via an interface.
func (*GetTreatmentByIDGetTreatmentByIDTreatment) GetSide_effects ¶ added in v1.3.0
func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetSide_effects() []string
GetSide_effects returns GetTreatmentByIDGetTreatmentByIDTreatment.Side_effects, and is useful for accessing the field via an interface.
func (*GetTreatmentByIDGetTreatmentByIDTreatment) GetSymptoms ¶ added in v1.3.0
func (v *GetTreatmentByIDGetTreatmentByIDTreatment) GetSymptoms() []string
GetSymptoms returns GetTreatmentByIDGetTreatmentByIDTreatment.Symptoms, and is useful for accessing the field via an interface.
type GetTreatmentByIDResponse ¶ added in v1.3.0
type GetTreatmentByIDResponse struct {
GetTreatmentByID GetTreatmentByIDGetTreatmentByIDTreatment `json:"getTreatmentByID"`
}
GetTreatmentByIDResponse is returned by GetTreatmentByID on success.
func GetTreatmentByID ¶ added in v1.3.0
func (*GetTreatmentByIDResponse) GetGetTreatmentByID ¶ added in v1.3.0
func (v *GetTreatmentByIDResponse) GetGetTreatmentByID() GetTreatmentByIDGetTreatmentByIDTreatment
GetGetTreatmentByID returns GetTreatmentByIDResponse.GetTreatmentByID, and is useful for accessing the field via an interface.
type GetTreatmentsGetTreatmentsTreatment ¶ added in v1.3.0
type GetTreatmentsGetTreatmentsTreatment struct { Id string `json:"id"` Name string `json:"name"` Disease string `json:"disease"` Symptoms []string `json:"symptoms"` Side_effects []string `json:"side_effects"` }
GetTreatmentsGetTreatmentsTreatment includes the requested fields of the GraphQL type Treatment.
func (*GetTreatmentsGetTreatmentsTreatment) GetDisease ¶ added in v1.3.0
func (v *GetTreatmentsGetTreatmentsTreatment) GetDisease() string
GetDisease returns GetTreatmentsGetTreatmentsTreatment.Disease, and is useful for accessing the field via an interface.
func (*GetTreatmentsGetTreatmentsTreatment) GetId ¶ added in v1.3.0
func (v *GetTreatmentsGetTreatmentsTreatment) GetId() string
GetId returns GetTreatmentsGetTreatmentsTreatment.Id, and is useful for accessing the field via an interface.
func (*GetTreatmentsGetTreatmentsTreatment) GetName ¶ added in v1.3.0
func (v *GetTreatmentsGetTreatmentsTreatment) GetName() string
GetName returns GetTreatmentsGetTreatmentsTreatment.Name, and is useful for accessing the field via an interface.
func (*GetTreatmentsGetTreatmentsTreatment) GetSide_effects ¶ added in v1.3.0
func (v *GetTreatmentsGetTreatmentsTreatment) GetSide_effects() []string
GetSide_effects returns GetTreatmentsGetTreatmentsTreatment.Side_effects, and is useful for accessing the field via an interface.
func (*GetTreatmentsGetTreatmentsTreatment) GetSymptoms ¶ added in v1.3.0
func (v *GetTreatmentsGetTreatmentsTreatment) GetSymptoms() []string
GetSymptoms returns GetTreatmentsGetTreatmentsTreatment.Symptoms, and is useful for accessing the field via an interface.
type GetTreatmentsResponse ¶ added in v1.3.0
type GetTreatmentsResponse struct {
GetTreatments []GetTreatmentsGetTreatmentsTreatment `json:"getTreatments"`
}
GetTreatmentsResponse is returned by GetTreatments on success.
func GetTreatments ¶ added in v1.3.0
func (*GetTreatmentsResponse) GetGetTreatments ¶ added in v1.3.0
func (v *GetTreatmentsResponse) GetGetTreatments() []GetTreatmentsGetTreatmentsTreatment
GetGetTreatments returns GetTreatmentsResponse.GetTreatments, and is useful for accessing the field via an interface.
type LogsInput ¶ added in v1.3.0
func (*LogsInput) GetAnswer ¶ added in v1.3.0
GetAnswer returns LogsInput.Answer, and is useful for accessing the field via an interface.
func (*LogsInput) GetQuestion ¶ added in v1.3.0
GetQuestion returns LogsInput.Question, and is useful for accessing the field via an interface.
type MedicalAntecedentsInput ¶ added in v1.3.2
type MedicalAntecedentsInput struct { Name string `json:"name"` Medicines []MedicinesInput `json:"medicines"` Still_relevant bool `json:"still_relevant"` }
func (*MedicalAntecedentsInput) GetMedicines ¶ added in v1.3.2
func (v *MedicalAntecedentsInput) GetMedicines() []MedicinesInput
GetMedicines returns MedicalAntecedentsInput.Medicines, and is useful for accessing the field via an interface.
func (*MedicalAntecedentsInput) GetName ¶ added in v1.3.2
func (v *MedicalAntecedentsInput) GetName() string
GetName returns MedicalAntecedentsInput.Name, and is useful for accessing the field via an interface.
func (*MedicalAntecedentsInput) GetStill_relevant ¶ added in v1.3.2
func (v *MedicalAntecedentsInput) GetStill_relevant() bool
GetStill_relevant returns MedicalAntecedentsInput.Still_relevant, and is useful for accessing the field via an interface.
type MedicinesInput ¶ added in v1.3.2
type MedicinesInput struct { Period []Period `json:"period"` Day []Day `json:"day"` Quantity int `json:"quantity"` }
func (*MedicinesInput) GetDay ¶ added in v1.3.2
func (v *MedicinesInput) GetDay() []Day
GetDay returns MedicinesInput.Day, and is useful for accessing the field via an interface.
func (*MedicinesInput) GetPeriod ¶ added in v1.3.2
func (v *MedicinesInput) GetPeriod() []Period
GetPeriod returns MedicinesInput.Period, and is useful for accessing the field via an interface.
func (*MedicinesInput) GetQuantity ¶ added in v1.3.2
func (v *MedicinesInput) GetQuantity() int
GetQuantity returns MedicinesInput.Quantity, and is useful for accessing the field via an interface.
type OnboardingStatus ¶ added in v1.3.2
type OnboardingStatus string
const ( OnboardingStatusNotStarted OnboardingStatus = "NOT_STARTED" OnboardingStatusInProgress OnboardingStatus = "IN_PROGRESS" OnboardingStatusDone OnboardingStatus = "DONE" )
type SessionSymptomInput ¶ added in v1.3.4
type SessionSymptomInput struct { Name string `json:"name"` Presence bool `json:"presence"` Duration int `json:"duration"` }
func (*SessionSymptomInput) GetDuration ¶ added in v1.3.4
func (v *SessionSymptomInput) GetDuration() int
GetDuration returns SessionSymptomInput.Duration, and is useful for accessing the field via an interface.
func (*SessionSymptomInput) GetName ¶ added in v1.3.4
func (v *SessionSymptomInput) GetName() string
GetName returns SessionSymptomInput.Name, and is useful for accessing the field via an interface.
func (*SessionSymptomInput) GetPresence ¶ added in v1.3.4
func (v *SessionSymptomInput) GetPresence() bool
GetPresence returns SessionSymptomInput.Presence, and is useful for accessing the field via an interface.
type SymptomWeightInput ¶ added in v1.3.0
func (*SymptomWeightInput) GetKey ¶ added in v1.3.0
func (v *SymptomWeightInput) GetKey() string
GetKey returns SymptomWeightInput.Key, and is useful for accessing the field via an interface.
func (*SymptomWeightInput) GetValue ¶ added in v1.3.0
func (v *SymptomWeightInput) GetValue() float64
GetValue returns SymptomWeightInput.Value, and is useful for accessing the field via an interface.
type UpdateAdminResponse ¶ added in v1.3.0
type UpdateAdminResponse struct {
UpdateAdmin UpdateAdminUpdateAdmin `json:"updateAdmin"`
}
UpdateAdminResponse is returned by UpdateAdmin on success.
func UpdateAdmin ¶ added in v1.3.0
func (*UpdateAdminResponse) GetUpdateAdmin ¶ added in v1.3.0
func (v *UpdateAdminResponse) GetUpdateAdmin() UpdateAdminUpdateAdmin
GetUpdateAdmin returns UpdateAdminResponse.UpdateAdmin, and is useful for accessing the field via an interface.
type UpdateAdminUpdateAdmin ¶ added in v1.3.0
type UpdateAdminUpdateAdmin struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Last_name string `json:"last_name"` }
UpdateAdminUpdateAdmin includes the requested fields of the GraphQL type Admin.
func (*UpdateAdminUpdateAdmin) GetEmail ¶ added in v1.3.0
func (v *UpdateAdminUpdateAdmin) GetEmail() string
GetEmail returns UpdateAdminUpdateAdmin.Email, and is useful for accessing the field via an interface.
func (*UpdateAdminUpdateAdmin) GetId ¶ added in v1.3.0
func (v *UpdateAdminUpdateAdmin) GetId() string
GetId returns UpdateAdminUpdateAdmin.Id, and is useful for accessing the field via an interface.
func (*UpdateAdminUpdateAdmin) GetLast_name ¶ added in v1.3.0
func (v *UpdateAdminUpdateAdmin) GetLast_name() string
GetLast_name returns UpdateAdminUpdateAdmin.Last_name, and is useful for accessing the field via an interface.
func (*UpdateAdminUpdateAdmin) GetName ¶ added in v1.3.0
func (v *UpdateAdminUpdateAdmin) GetName() string
GetName returns UpdateAdminUpdateAdmin.Name, and is useful for accessing the field via an interface.
func (*UpdateAdminUpdateAdmin) GetPassword ¶ added in v1.3.0
func (v *UpdateAdminUpdateAdmin) GetPassword() string
GetPassword returns UpdateAdminUpdateAdmin.Password, and is useful for accessing the field via an interface.
type UpdateAlertResponse ¶ added in v1.3.0
type UpdateAlertResponse struct {
UpdateAlert UpdateAlertUpdateAlert `json:"updateAlert"`
}
UpdateAlertResponse is returned by UpdateAlert on success.
func UpdateAlert ¶ added in v1.3.0
func (*UpdateAlertResponse) GetUpdateAlert ¶ added in v1.3.0
func (v *UpdateAlertResponse) GetUpdateAlert() UpdateAlertUpdateAlert
GetUpdateAlert returns UpdateAlertResponse.UpdateAlert, and is useful for accessing the field via an interface.
type UpdateAlertUpdateAlert ¶ added in v1.3.0
type UpdateAlertUpdateAlert struct { Id string `json:"id"` Name string `json:"name"` Sex string `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Symptoms []string `json:"symptoms"` Comment string `json:"comment"` }
UpdateAlertUpdateAlert includes the requested fields of the GraphQL type Alert.
func (*UpdateAlertUpdateAlert) GetComment ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetComment() string
GetComment returns UpdateAlertUpdateAlert.Comment, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetHeight ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetHeight() int
GetHeight returns UpdateAlertUpdateAlert.Height, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetId ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetId() string
GetId returns UpdateAlertUpdateAlert.Id, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetName ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetName() string
GetName returns UpdateAlertUpdateAlert.Name, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetSex ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetSex() string
GetSex returns UpdateAlertUpdateAlert.Sex, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetSymptoms ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetSymptoms() []string
GetSymptoms returns UpdateAlertUpdateAlert.Symptoms, and is useful for accessing the field via an interface.
func (*UpdateAlertUpdateAlert) GetWeight ¶ added in v1.3.0
func (v *UpdateAlertUpdateAlert) GetWeight() int
GetWeight returns UpdateAlertUpdateAlert.Weight, and is useful for accessing the field via an interface.
type UpdateAnteChirResponse ¶ added in v1.3.0
type UpdateAnteChirResponse struct {
UpdateAnteChir UpdateAnteChirUpdateAnteChir `json:"updateAnteChir"`
}
UpdateAnteChirResponse is returned by UpdateAnteChir on success.
func UpdateAnteChir ¶ added in v1.3.0
func (*UpdateAnteChirResponse) GetUpdateAnteChir ¶ added in v1.3.0
func (v *UpdateAnteChirResponse) GetUpdateAnteChir() UpdateAnteChirUpdateAnteChir
GetUpdateAnteChir returns UpdateAnteChirResponse.UpdateAnteChir, and is useful for accessing the field via an interface.
type UpdateAnteChirUpdateAnteChir ¶ added in v1.3.0
type UpdateAnteChirUpdateAnteChir struct { Id string `json:"id"` Name string `json:"name"` Localisation string `json:"localisation"` Induced_symptoms []string `json:"induced_symptoms"` }
UpdateAnteChirUpdateAnteChir includes the requested fields of the GraphQL type AnteChir.
func (*UpdateAnteChirUpdateAnteChir) GetId ¶ added in v1.3.0
func (v *UpdateAnteChirUpdateAnteChir) GetId() string
GetId returns UpdateAnteChirUpdateAnteChir.Id, and is useful for accessing the field via an interface.
func (*UpdateAnteChirUpdateAnteChir) GetInduced_symptoms ¶ added in v1.3.0
func (v *UpdateAnteChirUpdateAnteChir) GetInduced_symptoms() []string
GetInduced_symptoms returns UpdateAnteChirUpdateAnteChir.Induced_symptoms, and is useful for accessing the field via an interface.
func (*UpdateAnteChirUpdateAnteChir) GetLocalisation ¶ added in v1.3.0
func (v *UpdateAnteChirUpdateAnteChir) GetLocalisation() string
GetLocalisation returns UpdateAnteChirUpdateAnteChir.Localisation, and is useful for accessing the field via an interface.
func (*UpdateAnteChirUpdateAnteChir) GetName ¶ added in v1.3.0
func (v *UpdateAnteChirUpdateAnteChir) GetName() string
GetName returns UpdateAnteChirUpdateAnteChir.Name, and is useful for accessing the field via an interface.
type UpdateAnteDiseaseResponse ¶ added in v1.3.0
type UpdateAnteDiseaseResponse struct {
UpdateAnteDisease UpdateAnteDiseaseUpdateAnteDisease `json:"updateAnteDisease"`
}
UpdateAnteDiseaseResponse is returned by UpdateAnteDisease on success.
func UpdateAnteDisease ¶ added in v1.3.0
func (*UpdateAnteDiseaseResponse) GetUpdateAnteDisease ¶ added in v1.3.0
func (v *UpdateAnteDiseaseResponse) GetUpdateAnteDisease() UpdateAnteDiseaseUpdateAnteDisease
GetUpdateAnteDisease returns UpdateAnteDiseaseResponse.UpdateAnteDisease, and is useful for accessing the field via an interface.
type UpdateAnteDiseaseUpdateAnteDisease ¶ added in v1.3.0
type UpdateAnteDiseaseUpdateAnteDisease struct { Id string `json:"id"` Name string `json:"name"` Chronicity float64 `json:"chronicity"` Chir string `json:"chir"` Treatment []string `json:"treatment"` Symptoms []string `json:"symptoms"` }
UpdateAnteDiseaseUpdateAnteDisease includes the requested fields of the GraphQL type AnteDisease.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetChir ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetChir() string
GetChir returns UpdateAnteDiseaseUpdateAnteDisease.Chir, and is useful for accessing the field via an interface.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetChronicity ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetChronicity() float64
GetChronicity returns UpdateAnteDiseaseUpdateAnteDisease.Chronicity, and is useful for accessing the field via an interface.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetId ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetId() string
GetId returns UpdateAnteDiseaseUpdateAnteDisease.Id, and is useful for accessing the field via an interface.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetName ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetName() string
GetName returns UpdateAnteDiseaseUpdateAnteDisease.Name, and is useful for accessing the field via an interface.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetSymptoms ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetSymptoms() []string
GetSymptoms returns UpdateAnteDiseaseUpdateAnteDisease.Symptoms, and is useful for accessing the field via an interface.
func (*UpdateAnteDiseaseUpdateAnteDisease) GetTreatment ¶ added in v1.3.0
func (v *UpdateAnteDiseaseUpdateAnteDisease) GetTreatment() []string
GetTreatment returns UpdateAnteDiseaseUpdateAnteDisease.Treatment, and is useful for accessing the field via an interface.
type UpdateAnteFamilyResponse ¶ added in v1.3.0
type UpdateAnteFamilyResponse struct {
UpdateAnteFamily UpdateAnteFamilyUpdateAnteFamily `json:"updateAnteFamily"`
}
UpdateAnteFamilyResponse is returned by UpdateAnteFamily on success.
func UpdateAnteFamily ¶ added in v1.3.0
func (*UpdateAnteFamilyResponse) GetUpdateAnteFamily ¶ added in v1.3.0
func (v *UpdateAnteFamilyResponse) GetUpdateAnteFamily() UpdateAnteFamilyUpdateAnteFamily
GetUpdateAnteFamily returns UpdateAnteFamilyResponse.UpdateAnteFamily, and is useful for accessing the field via an interface.
type UpdateAnteFamilyUpdateAnteFamily ¶ added in v1.3.0
type UpdateAnteFamilyUpdateAnteFamily struct { Id string `json:"id"` Name string `json:"name"` Disease []string `json:"disease"` }
UpdateAnteFamilyUpdateAnteFamily includes the requested fields of the GraphQL type AnteFamily.
func (*UpdateAnteFamilyUpdateAnteFamily) GetDisease ¶ added in v1.3.0
func (v *UpdateAnteFamilyUpdateAnteFamily) GetDisease() []string
GetDisease returns UpdateAnteFamilyUpdateAnteFamily.Disease, and is useful for accessing the field via an interface.
func (*UpdateAnteFamilyUpdateAnteFamily) GetId ¶ added in v1.3.0
func (v *UpdateAnteFamilyUpdateAnteFamily) GetId() string
GetId returns UpdateAnteFamilyUpdateAnteFamily.Id, and is useful for accessing the field via an interface.
func (*UpdateAnteFamilyUpdateAnteFamily) GetName ¶ added in v1.3.0
func (v *UpdateAnteFamilyUpdateAnteFamily) GetName() string
GetName returns UpdateAnteFamilyUpdateAnteFamily.Name, and is useful for accessing the field via an interface.
type UpdateDemoAccountResponse ¶ added in v1.3.0
type UpdateDemoAccountResponse struct {
UpdateDemoAccount UpdateDemoAccountUpdateDemoAccount `json:"updateDemoAccount"`
}
UpdateDemoAccountResponse is returned by UpdateDemoAccount on success.
func UpdateDemoAccount ¶ added in v1.3.0
func (*UpdateDemoAccountResponse) GetUpdateDemoAccount ¶ added in v1.3.0
func (v *UpdateDemoAccountResponse) GetUpdateDemoAccount() UpdateDemoAccountUpdateDemoAccount
GetUpdateDemoAccount returns UpdateDemoAccountResponse.UpdateDemoAccount, and is useful for accessing the field via an interface.
type UpdateDemoAccountUpdateDemoAccount ¶ added in v1.3.0
type UpdateDemoAccountUpdateDemoAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
UpdateDemoAccountUpdateDemoAccount includes the requested fields of the GraphQL type DemoAccount.
func (*UpdateDemoAccountUpdateDemoAccount) GetEmail ¶ added in v1.3.0
func (v *UpdateDemoAccountUpdateDemoAccount) GetEmail() string
GetEmail returns UpdateDemoAccountUpdateDemoAccount.Email, and is useful for accessing the field via an interface.
func (*UpdateDemoAccountUpdateDemoAccount) GetId ¶ added in v1.3.0
func (v *UpdateDemoAccountUpdateDemoAccount) GetId() string
GetId returns UpdateDemoAccountUpdateDemoAccount.Id, and is useful for accessing the field via an interface.
func (*UpdateDemoAccountUpdateDemoAccount) GetPassword ¶ added in v1.3.0
func (v *UpdateDemoAccountUpdateDemoAccount) GetPassword() string
GetPassword returns UpdateDemoAccountUpdateDemoAccount.Password, and is useful for accessing the field via an interface.
type UpdateDiseaseResponse ¶ added in v1.3.0
type UpdateDiseaseResponse struct {
UpdateDisease UpdateDiseaseUpdateDisease `json:"updateDisease"`
}
UpdateDiseaseResponse is returned by UpdateDisease on success.
func UpdateDisease ¶ added in v1.3.0
func UpdateDisease( ctx context.Context, client graphql.Client, id string, code string, name string, symptoms []string, symptoms_acute []SymptomWeightInput, symptoms_subacute []SymptomWeightInput, symptoms_chronic []SymptomWeightInput, advice string, ) (*UpdateDiseaseResponse, error)
func (*UpdateDiseaseResponse) GetUpdateDisease ¶ added in v1.3.0
func (v *UpdateDiseaseResponse) GetUpdateDisease() UpdateDiseaseUpdateDisease
GetUpdateDisease returns UpdateDiseaseResponse.UpdateDisease, and is useful for accessing the field via an interface.
type UpdateDiseaseUpdateDisease ¶ added in v1.3.0
type UpdateDiseaseUpdateDisease struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Symptoms []string `json:"symptoms"` Symptoms_acute []UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight `json:"symptoms_acute"` Symptoms_subacute []UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight `json:"symptoms_subacute"` Symptoms_chronic []UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight `json:"symptoms_chronic"` Advice string `json:"advice"` }
UpdateDiseaseUpdateDisease includes the requested fields of the GraphQL type Disease.
func (*UpdateDiseaseUpdateDisease) GetAdvice ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetAdvice() string
GetAdvice returns UpdateDiseaseUpdateDisease.Advice, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetCode ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetCode() string
GetCode returns UpdateDiseaseUpdateDisease.Code, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetId ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetId() string
GetId returns UpdateDiseaseUpdateDisease.Id, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetName ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetName() string
GetName returns UpdateDiseaseUpdateDisease.Name, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetSymptoms ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetSymptoms() []string
GetSymptoms returns UpdateDiseaseUpdateDisease.Symptoms, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetSymptoms_acute ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetSymptoms_acute() []UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight
GetSymptoms_acute returns UpdateDiseaseUpdateDisease.Symptoms_acute, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetSymptoms_chronic ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetSymptoms_chronic() []UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight
GetSymptoms_chronic returns UpdateDiseaseUpdateDisease.Symptoms_chronic, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDisease) GetSymptoms_subacute ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDisease) GetSymptoms_subacute() []UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight
GetSymptoms_subacute returns UpdateDiseaseUpdateDisease.Symptoms_subacute, and is useful for accessing the field via an interface.
type UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight ¶ added in v1.3.0
type UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight) GetKey() string
GetKey returns UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight) GetValue() float64
GetValue returns UpdateDiseaseUpdateDiseaseSymptoms_acuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight ¶ added in v1.3.0
type UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight) GetKey ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight) GetKey() string
GetKey returns UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight) GetValue ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight) GetValue() float64
GetValue returns UpdateDiseaseUpdateDiseaseSymptoms_chronicSymptomWeight.Value, and is useful for accessing the field via an interface.
type UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight ¶ added in v1.3.0
type UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight struct { Key string `json:"key"` Value float64 `json:"value"` }
UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight includes the requested fields of the GraphQL type SymptomWeight.
func (*UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight) GetKey ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight) GetKey() string
GetKey returns UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight.Key, and is useful for accessing the field via an interface.
func (*UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight) GetValue ¶ added in v1.3.0
func (v *UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight) GetValue() float64
GetValue returns UpdateDiseaseUpdateDiseaseSymptoms_subacuteSymptomWeight.Value, and is useful for accessing the field via an interface.
type UpdateDoctorResponse ¶ added in v1.3.0
type UpdateDoctorResponse struct {
UpdateDoctor UpdateDoctorUpdateDoctor `json:"updateDoctor"`
}
UpdateDoctorResponse is returned by UpdateDoctor on success.
func UpdateDoctor ¶ added in v1.3.0
func (*UpdateDoctorResponse) GetUpdateDoctor ¶ added in v1.3.0
func (v *UpdateDoctorResponse) GetUpdateDoctor() UpdateDoctorUpdateDoctor
GetUpdateDoctor returns UpdateDoctorResponse.UpdateDoctor, and is useful for accessing the field via an interface.
type UpdateDoctorUpdateDoctor ¶ added in v1.3.0
type UpdateDoctorUpdateDoctor struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Name string `json:"name"` Firstname string `json:"firstname"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Patient_ids []string `json:"patient_ids"` Address UpdateDoctorUpdateDoctorAddress `json:"address"` }
UpdateDoctorUpdateDoctor includes the requested fields of the GraphQL type Doctor.
func (*UpdateDoctorUpdateDoctor) GetAddress ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctor) GetAddress() UpdateDoctorUpdateDoctorAddress
GetAddress returns UpdateDoctorUpdateDoctor.Address, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetEmail ¶ added in v1.3.0
func (v *UpdateDoctorUpdateDoctor) GetEmail() string
GetEmail returns UpdateDoctorUpdateDoctor.Email, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetFirstname ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctor) GetFirstname() string
GetFirstname returns UpdateDoctorUpdateDoctor.Firstname, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetId ¶ added in v1.3.0
func (v *UpdateDoctorUpdateDoctor) GetId() string
GetId returns UpdateDoctorUpdateDoctor.Id, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetName ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctor) GetName() string
GetName returns UpdateDoctorUpdateDoctor.Name, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetPassword ¶ added in v1.3.0
func (v *UpdateDoctorUpdateDoctor) GetPassword() string
GetPassword returns UpdateDoctorUpdateDoctor.Password, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetPatient_ids ¶ added in v1.3.0
func (v *UpdateDoctorUpdateDoctor) GetPatient_ids() []string
GetPatient_ids returns UpdateDoctorUpdateDoctor.Patient_ids, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctor) GetRendez_vous_ids ¶ added in v1.3.0
func (v *UpdateDoctorUpdateDoctor) GetRendez_vous_ids() []string
GetRendez_vous_ids returns UpdateDoctorUpdateDoctor.Rendez_vous_ids, and is useful for accessing the field via an interface.
type UpdateDoctorUpdateDoctorAddress ¶ added in v1.3.2
type UpdateDoctorUpdateDoctorAddress struct { Street string `json:"street"` Zip_code string `json:"zip_code"` Country string `json:"country"` }
UpdateDoctorUpdateDoctorAddress includes the requested fields of the GraphQL type Address.
func (*UpdateDoctorUpdateDoctorAddress) GetCountry ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctorAddress) GetCountry() string
GetCountry returns UpdateDoctorUpdateDoctorAddress.Country, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctorAddress) GetStreet ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctorAddress) GetStreet() string
GetStreet returns UpdateDoctorUpdateDoctorAddress.Street, and is useful for accessing the field via an interface.
func (*UpdateDoctorUpdateDoctorAddress) GetZip_code ¶ added in v1.3.2
func (v *UpdateDoctorUpdateDoctorAddress) GetZip_code() string
GetZip_code returns UpdateDoctorUpdateDoctorAddress.Zip_code, and is useful for accessing the field via an interface.
type UpdateDocumentResponse ¶ added in v1.3.0
type UpdateDocumentResponse struct {
UpdateDocument UpdateDocumentUpdateDocument `json:"updateDocument"`
}
UpdateDocumentResponse is returned by UpdateDocument on success.
func UpdateDocument ¶ added in v1.3.0
func (*UpdateDocumentResponse) GetUpdateDocument ¶ added in v1.3.0
func (v *UpdateDocumentResponse) GetUpdateDocument() UpdateDocumentUpdateDocument
GetUpdateDocument returns UpdateDocumentResponse.UpdateDocument, and is useful for accessing the field via an interface.
type UpdateDocumentUpdateDocument ¶ added in v1.3.0
type UpdateDocumentUpdateDocument struct { Id string `json:"id"` Owner_id string `json:"owner_id"` Name string `json:"name"` Document_type DocumentType `json:"document_type"` Category Category `json:"category"` Is_favorite bool `json:"is_favorite"` Download_url string `json:"download_url"` }
UpdateDocumentUpdateDocument includes the requested fields of the GraphQL type Document.
func (*UpdateDocumentUpdateDocument) GetCategory ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetCategory() Category
GetCategory returns UpdateDocumentUpdateDocument.Category, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetDocument_type ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetDocument_type() DocumentType
GetDocument_type returns UpdateDocumentUpdateDocument.Document_type, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetDownload_url ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetDownload_url() string
GetDownload_url returns UpdateDocumentUpdateDocument.Download_url, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetId ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetId() string
GetId returns UpdateDocumentUpdateDocument.Id, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetIs_favorite ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetIs_favorite() bool
GetIs_favorite returns UpdateDocumentUpdateDocument.Is_favorite, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetName ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetName() string
GetName returns UpdateDocumentUpdateDocument.Name, and is useful for accessing the field via an interface.
func (*UpdateDocumentUpdateDocument) GetOwner_id ¶ added in v1.3.0
func (v *UpdateDocumentUpdateDocument) GetOwner_id() string
GetOwner_id returns UpdateDocumentUpdateDocument.Owner_id, and is useful for accessing the field via an interface.
type UpdateMedicalFolderResponse ¶ added in v1.3.2
type UpdateMedicalFolderResponse struct {
UpdateMedicalFolder UpdateMedicalFolderUpdateMedicalFolderMedicalInfo `json:"updateMedicalFolder"`
}
UpdateMedicalFolderResponse is returned by UpdateMedicalFolder on success.
func UpdateMedicalFolder ¶ added in v1.3.2
func UpdateMedicalFolder( ctx context.Context, client graphql.Client, id string, name string, firstname string, birthdate int, sex string, height int, weight int, primary_doctor_id string, medical_antecedents []MedicalAntecedentsInput, onboarding_status string, ) (*UpdateMedicalFolderResponse, error)
func (*UpdateMedicalFolderResponse) GetUpdateMedicalFolder ¶ added in v1.3.2
func (v *UpdateMedicalFolderResponse) GetUpdateMedicalFolder() UpdateMedicalFolderUpdateMedicalFolderMedicalInfo
GetUpdateMedicalFolder returns UpdateMedicalFolderResponse.UpdateMedicalFolder, and is useful for accessing the field via an interface.
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfo ¶ added in v1.3.2
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfo struct { Id string `json:"id"` Name string `json:"name"` Firstname string `json:"firstname"` Birthdate int `json:"birthdate"` Sex Sex `json:"sex"` Height int `json:"height"` Weight int `json:"weight"` Primary_doctor_id string `json:"primary_doctor_id"` Medical_antecedents []UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents `json:"medical_antecedents"` Onboarding_status OnboardingStatus `json:"onboarding_status"` }
UpdateMedicalFolderUpdateMedicalFolderMedicalInfo includes the requested fields of the GraphQL type MedicalInfo.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetBirthdate ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetBirthdate() int
GetBirthdate returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Birthdate, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetFirstname ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetFirstname() string
GetFirstname returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Firstname, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetHeight ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetHeight() int
GetHeight returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Height, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetId ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetId() string
GetId returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Id, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetMedical_antecedents ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetMedical_antecedents() []UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents
GetMedical_antecedents returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Medical_antecedents, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetName ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetName() string
GetName returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Name, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetOnboarding_status ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetOnboarding_status() OnboardingStatus
GetOnboarding_status returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Onboarding_status, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetPrimary_doctor_id ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetPrimary_doctor_id() string
GetPrimary_doctor_id returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Primary_doctor_id, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetSex ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetSex() Sex
GetSex returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Sex, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetWeight ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfo) GetWeight() int
GetWeight returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfo.Weight, and is useful for accessing the field via an interface.
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents ¶ added in v1.3.2
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents struct { Name string `json:"name"` Medicines []UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines `json:"medicines"` Still_relevant bool `json:"still_relevant"` }
UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents includes the requested fields of the GraphQL type MedicalAntecedents.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetMedicines() []UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines
GetMedicines returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Medicines, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetName() string
GetName returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Name, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents) GetStill_relevant() bool
GetStill_relevant returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedents.Still_relevant, and is useful for accessing the field via an interface.
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines ¶ added in v1.3.2
type UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines struct { Period []Period `json:"period"` Day []Day `json:"day"` Quantity int `json:"quantity"` }
UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines includes the requested fields of the GraphQL type Medicines.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetDay() []Day
GetDay returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Day, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetPeriod() []Period
GetPeriod returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Period, and is useful for accessing the field via an interface.
func (*UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity ¶ added in v1.3.2
func (v *UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines) GetQuantity() int
GetQuantity returns UpdateMedicalFolderUpdateMedicalFolderMedicalInfoMedical_antecedentsMedicalAntecedentsMedicines.Quantity, and is useful for accessing the field via an interface.
type UpdateNotificationResponse ¶ added in v1.3.0
type UpdateNotificationResponse struct {
UpdateNotification UpdateNotificationUpdateNotification `json:"updateNotification"`
}
UpdateNotificationResponse is returned by UpdateNotification on success.
func UpdateNotification ¶ added in v1.3.0
func (*UpdateNotificationResponse) GetUpdateNotification ¶ added in v1.3.0
func (v *UpdateNotificationResponse) GetUpdateNotification() UpdateNotificationUpdateNotification
GetUpdateNotification returns UpdateNotificationResponse.UpdateNotification, and is useful for accessing the field via an interface.
type UpdateNotificationUpdateNotification ¶ added in v1.3.0
type UpdateNotificationUpdateNotification struct { Id string `json:"id"` Token string `json:"token"` Title string `json:"title"` Message string `json:"message"` }
UpdateNotificationUpdateNotification includes the requested fields of the GraphQL type Notification.
func (*UpdateNotificationUpdateNotification) GetId ¶ added in v1.3.0
func (v *UpdateNotificationUpdateNotification) GetId() string
GetId returns UpdateNotificationUpdateNotification.Id, and is useful for accessing the field via an interface.
func (*UpdateNotificationUpdateNotification) GetMessage ¶ added in v1.3.0
func (v *UpdateNotificationUpdateNotification) GetMessage() string
GetMessage returns UpdateNotificationUpdateNotification.Message, and is useful for accessing the field via an interface.
func (*UpdateNotificationUpdateNotification) GetTitle ¶ added in v1.3.0
func (v *UpdateNotificationUpdateNotification) GetTitle() string
GetTitle returns UpdateNotificationUpdateNotification.Title, and is useful for accessing the field via an interface.
func (*UpdateNotificationUpdateNotification) GetToken ¶ added in v1.3.0
func (v *UpdateNotificationUpdateNotification) GetToken() string
GetToken returns UpdateNotificationUpdateNotification.Token, and is useful for accessing the field via an interface.
type UpdatePatientResponse ¶ added in v1.3.0
type UpdatePatientResponse struct {
UpdatePatient UpdatePatientUpdatePatient `json:"updatePatient"`
}
UpdatePatientResponse is returned by UpdatePatient on success.
func UpdatePatient ¶ added in v1.1.0
func (*UpdatePatientResponse) GetUpdatePatient ¶ added in v1.3.0
func (v *UpdatePatientResponse) GetUpdatePatient() UpdatePatientUpdatePatient
GetUpdatePatient returns UpdatePatientResponse.UpdatePatient, and is useful for accessing the field via an interface.
type UpdatePatientUpdatePatient ¶ added in v1.3.0
type UpdatePatientUpdatePatient struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` Rendez_vous_ids []string `json:"rendez_vous_ids"` Medical_info_id string `json:"medical_info_id"` Document_ids []string `json:"document_ids"` }
UpdatePatientUpdatePatient includes the requested fields of the GraphQL type Patient.
func (*UpdatePatientUpdatePatient) GetDocument_ids ¶ added in v1.3.0
func (v *UpdatePatientUpdatePatient) GetDocument_ids() []string
GetDocument_ids returns UpdatePatientUpdatePatient.Document_ids, and is useful for accessing the field via an interface.
func (*UpdatePatientUpdatePatient) GetEmail ¶ added in v1.3.0
func (v *UpdatePatientUpdatePatient) GetEmail() string
GetEmail returns UpdatePatientUpdatePatient.Email, and is useful for accessing the field via an interface.
func (*UpdatePatientUpdatePatient) GetId ¶ added in v1.3.0
func (v *UpdatePatientUpdatePatient) GetId() string
GetId returns UpdatePatientUpdatePatient.Id, and is useful for accessing the field via an interface.
func (*UpdatePatientUpdatePatient) GetMedical_info_id ¶ added in v1.3.2
func (v *UpdatePatientUpdatePatient) GetMedical_info_id() string
GetMedical_info_id returns UpdatePatientUpdatePatient.Medical_info_id, and is useful for accessing the field via an interface.
func (*UpdatePatientUpdatePatient) GetPassword ¶ added in v1.3.0
func (v *UpdatePatientUpdatePatient) GetPassword() string
GetPassword returns UpdatePatientUpdatePatient.Password, and is useful for accessing the field via an interface.
func (*UpdatePatientUpdatePatient) GetRendez_vous_ids ¶ added in v1.3.0
func (v *UpdatePatientUpdatePatient) GetRendez_vous_ids() []string
GetRendez_vous_ids returns UpdatePatientUpdatePatient.Rendez_vous_ids, and is useful for accessing the field via an interface.
type UpdateRdvResponse ¶ added in v1.3.0
type UpdateRdvResponse struct {
UpdateRdv UpdateRdvUpdateRdv `json:"updateRdv"`
}
UpdateRdvResponse is returned by UpdateRdv on success.
func (*UpdateRdvResponse) GetUpdateRdv ¶ added in v1.3.0
func (v *UpdateRdvResponse) GetUpdateRdv() UpdateRdvUpdateRdv
GetUpdateRdv returns UpdateRdvResponse.UpdateRdv, and is useful for accessing the field via an interface.
type UpdateRdvUpdateRdv ¶ added in v1.3.0
type UpdateRdvUpdateRdv struct { Id string `json:"id"` Doctor_id string `json:"doctor_id"` Id_patient string `json:"id_patient"` Start_date int `json:"start_date"` End_date int `json:"end_date"` Cancelation_reason string `json:"cancelation_reason"` }
UpdateRdvUpdateRdv includes the requested fields of the GraphQL type Rdv.
func (*UpdateRdvUpdateRdv) GetCancelation_reason ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetCancelation_reason() string
GetCancelation_reason returns UpdateRdvUpdateRdv.Cancelation_reason, and is useful for accessing the field via an interface.
func (*UpdateRdvUpdateRdv) GetDoctor_id ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetDoctor_id() string
GetDoctor_id returns UpdateRdvUpdateRdv.Doctor_id, and is useful for accessing the field via an interface.
func (*UpdateRdvUpdateRdv) GetEnd_date ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetEnd_date() int
GetEnd_date returns UpdateRdvUpdateRdv.End_date, and is useful for accessing the field via an interface.
func (*UpdateRdvUpdateRdv) GetId ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetId() string
GetId returns UpdateRdvUpdateRdv.Id, and is useful for accessing the field via an interface.
func (*UpdateRdvUpdateRdv) GetId_patient ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetId_patient() string
GetId_patient returns UpdateRdvUpdateRdv.Id_patient, and is useful for accessing the field via an interface.
func (*UpdateRdvUpdateRdv) GetStart_date ¶ added in v1.3.0
func (v *UpdateRdvUpdateRdv) GetStart_date() int
GetStart_date returns UpdateRdvUpdateRdv.Start_date, and is useful for accessing the field via an interface.
type UpdateSessionResponse ¶ added in v1.3.0
type UpdateSessionResponse struct {
UpdateSession UpdateSessionUpdateSession `json:"updateSession"`
}
UpdateSessionResponse is returned by UpdateSession on success.
func UpdateSession ¶ added in v1.0.0
func UpdateSession( ctx context.Context, client graphql.Client, id string, symptoms []SessionSymptomInput, age int, height int, weight int, sex string, ante_chirs []string, ante_diseases []string, treatments []string, last_question string, logs []LogsInput, alerts []string, ) (*UpdateSessionResponse, error)
func (*UpdateSessionResponse) GetUpdateSession ¶ added in v1.3.0
func (v *UpdateSessionResponse) GetUpdateSession() UpdateSessionUpdateSession
GetUpdateSession returns UpdateSessionResponse.UpdateSession, and is useful for accessing the field via an interface.
type UpdateSessionUpdateSession ¶ added in v1.3.0
type UpdateSessionUpdateSession struct { Id string `json:"id"` Symptoms []UpdateSessionUpdateSessionSymptomsSessionSymptom `json:"symptoms"` Age int `json:"age"` Height int `json:"height"` Weight int `json:"weight"` Sex string `json:"sex"` Last_question string `json:"last_question"` Logs []UpdateSessionUpdateSessionLogs `json:"logs"` Alerts []string `json:"alerts"` }
UpdateSessionUpdateSession includes the requested fields of the GraphQL type Session.
func (*UpdateSessionUpdateSession) GetAge ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetAge() int
GetAge returns UpdateSessionUpdateSession.Age, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetAlerts ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetAlerts() []string
GetAlerts returns UpdateSessionUpdateSession.Alerts, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetHeight ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetHeight() int
GetHeight returns UpdateSessionUpdateSession.Height, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetId ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetId() string
GetId returns UpdateSessionUpdateSession.Id, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetLast_question ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetLast_question() string
GetLast_question returns UpdateSessionUpdateSession.Last_question, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetLogs ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetLogs() []UpdateSessionUpdateSessionLogs
GetLogs returns UpdateSessionUpdateSession.Logs, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetSex ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetSex() string
GetSex returns UpdateSessionUpdateSession.Sex, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetSymptoms ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetSymptoms() []UpdateSessionUpdateSessionSymptomsSessionSymptom
GetSymptoms returns UpdateSessionUpdateSession.Symptoms, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSession) GetWeight ¶ added in v1.3.0
func (v *UpdateSessionUpdateSession) GetWeight() int
GetWeight returns UpdateSessionUpdateSession.Weight, and is useful for accessing the field via an interface.
type UpdateSessionUpdateSessionLogs ¶ added in v1.3.0
type UpdateSessionUpdateSessionLogs struct { Question string `json:"question"` Answer string `json:"answer"` }
UpdateSessionUpdateSessionLogs includes the requested fields of the GraphQL type Logs.
func (*UpdateSessionUpdateSessionLogs) GetAnswer ¶ added in v1.3.0
func (v *UpdateSessionUpdateSessionLogs) GetAnswer() string
GetAnswer returns UpdateSessionUpdateSessionLogs.Answer, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSessionLogs) GetQuestion ¶ added in v1.3.0
func (v *UpdateSessionUpdateSessionLogs) GetQuestion() string
GetQuestion returns UpdateSessionUpdateSessionLogs.Question, and is useful for accessing the field via an interface.
type UpdateSessionUpdateSessionSymptomsSessionSymptom ¶ added in v1.3.4
type UpdateSessionUpdateSessionSymptomsSessionSymptom struct { Name string `json:"name"` Presence bool `json:"presence"` Duration int `json:"duration"` }
UpdateSessionUpdateSessionSymptomsSessionSymptom includes the requested fields of the GraphQL type SessionSymptom.
func (*UpdateSessionUpdateSessionSymptomsSessionSymptom) GetDuration ¶ added in v1.3.4
func (v *UpdateSessionUpdateSessionSymptomsSessionSymptom) GetDuration() int
GetDuration returns UpdateSessionUpdateSessionSymptomsSessionSymptom.Duration, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSessionSymptomsSessionSymptom) GetName ¶ added in v1.3.4
func (v *UpdateSessionUpdateSessionSymptomsSessionSymptom) GetName() string
GetName returns UpdateSessionUpdateSessionSymptomsSessionSymptom.Name, and is useful for accessing the field via an interface.
func (*UpdateSessionUpdateSessionSymptomsSessionSymptom) GetPresence ¶ added in v1.3.4
func (v *UpdateSessionUpdateSessionSymptomsSessionSymptom) GetPresence() bool
GetPresence returns UpdateSessionUpdateSessionSymptomsSessionSymptom.Presence, and is useful for accessing the field via an interface.
type UpdateSymptomResponse ¶ added in v1.3.0
type UpdateSymptomResponse struct {
UpdateSymptom UpdateSymptomUpdateSymptom `json:"updateSymptom"`
}
UpdateSymptomResponse is returned by UpdateSymptom on success.
func UpdateSymptom ¶ added in v1.3.0
func (*UpdateSymptomResponse) GetUpdateSymptom ¶ added in v1.3.0
func (v *UpdateSymptomResponse) GetUpdateSymptom() UpdateSymptomUpdateSymptom
GetUpdateSymptom returns UpdateSymptomResponse.UpdateSymptom, and is useful for accessing the field via an interface.
type UpdateSymptomUpdateSymptom ¶ added in v1.3.0
type UpdateSymptomUpdateSymptom struct { Id string `json:"id"` Code string `json:"code"` Name string `json:"name"` Location string `json:"location"` Duration int `json:"duration"` Acute int `json:"acute"` Subacute int `json:"subacute"` Chronic int `json:"chronic"` Symptom []string `json:"symptom"` Advice string `json:"advice"` Question string `json:"question"` }
UpdateSymptomUpdateSymptom includes the requested fields of the GraphQL type Symptom.
func (*UpdateSymptomUpdateSymptom) GetAcute ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetAcute() int
GetAcute returns UpdateSymptomUpdateSymptom.Acute, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetAdvice ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetAdvice() string
GetAdvice returns UpdateSymptomUpdateSymptom.Advice, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetChronic ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetChronic() int
GetChronic returns UpdateSymptomUpdateSymptom.Chronic, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetCode ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetCode() string
GetCode returns UpdateSymptomUpdateSymptom.Code, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetDuration ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetDuration() int
GetDuration returns UpdateSymptomUpdateSymptom.Duration, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetId ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetId() string
GetId returns UpdateSymptomUpdateSymptom.Id, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetLocation ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetLocation() string
GetLocation returns UpdateSymptomUpdateSymptom.Location, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetName ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetName() string
GetName returns UpdateSymptomUpdateSymptom.Name, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetQuestion ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetQuestion() string
GetQuestion returns UpdateSymptomUpdateSymptom.Question, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetSubacute ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetSubacute() int
GetSubacute returns UpdateSymptomUpdateSymptom.Subacute, and is useful for accessing the field via an interface.
func (*UpdateSymptomUpdateSymptom) GetSymptom ¶ added in v1.3.0
func (v *UpdateSymptomUpdateSymptom) GetSymptom() []string
GetSymptom returns UpdateSymptomUpdateSymptom.Symptom, and is useful for accessing the field via an interface.
type UpdateTestAccountResponse ¶ added in v1.3.0
type UpdateTestAccountResponse struct {
UpdateTestAccount UpdateTestAccountUpdateTestAccount `json:"updateTestAccount"`
}
UpdateTestAccountResponse is returned by UpdateTestAccount on success.
func UpdateTestAccount ¶ added in v1.3.0
func (*UpdateTestAccountResponse) GetUpdateTestAccount ¶ added in v1.3.0
func (v *UpdateTestAccountResponse) GetUpdateTestAccount() UpdateTestAccountUpdateTestAccount
GetUpdateTestAccount returns UpdateTestAccountResponse.UpdateTestAccount, and is useful for accessing the field via an interface.
type UpdateTestAccountUpdateTestAccount ¶ added in v1.3.0
type UpdateTestAccountUpdateTestAccount struct { Id string `json:"id"` Email string `json:"email"` Password string `json:"password"` }
UpdateTestAccountUpdateTestAccount includes the requested fields of the GraphQL type TestAccount.
func (*UpdateTestAccountUpdateTestAccount) GetEmail ¶ added in v1.3.0
func (v *UpdateTestAccountUpdateTestAccount) GetEmail() string
GetEmail returns UpdateTestAccountUpdateTestAccount.Email, and is useful for accessing the field via an interface.
func (*UpdateTestAccountUpdateTestAccount) GetId ¶ added in v1.3.0
func (v *UpdateTestAccountUpdateTestAccount) GetId() string
GetId returns UpdateTestAccountUpdateTestAccount.Id, and is useful for accessing the field via an interface.
func (*UpdateTestAccountUpdateTestAccount) GetPassword ¶ added in v1.3.0
func (v *UpdateTestAccountUpdateTestAccount) GetPassword() string
GetPassword returns UpdateTestAccountUpdateTestAccount.Password, and is useful for accessing the field via an interface.
type UpdateTreatmentResponse ¶ added in v1.3.0
type UpdateTreatmentResponse struct {
UpdateTreatment UpdateTreatmentUpdateTreatment `json:"updateTreatment"`
}
UpdateTreatmentResponse is returned by UpdateTreatment on success.
func UpdateTreatment ¶ added in v1.3.0
func (*UpdateTreatmentResponse) GetUpdateTreatment ¶ added in v1.3.0
func (v *UpdateTreatmentResponse) GetUpdateTreatment() UpdateTreatmentUpdateTreatment
GetUpdateTreatment returns UpdateTreatmentResponse.UpdateTreatment, and is useful for accessing the field via an interface.
type UpdateTreatmentUpdateTreatment ¶ added in v1.3.0
type UpdateTreatmentUpdateTreatment struct { Id string `json:"id"` Name string `json:"name"` Disease string `json:"disease"` Symptoms []string `json:"symptoms"` Side_effects []string `json:"side_effects"` }
UpdateTreatmentUpdateTreatment includes the requested fields of the GraphQL type Treatment.
func (*UpdateTreatmentUpdateTreatment) GetDisease ¶ added in v1.3.0
func (v *UpdateTreatmentUpdateTreatment) GetDisease() string
GetDisease returns UpdateTreatmentUpdateTreatment.Disease, and is useful for accessing the field via an interface.
func (*UpdateTreatmentUpdateTreatment) GetId ¶ added in v1.3.0
func (v *UpdateTreatmentUpdateTreatment) GetId() string
GetId returns UpdateTreatmentUpdateTreatment.Id, and is useful for accessing the field via an interface.
func (*UpdateTreatmentUpdateTreatment) GetName ¶ added in v1.3.0
func (v *UpdateTreatmentUpdateTreatment) GetName() string
GetName returns UpdateTreatmentUpdateTreatment.Name, and is useful for accessing the field via an interface.
func (*UpdateTreatmentUpdateTreatment) GetSide_effects ¶ added in v1.3.0
func (v *UpdateTreatmentUpdateTreatment) GetSide_effects() []string
GetSide_effects returns UpdateTreatmentUpdateTreatment.Side_effects, and is useful for accessing the field via an interface.
func (*UpdateTreatmentUpdateTreatment) GetSymptoms ¶ added in v1.3.0
func (v *UpdateTreatmentUpdateTreatment) GetSymptoms() []string
GetSymptoms returns UpdateTreatmentUpdateTreatment.Symptoms, and is useful for accessing the field via an interface.