Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EspiraMarvin committed Feb 1, 2024
1 parent a6335e7 commit fe4130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clinical/usecases/clinical/observation.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *UseCasesClinicalImpl) PatchPatientMuac(ctx context.Context, id string,
return c.PatchPatientObservations(ctx, id, value)
}

// patchPatientLastMenstrualPeriod patches the last menstrual record of a patient
// PatchPatientLastMenstrualPeriod patches the last menstrual record of a patient
func (c *UseCasesClinicalImpl) PatchPatientLastMenstrualPeriod(ctx context.Context, id string, value string) (*dto.Observation, error) {
return c.PatchPatientObservations(ctx, id, value)
}
Expand Down

0 comments on commit fe4130f

Please sign in to comment.