types

package
v0.0.0-...-0d50045 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActualMedicinalProduct

type ActualMedicinalProduct struct {
	OfficialName string
	From         time.Time
	AmpComponent AmpComponent
	VmpCode      int
	Code         string
	Ampp         Ampp
}

type AmpComponent

type AmpComponent struct {
	RealActualIngredient   RealActualIngredient
	PharmaceuticalFormCode string
	VmpComponentCode       int
}

type Ampp

type Ampp struct {
	PosologyNotes []string
}

type Cfg

type Cfg struct {
	XML XML `yaml:"XML"`
}

type PharmaceuticalForm

type PharmaceuticalForm struct {
	Code string
	Name string
}

type Quantity

type Quantity struct {
	Value float64
	Unit  string
}

type RealActualIngredient

type RealActualIngredient struct {
	Type          string
	Strength      Quantity
	SubstanceCode string
	From          time.Time
}

type Substance

type Substance struct {
	Code string
	Name string
}

type XML

type XML struct {
	RefPath string `yaml:"RefPath"`
	AmpPath string `yaml:"AmpPath"`
}

Jump to

Keyboard shortcuts

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