ldl_cholesterol_go_proto

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 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_ldl_cholesterol_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type LdlCholesterol

type LdlCholesterol 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 *LdlCholesterol_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"`
	// LDL Cholesterol -measured or calculated per code
	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 *LdlCholesterol_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     *LdlCholesterol_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 *LdlCholesterol_ReferenceRange `protobuf:"bytes,30,opt,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	Component      []*LdlCholesterol_Component    `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

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

func (*LdlCholesterol) Descriptor deprecated

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

Deprecated: Use LdlCholesterol.ProtoReflect.Descriptor instead.

func (*LdlCholesterol) GetBasedOn

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

func (*LdlCholesterol) GetBodySite

func (*LdlCholesterol) GetCategory

func (*LdlCholesterol) GetCode

func (*LdlCholesterol) GetComponent

func (x *LdlCholesterol) GetComponent() []*LdlCholesterol_Component

func (*LdlCholesterol) GetContained

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

func (*LdlCholesterol) GetDataAbsentReason

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

func (*LdlCholesterol) GetDevice

func (*LdlCholesterol) GetEffective

func (x *LdlCholesterol) GetEffective() *LdlCholesterol_EffectiveX

func (*LdlCholesterol) GetEncounter

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

func (*LdlCholesterol) GetExtension

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

func (*LdlCholesterol) GetFocus

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

func (*LdlCholesterol) GetId

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

func (*LdlCholesterol) GetIdentifier

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

func (*LdlCholesterol) GetImplicitRules

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

func (*LdlCholesterol) GetInterpretation

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

func (*LdlCholesterol) GetIssued

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

func (*LdlCholesterol) GetLanguage

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

func (*LdlCholesterol) GetMeta

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

func (*LdlCholesterol) GetMethod

func (*LdlCholesterol) GetModifierExtension

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

func (*LdlCholesterol) GetNote

func (*LdlCholesterol) GetPartOf

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

func (*LdlCholesterol) GetPerformer

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

func (*LdlCholesterol) GetReferenceRange

func (x *LdlCholesterol) GetReferenceRange() *LdlCholesterol_ReferenceRange

func (*LdlCholesterol) GetSpecimen

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

func (*LdlCholesterol) GetStatus

func (x *LdlCholesterol) GetStatus() *LdlCholesterol_StatusCode

func (*LdlCholesterol) GetSubject

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

func (*LdlCholesterol) GetText

func (*LdlCholesterol) GetValue

func (x *LdlCholesterol) GetValue() *LdlCholesterol_ValueX

func (*LdlCholesterol) ProtoMessage

func (*LdlCholesterol) ProtoMessage()

func (*LdlCholesterol) ProtoReflect

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

func (*LdlCholesterol) Reset

func (x *LdlCholesterol) Reset()

func (*LdlCholesterol) String

func (x *LdlCholesterol) String() string

type LdlCholesterol_Component

