Documentation
¶
Index ¶
- func GetAccountInfo(ctx context.Context, authHeader string) (models.AccountInfo, any, error)
- func GetAccountList(ctx context.Context, authHeader string) ([]models.AccountInfo, error)
- func GetDiagnosisInfo(ctx context.Context, authHeader, icdCode string) (models.DiagnosisInfo, error)
- func GetDiagnosisList(ctx context.Context, authHeader string) ([]models.DiagnosisInfo, error)
- func GetMedicalRecordTemplate(ctx context.Context, authHeader, typeID string) (*pgtype.JSON, error)
- func GetMedicalRecordTypeList(ctx context.Context, authHeader string) ([]models.MedicalRecordType, error)
- func GetMedicationInfo(ctx context.Context, authHeader string, medicationID string) (models.MedicationInfo, error)
- func GetMedicationList(ctx context.Context, authHeader string) ([]models.MedicationInfo, error)
- func GetPatientInfo(ctx context.Context, authHeader string, patientID string) (models.PatientInfo, error)
- func GetPatientList(ctx context.Context, authHeader string) ([]models.PatientBriefInfo, error)
- func GetStaffInfo(ctx context.Context, authHeader string, staffID string) (models.StaffInfo, error)
- func GetStaffList(ctx context.Context, authHeader string) ([]models.StaffInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountInfo ¶
func GetAccountList ¶
func GetDiagnosisInfo ¶
func GetDiagnosisList ¶
func GetMedicationInfo ¶
func GetMedicationList ¶
func GetPatientInfo ¶
func GetPatientList ¶
func GetStaffInfo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.