bp_readings

package
v0.0.0-...-ff62c10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Body

type Body struct {
	ParticipantID int64  `json:"participantID"`
	StartingDate  string `json:"startingFromDate"`
	EndingDate    string `json:"endingDate"`
	Study         string `json:"study"`
}

type QueryHandler

type QueryHandler struct {
	Name string
}

func (QueryHandler) ServeHTTP

func (QueryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type Series

type Series struct {
	Name  string `json:"name"`
	Value int    `json:"value"`
}

type SeriesChart

type SeriesChart struct {
	Name   string   `json:"name"`
	Series []Series `json:"series"`
}

type VitalsAndSymptomsSeries

type VitalsAndSymptomsSeries struct {
	Series []SeriesChart `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL