Documentation
¶
Overview ¶
Package units provides basic unit constants that are used for various FHIR Quantity types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Time ¶
type Time int
Time is a unit of measure for measuring the passage of time.
const ( // Nanoseconds is a Time unit that measures time in nanoseconds. Nanoseconds Time = iota // Microseconds is a Time unit that measures time in microseconds. Microseconds // Milliseconds is a Time unit that measures time in milliseconds. Milliseconds // Seconds is a Time unit that measures time in seconds. Seconds // Minutes is a Time unit that measures time in minutes. Minutes // Hours is a Time unit that measures time in hours. Hours // Days is a Time unit that measures time in days. Days )
func TimeFromSymbol ¶
TimeFromSymbol creates the Time object
Click to show internal directories.
Click to hide internal directories.