problemAllergySummaryQuery top-level constant

String const problemAllergySummaryQuery

Implementation

const String problemAllergySummaryQuery = r'''
query ProblemAllergySummary($patientID: String!) {
	problemSummary(patientID: $patientID)
  allergySummary(patientID: $patientID)
}
''';