hdl_cholesterol_go_proto

package
v0.0.0-...-e8e4b7d Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r5_core_profiles_hdl_cholesterol_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type HdlCholesterol

type HdlCholesterol struct {

	// Logical id of this artifact
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Metadata about the resource
	Meta *datatypes_go_proto.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	// A set of rules under which this content was created
	ImplicitRules *datatypes_go_proto.Uri `protobuf:"bytes,3,opt,name=implicit_rules,json=implicitRules,proto3" json:"implicit_rules,omitempty"`
	// Language of the resource content
	Language *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	// Text summary of the resource, for human interpretation
	Text *datatypes_go_proto.Narrative `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"`
	// Contained, inline Resources
	Contained []*any.Any `protobuf:"bytes,6,rep,name=contained,proto3" json:"contained,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,8,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,9,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// Business Identifier for observation
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Fulfills plan, proposal or order
	BasedOn []*datatypes_go_proto.Reference `protobuf:"bytes,11,rep,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Part of referenced event
	PartOf []*datatypes_go_proto.Reference `protobuf:"bytes,12,rep,name=part_of,json=partOf,proto3" json:"part_of,omitempty"`
	Status *HdlCholesterol_StatusCode      `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Classification of  type of observation
	Category []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,rep,name=category,proto3" json:"category,omitempty"`
	// HDL Cholesterol
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=code,proto3" json:"code,omitempty"`
	// Who and/or what the observation is about
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=subject,proto3" json:"subject,omitempty"`
	// What the observation is about, when it is not about the subject of record
	Focus []*datatypes_go_proto.Reference `protobuf:"bytes,17,rep,name=focus,proto3" json:"focus,omitempty"`
	// Healthcare event during which this observation is made
	Encounter *datatypes_go_proto.Reference `protobuf:"bytes,18,opt,name=encounter,proto3" json:"encounter,omitempty"`
	Effective *HdlCholesterol_EffectiveX    `protobuf:"bytes,19,opt,name=effective,proto3" json:"effective,omitempty"`
	// Date/Time this version was made available
	Issued *datatypes_go_proto.Instant `protobuf:"bytes,20,opt,name=issued,proto3" json:"issued,omitempty"`
	// Who is responsible for the observation
	Performer []*datatypes_go_proto.Reference `protobuf:"bytes,21,rep,name=performer,proto3" json:"performer,omitempty"`
	Value     *HdlCholesterol_ValueX          `protobuf:"bytes,22,opt,name=value,proto3" json:"value,omitempty"`
	// Why the result is missing
	DataAbsentReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,23,opt,name=data_absent_reason,json=dataAbsentReason,proto3" json:"data_absent_reason,omitempty"`
	// + | ++ | +++ | - | -- | ---
	Interpretation *datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,opt,name=interpretation,proto3" json:"interpretation,omitempty"`
	// Comments about result
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,25,rep,name=note,proto3" json:"note,omitempty"`
	// Observed body part
	BodySite *datatypes_go_proto.CodeableConcept `protobuf:"bytes,26,opt,name=body_site,json=bodySite,proto3" json:"body_site,omitempty"`
	// How it was done
	Method *datatypes_go_proto.CodeableConcept `protobuf:"bytes,27,opt,name=method,proto3" json:"method,omitempty"`
	// Specimen used for this observation
	Specimen *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=specimen,proto3" json:"specimen,omitempty"`
	// (Measurement) Device
	Device         *datatypes_go_proto.Reference  `protobuf:"bytes,29,opt,name=device,proto3" json:"device,omitempty"`
	ReferenceRange *HdlCholesterol_ReferenceRange `protobuf:"bytes,30,opt,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	Component      []*HdlCholesterol_Component    `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Example Lipid Profile. HDL Cholesterol Result. See http://hl7.org/fhir/StructureDefinition/hdlcholesterol

func (*HdlCholesterol) Descriptor deprecated

func (*HdlCholesterol) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol.ProtoReflect.Descriptor instead.

func (*HdlCholesterol) GetBasedOn

func (x *HdlCholesterol) GetBasedOn() []*datatypes_go_proto.Reference

func (*HdlCholesterol) GetBodySite

func (*HdlCholesterol) GetCategory

func (*HdlCholesterol) GetCode

func (*HdlCholesterol) GetComponent

func (x *HdlCholesterol) GetComponent() []*HdlCholesterol_Component

func (*HdlCholesterol) GetContained

func (x *HdlCholesterol) GetContained() []*any.Any

func (*HdlCholesterol) GetDataAbsentReason

func (x *HdlCholesterol) GetDataAbsentReason() *datatypes_go_proto.CodeableConcept

func (*HdlCholesterol) GetDevice

func (*HdlCholesterol) GetEffective

func (x *HdlCholesterol) GetEffective() *HdlCholesterol_EffectiveX

func (*HdlCholesterol) GetEncounter

func (x *HdlCholesterol) GetEncounter() *datatypes_go_proto.Reference

func (*HdlCholesterol) GetExtension

func (x *HdlCholesterol) GetExtension() []*datatypes_go_proto.Extension

func (*HdlCholesterol) GetFocus

func (x *HdlCholesterol) GetFocus() []*datatypes_go_proto.Reference

func (*HdlCholesterol) GetId

func (x *HdlCholesterol) GetId() *datatypes_go_proto.Id

func (*HdlCholesterol) GetIdentifier

func (x *HdlCholesterol) GetIdentifier() []*datatypes_go_proto.Identifier

func (*HdlCholesterol) GetImplicitRules

func (x *HdlCholesterol) GetImplicitRules() *datatypes_go_proto.Uri

func (*HdlCholesterol) GetInterpretation

func (x *HdlCholesterol) GetInterpretation() *datatypes_go_proto.CodeableConcept

func (*HdlCholesterol) GetIssued

func (x *HdlCholesterol) GetIssued() *datatypes_go_proto.Instant

func (*HdlCholesterol) GetLanguage

func (x *HdlCholesterol) GetLanguage() *datatypes_go_proto.Code

func (*HdlCholesterol) GetMeta

func (x *HdlCholesterol) GetMeta() *datatypes_go_proto.Meta

func (*HdlCholesterol) GetMethod

func (*HdlCholesterol) GetModifierExtension

func (x *HdlCholesterol) GetModifierExtension() []*datatypes_go_proto.Extension

func (*HdlCholesterol) GetNote

func (*HdlCholesterol) GetPartOf

func (x *HdlCholesterol) GetPartOf() []*datatypes_go_proto.Reference

func (*HdlCholesterol) GetPerformer

func (x *HdlCholesterol) GetPerformer() []*datatypes_go_proto.Reference

func (*HdlCholesterol) GetReferenceRange

func (x *HdlCholesterol) GetReferenceRange() *HdlCholesterol_ReferenceRange

func (*HdlCholesterol) GetSpecimen

func (x *HdlCholesterol) GetSpecimen() *datatypes_go_proto.Reference

func (*HdlCholesterol) GetStatus

func (x *HdlCholesterol) GetStatus() *HdlCholesterol_StatusCode

func (*HdlCholesterol) GetSubject

func (x *HdlCholesterol) GetSubject() *datatypes_go_proto.Reference

func (*HdlCholesterol) GetText

func (*HdlCholesterol) GetValue

func (x *HdlCholesterol) GetValue() *HdlCholesterol_ValueX

func (*HdlCholesterol) ProtoMessage

func (*HdlCholesterol) ProtoMessage()

func (*HdlCholesterol) ProtoReflect

func (x *HdlCholesterol) ProtoReflect() protoreflect.Message

func (*HdlCholesterol) Reset

func (x *HdlCholesterol) Reset()

func (*HdlCholesterol) String

func (x *HdlCholesterol) String() string

type HdlCholesterol_Component

type HdlCholesterol_Component struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// Type of component observation (code / type)
	Code  *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Value *HdlCholesterol_Component_ValueX    `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	// Why the component result is missing
	DataAbsentReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=data_absent_reason,json=dataAbsentReason,proto3" json:"data_absent_reason,omitempty"`
	// High, low, normal, etc.
	Interpretation []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,7,rep,name=interpretation,proto3" json:"interpretation,omitempty"`
	// Provides guide for interpretation of component result
	ReferenceRange []*HdlCholesterol_ReferenceRange `protobuf:"bytes,8,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// contains filtered or unexported fields
}

Component results

func (*HdlCholesterol_Component) Descriptor deprecated

func (*HdlCholesterol_Component) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_Component.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_Component) GetCode

func (*HdlCholesterol_Component) GetDataAbsentReason

func (*HdlCholesterol_Component) GetExtension

func (*HdlCholesterol_Component) GetId

func (*HdlCholesterol_Component) GetInterpretation

func (*HdlCholesterol_Component) GetModifierExtension

func (x *HdlCholesterol_Component) GetModifierExtension() []*datatypes_go_proto.Extension

func (*HdlCholesterol_Component) GetReferenceRange

func (x *HdlCholesterol_Component) GetReferenceRange() []*HdlCholesterol_ReferenceRange

func (*HdlCholesterol_Component) GetValue

func (*HdlCholesterol_Component) ProtoMessage

func (*HdlCholesterol_Component) ProtoMessage()

func (*HdlCholesterol_Component) ProtoReflect

func (x *HdlCholesterol_Component) ProtoReflect() protoreflect.Message

func (*HdlCholesterol_Component) Reset

func (x *HdlCholesterol_Component) Reset()

func (*HdlCholesterol_Component) String

func (x *HdlCholesterol_Component) String() string

type HdlCholesterol_Component_ValueX

type HdlCholesterol_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*HdlCholesterol_Component_ValueX_Quantity
	//	*HdlCholesterol_Component_ValueX_CodeableConcept
	//	*HdlCholesterol_Component_ValueX_StringValue
	//	*HdlCholesterol_Component_ValueX_Boolean
	//	*HdlCholesterol_Component_ValueX_Integer
	//	*HdlCholesterol_Component_ValueX_Range
	//	*HdlCholesterol_Component_ValueX_Ratio
	//	*HdlCholesterol_Component_ValueX_SampledData
	//	*HdlCholesterol_Component_ValueX_Time
	//	*HdlCholesterol_Component_ValueX_DateTime
	//	*HdlCholesterol_Component_ValueX_Period
	//	*HdlCholesterol_Component_ValueX_Attachment
	Choice isHdlCholesterol_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Actual component result

func (*HdlCholesterol_Component_ValueX) Descriptor deprecated

func (*HdlCholesterol_Component_ValueX) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_Component_ValueX.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_Component_ValueX) GetAttachment

func (*HdlCholesterol_Component_ValueX) GetBoolean

func (*HdlCholesterol_Component_ValueX) GetChoice

func (m *HdlCholesterol_Component_ValueX) GetChoice() isHdlCholesterol_Component_ValueX_Choice

func (*HdlCholesterol_Component_ValueX) GetCodeableConcept

func (*HdlCholesterol_Component_ValueX) GetDateTime

func (*HdlCholesterol_Component_ValueX) GetInteger

func (*HdlCholesterol_Component_ValueX) GetPeriod

func (*HdlCholesterol_Component_ValueX) GetQuantity

func (*HdlCholesterol_Component_ValueX) GetRange

func (*HdlCholesterol_Component_ValueX) GetRatio

func (*HdlCholesterol_Component_ValueX) GetSampledData

func (*HdlCholesterol_Component_ValueX) GetStringValue

func (*HdlCholesterol_Component_ValueX) GetTime

func (*HdlCholesterol_Component_ValueX) ProtoMessage

func (*HdlCholesterol_Component_ValueX) ProtoMessage()

func (*HdlCholesterol_Component_ValueX) ProtoReflect

func (*HdlCholesterol_Component_ValueX) Reset

func (*HdlCholesterol_Component_ValueX) String

type HdlCholesterol_Component_ValueX_Attachment

type HdlCholesterol_Component_ValueX_Attachment struct {
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,12,opt,name=attachment,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Boolean

type HdlCholesterol_Component_ValueX_Boolean struct {
	Boolean *datatypes_go_proto.Boolean `protobuf:"bytes,4,opt,name=boolean,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_CodeableConcept

type HdlCholesterol_Component_ValueX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,2,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_DateTime

type HdlCholesterol_Component_ValueX_DateTime struct {
	DateTime *datatypes_go_proto.DateTime `protobuf:"bytes,10,opt,name=date_time,json=dateTime,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Integer

type HdlCholesterol_Component_ValueX_Integer struct {
	Integer *datatypes_go_proto.Integer `protobuf:"bytes,5,opt,name=integer,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Period

type HdlCholesterol_Component_ValueX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,11,opt,name=period,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Quantity

type HdlCholesterol_Component_ValueX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Range

type HdlCholesterol_Component_ValueX_Range struct {
	Range *datatypes_go_proto.Range `protobuf:"bytes,6,opt,name=range,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Ratio

type HdlCholesterol_Component_ValueX_Ratio struct {
	Ratio *datatypes_go_proto.Ratio `protobuf:"bytes,7,opt,name=ratio,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_SampledData

type HdlCholesterol_Component_ValueX_SampledData struct {
	SampledData *datatypes_go_proto.SampledData `protobuf:"bytes,8,opt,name=sampled_data,json=sampledData,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_StringValue

type HdlCholesterol_Component_ValueX_StringValue struct {
	StringValue *datatypes_go_proto.String `protobuf:"bytes,3,opt,name=string_value,json=string,proto3,oneof"`
}

type HdlCholesterol_Component_ValueX_Time

type HdlCholesterol_Component_ValueX_Time struct {
	Time *datatypes_go_proto.Time `protobuf:"bytes,9,opt,name=time,proto3,oneof"`
}

type HdlCholesterol_EffectiveX

type HdlCholesterol_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*HdlCholesterol_EffectiveX_DateTime
	//	*HdlCholesterol_EffectiveX_Period
	//	*HdlCholesterol_EffectiveX_Timing
	//	*HdlCholesterol_EffectiveX_Instant
	Choice isHdlCholesterol_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Clinically relevant time/time-period for observation

func (*HdlCholesterol_EffectiveX) Descriptor deprecated

func (*HdlCholesterol_EffectiveX) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_EffectiveX.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_EffectiveX) GetChoice

func (m *HdlCholesterol_EffectiveX) GetChoice() isHdlCholesterol_EffectiveX_Choice

func (*HdlCholesterol_EffectiveX) GetDateTime

func (*HdlCholesterol_EffectiveX) GetInstant

func (*HdlCholesterol_EffectiveX) GetPeriod

func (*HdlCholesterol_EffectiveX) GetTiming

func (*HdlCholesterol_EffectiveX) ProtoMessage

func (*HdlCholesterol_EffectiveX) ProtoMessage()

func (*HdlCholesterol_EffectiveX) ProtoReflect

func (*HdlCholesterol_EffectiveX) Reset

func (x *HdlCholesterol_EffectiveX) Reset()

func (*HdlCholesterol_EffectiveX) String

func (x *HdlCholesterol_EffectiveX) String() string

type HdlCholesterol_EffectiveX_DateTime

type HdlCholesterol_EffectiveX_DateTime struct {
	DateTime *datatypes_go_proto.DateTime `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3,oneof"`
}

type HdlCholesterol_EffectiveX_Instant

type HdlCholesterol_EffectiveX_Instant struct {
	Instant *datatypes_go_proto.Instant `protobuf:"bytes,4,opt,name=instant,proto3,oneof"`
}

type HdlCholesterol_EffectiveX_Period

type HdlCholesterol_EffectiveX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,2,opt,name=period,proto3,oneof"`
}

type HdlCholesterol_EffectiveX_Timing

type HdlCholesterol_EffectiveX_Timing struct {
	Timing *datatypes_go_proto.Timing `protobuf:"bytes,3,opt,name=timing,proto3,oneof"`
}

type HdlCholesterol_ReferenceRange

type HdlCholesterol_ReferenceRange struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// A fixed quantity (no comparator)
	Low *datatypes_go_proto.SimpleQuantity `protobuf:"bytes,4,opt,name=low,proto3" json:"low,omitempty"`
	// Text based reference range in an observation
	Text *datatypes_go_proto.String `protobuf:"bytes,9,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

Provides guide for interpretation

func (*HdlCholesterol_ReferenceRange) Descriptor deprecated

func (*HdlCholesterol_ReferenceRange) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_ReferenceRange.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_ReferenceRange) GetExtension

func (*HdlCholesterol_ReferenceRange) GetId

func (*HdlCholesterol_ReferenceRange) GetLow

func (*HdlCholesterol_ReferenceRange) GetModifierExtension

func (x *HdlCholesterol_ReferenceRange) GetModifierExtension() []*datatypes_go_proto.Extension

func (*HdlCholesterol_ReferenceRange) GetText

func (*HdlCholesterol_ReferenceRange) ProtoMessage

func (*HdlCholesterol_ReferenceRange) ProtoMessage()

func (*HdlCholesterol_ReferenceRange) ProtoReflect

func (*HdlCholesterol_ReferenceRange) Reset

func (x *HdlCholesterol_ReferenceRange) Reset()

func (*HdlCholesterol_ReferenceRange) String

type HdlCholesterol_StatusCode

type HdlCholesterol_StatusCode struct {
	Value     codes_go_proto.ObservationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.ObservationStatusCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension            `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

registered | preliminary | final | amended +

func (*HdlCholesterol_StatusCode) Descriptor deprecated

func (*HdlCholesterol_StatusCode) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_StatusCode.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_StatusCode) GetExtension

func (*HdlCholesterol_StatusCode) GetId

func (*HdlCholesterol_StatusCode) GetValue

func (*HdlCholesterol_StatusCode) ProtoMessage

func (*HdlCholesterol_StatusCode) ProtoMessage()

func (*HdlCholesterol_StatusCode) ProtoReflect

func (*HdlCholesterol_StatusCode) Reset

func (x *HdlCholesterol_StatusCode) Reset()

func (*HdlCholesterol_StatusCode) String

func (x *HdlCholesterol_StatusCode) String() string

type HdlCholesterol_ValueX

type HdlCholesterol_ValueX struct {

	// Types that are assignable to Choice:
	//	*HdlCholesterol_ValueX_Quantity
	Choice isHdlCholesterol_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Actual result

func (*HdlCholesterol_ValueX) Descriptor deprecated

func (*HdlCholesterol_ValueX) Descriptor() ([]byte, []int)

Deprecated: Use HdlCholesterol_ValueX.ProtoReflect.Descriptor instead.

func (*HdlCholesterol_ValueX) GetChoice

func (m *HdlCholesterol_ValueX) GetChoice() isHdlCholesterol_ValueX_Choice

func (*HdlCholesterol_ValueX) GetQuantity

func (*HdlCholesterol_ValueX) ProtoMessage

func (*HdlCholesterol_ValueX) ProtoMessage()

func (*HdlCholesterol_ValueX) ProtoReflect

func (x *HdlCholesterol_ValueX) ProtoReflect() protoreflect.Message

func (*HdlCholesterol_ValueX) Reset

func (x *HdlCholesterol_ValueX) Reset()

func (*HdlCholesterol_ValueX) String

func (x *HdlCholesterol_ValueX) String() string

type HdlCholesterol_ValueX_Quantity

type HdlCholesterol_ValueX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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