substance_polymer_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: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r5_core_resources_substance_polymer_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SubstancePolymer

type SubstancePolymer 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"`
	// Todo
	ClassValue *datatypes_go_proto.CodeableConcept `protobuf:"bytes,10,opt,name=class_value,json=class,proto3" json:"class_value,omitempty"`
	// Todo
	Geometry *datatypes_go_proto.CodeableConcept `protobuf:"bytes,11,opt,name=geometry,proto3" json:"geometry,omitempty"`
	// Todo
	CopolymerConnectivity []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,rep,name=copolymer_connectivity,json=copolymerConnectivity,proto3" json:"copolymer_connectivity,omitempty"`
	// Todo
	Modification []*datatypes_go_proto.String   `protobuf:"bytes,13,rep,name=modification,proto3" json:"modification,omitempty"`
	MonomerSet   []*SubstancePolymer_MonomerSet `protobuf:"bytes,14,rep,name=monomer_set,json=monomerSet,proto3" json:"monomer_set,omitempty"`
	Repeat       []*SubstancePolymer_Repeat     `protobuf:"bytes,15,rep,name=repeat,proto3" json:"repeat,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for SubstancePolymer, last updated 2019-12-31T21:03:40.621+11:00. Todo. See http://hl7.org/fhir/StructureDefinition/SubstancePolymer

func (*SubstancePolymer) Descriptor deprecated

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

Deprecated: Use SubstancePolymer.ProtoReflect.Descriptor instead.

func (*SubstancePolymer) GetClassValue

func (*SubstancePolymer) GetContained

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

func (*SubstancePolymer) GetCopolymerConnectivity

func (x *SubstancePolymer) GetCopolymerConnectivity() []*datatypes_go_proto.CodeableConcept

func (*SubstancePolymer) GetExtension

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

func (*SubstancePolymer) GetGeometry

func (*SubstancePolymer) GetId

func (*SubstancePolymer) GetImplicitRules

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

func (*SubstancePolymer) GetLanguage

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

func (*SubstancePolymer) GetMeta

func (*SubstancePolymer) GetModification

func (x *SubstancePolymer) GetModification() []*datatypes_go_proto.String

func (*SubstancePolymer) GetModifierExtension

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

func (*SubstancePolymer) GetMonomerSet

func (x *SubstancePolymer) GetMonomerSet() []*SubstancePolymer_MonomerSet

func (*SubstancePolymer) GetRepeat

func (x *SubstancePolymer) GetRepeat() []*SubstancePolymer_Repeat

func (*SubstancePolymer) GetText

func (*SubstancePolymer) ProtoMessage

func (*SubstancePolymer) ProtoMessage()

func (*SubstancePolymer) ProtoReflect

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

func (*SubstancePolymer) Reset

func (x *SubstancePolymer) Reset()

func (*SubstancePolymer) String

func (x *SubstancePolymer) String() string

type SubstancePolymer_MonomerSet

type SubstancePolymer_MonomerSet 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"`
	// Todo
	RatioType        *datatypes_go_proto.CodeableConcept             `protobuf:"bytes,4,opt,name=ratio_type,json=ratioType,proto3" json:"ratio_type,omitempty"`
	StartingMaterial []*SubstancePolymer_MonomerSet_StartingMaterial `protobuf:"bytes,5,rep,name=starting_material,json=startingMaterial,proto3" json:"starting_material,omitempty"`
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_MonomerSet) Descriptor deprecated

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

Deprecated: Use SubstancePolymer_MonomerSet.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_MonomerSet) GetExtension

func (*SubstancePolymer_MonomerSet) GetId

func (*SubstancePolymer_MonomerSet) GetModifierExtension

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

func (*SubstancePolymer_MonomerSet) GetRatioType

func (*SubstancePolymer_MonomerSet) GetStartingMaterial

func (*SubstancePolymer_MonomerSet) ProtoMessage

func (*SubstancePolymer_MonomerSet) ProtoMessage()

func (*SubstancePolymer_MonomerSet) ProtoReflect

func (*SubstancePolymer_MonomerSet) Reset

func (x *SubstancePolymer_MonomerSet) Reset()

func (*SubstancePolymer_MonomerSet) String

func (x *SubstancePolymer_MonomerSet) String() string

type SubstancePolymer_MonomerSet_StartingMaterial

