Documentation ¶ Index ¶ type Blood func (b *Blood) IdentityFields() ([]string, error) func (b *Blood) Init() func (b *Blood) Normalize(normalizer data.Normalizer) error func (b *Blood) Parse(parser data.ObjectParser) error func (b *Blood) Validate(validator data.Validator) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Blood ¶ type Blood struct { types.Base `bson:",inline"` Units *string `json:"units,omitempty" bson:"units,omitempty"` Value *float64 `json:"value,omitempty" bson:"value,omitempty"` } func (*Blood) IdentityFields ¶ func (b *Blood) IdentityFields() ([]string, error) func (*Blood) Init ¶ func (b *Blood) Init() func (*Blood) Normalize ¶ func (b *Blood) Normalize(normalizer data.Normalizer) error func (*Blood) Parse ¶ func (b *Blood) Parse(parser data.ObjectParser) error func (*Blood) Validate ¶ func (b *Blood) Validate(validator data.Validator) error Source Files ¶ View all Source files blood.go Directories ¶ Show internal Expand all Path Synopsis glucose continuous selfmonitored ketone Click to show internal directories. Click to hide internal directories.