users

package
v0.0.0-...-598a1f7 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BMD

type BMD struct {
	// contains filtered or unexported fields
}

type Dexa

type Dexa struct {
	Id     int     `json:"id"`
	Year   string  `json:"year"`
	Organs []Organ `json:"organs"`
}

type Direction

type Direction struct {
	// contains filtered or unexported fields
}

type Organ

type Organ struct {
	Id          int     `json:"id"`
	Direction   string  `json:"direction"`
	Site        string  `json:"site"`
	Bmd         float64 `json:"bmd"`
	TScore      float64 `json:"tScore"`
	ZScore      float64 `json:"zScore"`
	BeginOffset float64 `json:"beginOffset"`
	EndOffset   float64 `json:"endOffset"`
}

func Parse

func Parse(dexaData []byte) []Organ

Parse parses the medical data from AWS Comprehend Medical and returns organs(bone sites)

type Report

type Report struct {
	Sex             string `json:"sex"`
	FirstReportAge  int    `json:"first-report-age"`
	LatestReportAge int    `json:"latest-report-age"`
	Treatment       string `json:"treatment"`
	RaceEthinicity  string `json:"race-ethnicity"`
	Dexas           []Dexa `json:"dexas"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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