type SubstancePolymer_MonomerSet_StartingMaterial 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"`
	// Todo
	Material *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=material,proto3" json:"material,omitempty"`
	// Todo
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// Todo
	IsDefining *datatypes_go_proto.Boolean `protobuf:"bytes,6,opt,name=is_defining,json=isDefining,proto3" json:"is_defining,omitempty"`
	// Todo
	Amount *datatypes_go_proto.SubstanceAmount `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_MonomerSet_StartingMaterial) Descriptor deprecated

Deprecated: Use SubstancePolymer_MonomerSet_StartingMaterial.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetAmount

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetExtension

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetId

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetIsDefining

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetMaterial

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetModifierExtension

func (*SubstancePolymer_MonomerSet_StartingMaterial) GetType

func (*SubstancePolymer_MonomerSet_StartingMaterial) ProtoMessage

func (*SubstancePolymer_MonomerSet_StartingMaterial) ProtoReflect

func (*SubstancePolymer_MonomerSet_StartingMaterial) Reset

func (*SubstancePolymer_MonomerSet_StartingMaterial) String

type SubstancePolymer_Repeat

type SubstancePolymer_Repeat 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"`
	// Todo
	NumberOfUnits *datatypes_go_proto.Integer `protobuf:"bytes,4,opt,name=number_of_units,json=numberOfUnits,proto3" json:"number_of_units,omitempty"`
	// Todo
	AverageMolecularFormula *datatypes_go_proto.String `` /* 132-byte string literal not displayed */
	// Todo
	RepeatUnitAmountType *datatypes_go_proto.CodeableConcept   `protobuf:"bytes,6,opt,name=repeat_unit_amount_type,json=repeatUnitAmountType,proto3" json:"repeat_unit_amount_type,omitempty"`
	RepeatUnit           []*SubstancePolymer_Repeat_RepeatUnit `protobuf:"bytes,7,rep,name=repeat_unit,json=repeatUnit,proto3" json:"repeat_unit,omitempty"`
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_Repeat) Descriptor deprecated

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

Deprecated: Use SubstancePolymer_Repeat.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_Repeat) GetAverageMolecularFormula

func (x *SubstancePolymer_Repeat) GetAverageMolecularFormula() *datatypes_go_proto.String

func (*SubstancePolymer_Repeat) GetExtension

func (*SubstancePolymer_Repeat) GetId

func (*SubstancePolymer_Repeat) GetModifierExtension

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

func (*SubstancePolymer_Repeat) GetNumberOfUnits

func (x *SubstancePolymer_Repeat) GetNumberOfUnits() *datatypes_go_proto.Integer

func (*SubstancePolymer_Repeat) GetRepeatUnit

func (*SubstancePolymer_Repeat) GetRepeatUnitAmountType

func (x *SubstancePolymer_Repeat) GetRepeatUnitAmountType() *datatypes_go_proto.CodeableConcept

func (*SubstancePolymer_Repeat) ProtoMessage

func (*SubstancePolymer_Repeat) ProtoMessage()

func (*SubstancePolymer_Repeat) ProtoReflect

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

func (*SubstancePolymer_Repeat) Reset

func (x *SubstancePolymer_Repeat) Reset()

func (*SubstancePolymer_Repeat) String

func (x *SubstancePolymer_Repeat) String() string

type SubstancePolymer_Repeat_RepeatUnit

type SubstancePolymer_Repeat_RepeatUnit 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"`
	// Todo
	OrientationOfPolymerisation *datatypes_go_proto.CodeableConcept `` /* 144-byte string literal not displayed */
	// Todo
	RepeatUnit *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=repeat_unit,json=repeatUnit,proto3" json:"repeat_unit,omitempty"`
	// Todo
	Amount                   *datatypes_go_proto.SubstanceAmount                            `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
	DegreeOfPolymerisation   []*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation   `` /* 129-byte string literal not displayed */
	StructuralRepresentation []*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_Repeat_RepeatUnit) Descriptor deprecated

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

Deprecated: Use SubstancePolymer_Repeat_RepeatUnit.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_Repeat_RepeatUnit) GetAmount

func (*SubstancePolymer_Repeat_RepeatUnit) GetDegreeOfPolymerisation

func (*SubstancePolymer_Repeat_RepeatUnit) GetExtension

func (*SubstancePolymer_Repeat_RepeatUnit) GetId

func (*SubstancePolymer_Repeat_RepeatUnit) GetModifierExtension

func (*SubstancePolymer_Repeat_RepeatUnit) GetOrientationOfPolymerisation

func (x *SubstancePolymer_Repeat_RepeatUnit) GetOrientationOfPolymerisation() *datatypes_go_proto.CodeableConcept

func (*SubstancePolymer_Repeat_RepeatUnit) GetRepeatUnit

func (*SubstancePolymer_Repeat_RepeatUnit) GetStructuralRepresentation

func (*SubstancePolymer_Repeat_RepeatUnit) ProtoMessage

func (*SubstancePolymer_Repeat_RepeatUnit) ProtoMessage()

func (*SubstancePolymer_Repeat_RepeatUnit) ProtoReflect

func (*SubstancePolymer_Repeat_RepeatUnit) Reset

func (*SubstancePolymer_Repeat_RepeatUnit) String

type SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation

type SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation 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"`
	// Todo
	Degree *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=degree,proto3" json:"degree,omitempty"`
	// Todo
	Amount *datatypes_go_proto.SubstanceAmount `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) Descriptor deprecated

Deprecated: Use SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) GetAmount

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) GetDegree

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) GetExtension

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) GetId

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) GetModifierExtension

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) ProtoMessage

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) ProtoReflect

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) Reset

func (*SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation) String

type SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation

type SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation 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"`
	// Todo
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// Todo
	Representation *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=representation,proto3" json:"representation,omitempty"`
	// Todo
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,6,opt,name=attachment,proto3" json:"attachment,omitempty"`
	// contains filtered or unexported fields
}

Todo

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) Descriptor deprecated

Deprecated: Use SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.ProtoReflect.Descriptor instead.

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetAttachment

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetExtension

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetId

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetModifierExtension

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetRepresentation

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) GetType

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) ProtoMessage

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) ProtoReflect

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) Reset

func (*SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation) String

Jump to

Keyboard shortcuts

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