type LdlCholesterol_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 *LdlCholesterol_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 []*LdlCholesterol_ReferenceRange `protobuf:"bytes,8,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// contains filtered or unexported fields
}

Component results

func (*LdlCholesterol_Component) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_Component.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_Component) GetCode

func (*LdlCholesterol_Component) GetDataAbsentReason

func (*LdlCholesterol_Component) GetExtension

func (*LdlCholesterol_Component) GetId

func (*LdlCholesterol_Component) GetInterpretation

func (*LdlCholesterol_Component) GetModifierExtension

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

func (*LdlCholesterol_Component) GetReferenceRange

func (x *LdlCholesterol_Component) GetReferenceRange() []*LdlCholesterol_ReferenceRange

func (*LdlCholesterol_Component) GetValue

func (*LdlCholesterol_Component) ProtoMessage

func (*LdlCholesterol_Component) ProtoMessage()

func (*LdlCholesterol_Component) ProtoReflect

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

func (*LdlCholesterol_Component) Reset

func (x *LdlCholesterol_Component) Reset()

func (*LdlCholesterol_Component) String

func (x *LdlCholesterol_Component) String() string

type LdlCholesterol_Component_ValueX

type LdlCholesterol_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*LdlCholesterol_Component_ValueX_Quantity
	//	*LdlCholesterol_Component_ValueX_CodeableConcept
	//	*LdlCholesterol_Component_ValueX_StringValue
	//	*LdlCholesterol_Component_ValueX_Boolean
	//	*LdlCholesterol_Component_ValueX_Integer
	//	*LdlCholesterol_Component_ValueX_Range
	//	*LdlCholesterol_Component_ValueX_Ratio
	//	*LdlCholesterol_Component_ValueX_SampledData
	//	*LdlCholesterol_Component_ValueX_Time
	//	*LdlCholesterol_Component_ValueX_DateTime
	//	*LdlCholesterol_Component_ValueX_Period
	//	*LdlCholesterol_Component_ValueX_Attachment
	Choice isLdlCholesterol_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Actual component result

func (*LdlCholesterol_Component_ValueX) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_Component_ValueX.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_Component_ValueX) GetAttachment

func (*LdlCholesterol_Component_ValueX) GetBoolean

func (*LdlCholesterol_Component_ValueX) GetChoice

func (m *LdlCholesterol_Component_ValueX) GetChoice() isLdlCholesterol_Component_ValueX_Choice

func (*LdlCholesterol_Component_ValueX) GetCodeableConcept

func (*LdlCholesterol_Component_ValueX) GetDateTime

func (*LdlCholesterol_Component_ValueX) GetInteger

func (*LdlCholesterol_Component_ValueX) GetPeriod

func (*LdlCholesterol_Component_ValueX) GetQuantity

func (*LdlCholesterol_Component_ValueX) GetRange

func (*LdlCholesterol_Component_ValueX) GetRatio

func (*LdlCholesterol_Component_ValueX) GetSampledData

func (*LdlCholesterol_Component_ValueX) GetStringValue

func (*LdlCholesterol_Component_ValueX) GetTime

func (*LdlCholesterol_Component_ValueX) ProtoMessage

func (*LdlCholesterol_Component_ValueX) ProtoMessage()

func (*LdlCholesterol_Component_ValueX) ProtoReflect

func (*LdlCholesterol_Component_ValueX) Reset

func (*LdlCholesterol_Component_ValueX) String

type LdlCholesterol_Component_ValueX_Attachment

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

type LdlCholesterol_Component_ValueX_Boolean

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

type LdlCholesterol_Component_ValueX_CodeableConcept

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

type LdlCholesterol_Component_ValueX_DateTime

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

type LdlCholesterol_Component_ValueX_Integer

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

type LdlCholesterol_Component_ValueX_Period

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

type LdlCholesterol_Component_ValueX_Quantity

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

type LdlCholesterol_Component_ValueX_Range

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

type LdlCholesterol_Component_ValueX_Ratio

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

type LdlCholesterol_Component_ValueX_SampledData

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

type LdlCholesterol_Component_ValueX_StringValue

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

type LdlCholesterol_Component_ValueX_Time

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

type LdlCholesterol_EffectiveX

type LdlCholesterol_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*LdlCholesterol_EffectiveX_DateTime
	//	*LdlCholesterol_EffectiveX_Period
	//	*LdlCholesterol_EffectiveX_Timing
	//	*LdlCholesterol_EffectiveX_Instant
	Choice isLdlCholesterol_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Clinically relevant time/time-period for observation

func (*LdlCholesterol_EffectiveX) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_EffectiveX.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_EffectiveX) GetChoice

func (m *LdlCholesterol_EffectiveX) GetChoice() isLdlCholesterol_EffectiveX_Choice

func (*LdlCholesterol_EffectiveX) GetDateTime

func (*LdlCholesterol_EffectiveX) GetInstant

func (*LdlCholesterol_EffectiveX) GetPeriod

func (*LdlCholesterol_EffectiveX) GetTiming

func (*LdlCholesterol_EffectiveX) ProtoMessage

func (*LdlCholesterol_EffectiveX) ProtoMessage()

func (*LdlCholesterol_EffectiveX) ProtoReflect

func (*LdlCholesterol_EffectiveX) Reset

func (x *LdlCholesterol_EffectiveX) Reset()

func (*LdlCholesterol_EffectiveX) String

func (x *LdlCholesterol_EffectiveX) String() string

type LdlCholesterol_EffectiveX_DateTime

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

type LdlCholesterol_EffectiveX_Instant

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

type LdlCholesterol_EffectiveX_Period

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

type LdlCholesterol_EffectiveX_Timing

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

type LdlCholesterol_ReferenceRange

type LdlCholesterol_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)
	High *datatypes_go_proto.SimpleQuantity `protobuf:"bytes,5,opt,name=high,proto3" json:"high,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 (*LdlCholesterol_ReferenceRange) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_ReferenceRange.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_ReferenceRange) GetExtension

func (*LdlCholesterol_ReferenceRange) GetHigh

func (*LdlCholesterol_ReferenceRange) GetId

func (*LdlCholesterol_ReferenceRange) GetModifierExtension

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

func (*LdlCholesterol_ReferenceRange) GetText

func (*LdlCholesterol_ReferenceRange) ProtoMessage

func (*LdlCholesterol_ReferenceRange) ProtoMessage()

func (*LdlCholesterol_ReferenceRange) ProtoReflect

func (*LdlCholesterol_ReferenceRange) Reset

func (x *LdlCholesterol_ReferenceRange) Reset()

func (*LdlCholesterol_ReferenceRange) String

type LdlCholesterol_StatusCode

type LdlCholesterol_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 (*LdlCholesterol_StatusCode) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_StatusCode.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_StatusCode) GetExtension

func (*LdlCholesterol_StatusCode) GetId

func (*LdlCholesterol_StatusCode) GetValue

func (*LdlCholesterol_StatusCode) ProtoMessage

func (*LdlCholesterol_StatusCode) ProtoMessage()

func (*LdlCholesterol_StatusCode) ProtoReflect

func (*LdlCholesterol_StatusCode) Reset

func (x *LdlCholesterol_StatusCode) Reset()

func (*LdlCholesterol_StatusCode) String

func (x *LdlCholesterol_StatusCode) String() string

type LdlCholesterol_ValueX

type LdlCholesterol_ValueX struct {

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

Actual result

func (*LdlCholesterol_ValueX) Descriptor deprecated

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

Deprecated: Use LdlCholesterol_ValueX.ProtoReflect.Descriptor instead.

func (*LdlCholesterol_ValueX) GetChoice

func (m *LdlCholesterol_ValueX) GetChoice() isLdlCholesterol_ValueX_Choice

func (*LdlCholesterol_ValueX) GetQuantity

func (*LdlCholesterol_ValueX) ProtoMessage

func (*LdlCholesterol_ValueX) ProtoMessage()

func (*LdlCholesterol_ValueX) ProtoReflect

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

func (*LdlCholesterol_ValueX) Reset

func (x *LdlCholesterol_ValueX) Reset()

func (*LdlCholesterol_ValueX) String

func (x *LdlCholesterol_ValueX) String() string

type LdlCholesterol_ValueX_Quantity

type LdlCholesterol_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