data

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2018 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MedicalProduct

type MedicalProduct struct {
	XMLName           xml.Name   `xml:"produktLeczniczy"`
	ProductName       string     `xml:"nazwaProduktu,attr"`
	Kind              string     `xml:"rodzajPreparatu,attr"`
	CommonProductName string     `xml:"nazwaPowszechnieStosowana,attr"`
	Strength          string     `xml:"moc,attr"`
	Form              string     `xml:"postac,attr"`
	ResponsibleEntity string     `xml:"podmiotOdpowiedzialny,attr"`
	ActiveSubstances  []string   `xml:"substancjeCzynne>substancjaCzynna"`
	Packages          []*Package `xml:"opakowania>opakowanie"`
}

type MedicalProducts

type MedicalProducts struct {
	XMLName  xml.Name          `xml:"produktyLecznicze"`
	AsOfDay  string            `xml:"stanNaDzien,attr"`
	Children []*MedicalProduct `xml:"produktLeczniczy"`
}

type Package

type Package struct {
	XMLName  xml.Name `xml:"opakowanie"`
	Size     string   `xml:"wielkosc,attr"`
	SizeUnit string   `xml:"jednostkaWielkosci,attr"`
	Ean      string   `xml:"kodEAN,attr"`
}

Jump to

Keyboard shortcuts

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