Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMedicamentInput ¶
type CreateMedicamentInput struct { DCI string `json:"dci"` Name string `json:"name"` TargetDiseases []string `json:"target_diseases"` TreatedSymptoms []string `json:"treated_symptoms"` SideEffects []string `json:"side_effects"` Dosage float64 `json:"dosage"` DosageUnit string `json:"dosage_unit"` Container string `json:"container"` DosageForm string `json:"dosage_form"` }
type CreateMedicamentResponse ¶
func CreateMedicament ¶
func CreateMedicament(input CreateMedicamentInput) CreateMedicamentResponse
type GetMedicamentByIdResponse ¶
func GetMedicamentById ¶
func GetMedicamentById(id string) GetMedicamentByIdResponse
type GetMedicamentsResponse ¶
func GetMedicaments ¶
func GetMedicaments(page int, size int) GetMedicamentsResponse
Click to show internal directories.
Click to hide internal directories.