Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateNewFollowUpInput ¶
type CreateTreatmentFollowUpResponse ¶
type CreateTreatmentFollowUpResponse struct { TreatmentFollowUp model.TreatmentsFollowUp Code int Err error }
func CreateTreatmentFollowUp ¶
func CreateTreatmentFollowUp(input CreateNewFollowUpInput, patientID string) CreateTreatmentFollowUpResponse
type DeleteFollowUpResponse ¶
func Delete_follow_up ¶
func Delete_follow_up(id string, patientId string) DeleteFollowUpResponse
type GetTreatmentFollowUpByIdResponse ¶
type GetTreatmentFollowUpByIdResponse struct { TreatmentFollowUp model.TreatmentsFollowUp Code int Err error }
func GetTreatmentFollowUpById ¶
func GetTreatmentFollowUpById(id string) GetTreatmentFollowUpByIdResponse
type GetTreatmentFollowUpsResponse ¶
type GetTreatmentFollowUpsResponse struct { TreatmentFollowUps []model.TreatmentsFollowUp Code int Err error }
func GetTreatmentFollowUp ¶
func GetTreatmentFollowUp(patientId string) GetTreatmentFollowUpsResponse
Click to show internal directories.
Click to hide internal directories.