Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingredient ¶
type Ingredient struct { PharmaceuticalForm *PharmaceuticalForm `json:"pharmaceuticalForm"` From time.Time `json:"from"` Substance *Substance `json:"substance"` Strength *Strength `json:"strength"` }
type Medicine ¶
type Medicine struct { Code string `json:"code"` Name string `json:"name"` Ingredient *Ingredient `json:"ingredient"` PosologyNotes []string `json:"posologyNotes"` }
type PharmaceuticalForm ¶
Click to show internal directories.
Click to hide internal directories.