Skip to content

Commit

Permalink
get diastolic blood pressure
Browse files Browse the repository at this point in the history
  • Loading branch information
EspiraMarvin committed Oct 3, 2023
1 parent 21b6ca5 commit a462870
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 161 deletions.
6 changes: 5 additions & 1 deletion pkg/clinical/presentation/graph/clinical.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ extend type Query {
pagination: Pagination!
): ObservationConnection

getPatientDiastolicBloodPressureEntries(
patientID: String!
pagination: Pagination!
): ObservationConnection

# Allergy
searchAllergy(name: String!, pagination: Pagination!): TerminologyConnection
getAllergy(id: ID!): Allergy!
Expand Down Expand Up @@ -116,7 +121,6 @@ extend type Mutation {
recordOxygenSaturation(input: ObservationInput!): Observation!
recordBloodSugar(input: ObservationInput!): Observation!
recordLastMenstrualPeriod(input: ObservationInput!): Observation!
recordDiastolicBloodPressure(input: ObservationInput!): Observation!

# Patient
createPatient(input: PatientInput!): Patient!
Expand Down
12 changes: 6 additions & 6 deletions pkg/clinical/presentation/graph/clinical.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a462870

Please sign in to comment.