substance_protein_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_r4_core_resources_substance_protein_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SubstanceProtein

type SubstanceProtein 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"`
	// The SubstanceProtein descriptive elements will only be used when a complete
	// or partial amino acid sequence is available or derivable from a nucleic
	// acid sequence
	SequenceType *datatypes_go_proto.CodeableConcept `protobuf:"bytes,10,opt,name=sequence_type,json=sequenceType,proto3" json:"sequence_type,omitempty"`
	// Number of linear sequences of amino acids linked through peptide bonds. The
	// number of subunits constituting the SubstanceProtein shall be described. It
	// is possible that the number of subunits can be variable
	NumberOfSubunits *datatypes_go_proto.Integer `protobuf:"bytes,11,opt,name=number_of_subunits,json=numberOfSubunits,proto3" json:"number_of_subunits,omitempty"`
	// The disulphide bond between two cysteine residues either on the same
	// subunit or on two different subunits shall be described. The position of
	// the disulfide bonds in the SubstanceProtein shall be listed in increasing
	// order of subunit number and position within subunit followed by the
	// abbreviation of the amino acids involved. The disulfide linkage positions
	// shall actually contain the amino acid Cysteine at the respective positions
	DisulfideLinkage []*datatypes_go_proto.String `protobuf:"bytes,12,rep,name=disulfide_linkage,json=disulfideLinkage,proto3" json:"disulfide_linkage,omitempty"`
	Subunit          []*SubstanceProtein_Subunit  `protobuf:"bytes,13,rep,name=subunit,proto3" json:"subunit,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for SubstanceProtein, last updated 2019-11-01T09:29:23.356+11:00. A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship. This includes all synthetic, recombinant and purified SubstanceProteins of defined sequence, whether the use is therapeutic or prophylactic. This set of elements will be used to describe albumins, coagulation factors, cytokines, growth factors, peptide/SubstanceProtein hormones, enzymes, toxins, toxoids, recombinant vaccines, and immunomodulators. See http://hl7.org/fhir/StructureDefinition/SubstanceProtein

func (*SubstanceProtein) Descriptor deprecated

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

Deprecated: Use SubstanceProtein.ProtoReflect.Descriptor instead.

func (*SubstanceProtein) GetContained

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

func (*SubstanceProtein) GetDisulfideLinkage

func (x *SubstanceProtein) GetDisulfideLinkage() []*datatypes_go_proto.String

func (*SubstanceProtein) GetExtension

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

func (*SubstanceProtein) GetId

func (*SubstanceProtein) GetImplicitRules

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

func (*SubstanceProtein) GetLanguage

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

func (*SubstanceProtein) GetMeta

func (*SubstanceProtein) GetModifierExtension

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

func (*SubstanceProtein) GetNumberOfSubunits

func (x *SubstanceProtein) GetNumberOfSubunits() *datatypes_go_proto.Integer

func (*SubstanceProtein) GetSequenceType

func (x *SubstanceProtein) GetSequenceType() *datatypes_go_proto.CodeableConcept

func (*SubstanceProtein) GetSubunit

func (x *SubstanceProtein) GetSubunit() []*SubstanceProtein_Subunit

func (*SubstanceProtein) GetText

func (*SubstanceProtein) ProtoMessage

func (*SubstanceProtein) ProtoMessage()

func (*SubstanceProtein) ProtoReflect

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

func (*SubstanceProtein) Reset

func (x *SubstanceProtein) Reset()

func (*SubstanceProtein) String

func (x *SubstanceProtein) String() string

type SubstanceProtein_Subunit

type SubstanceProtein_Subunit struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.String `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"`
	// Index of primary sequences of amino acids linked through peptide bonds in
	// order of decreasing length. Sequences of the same length will be ordered
	// by molecular weight. Subunits that have identical sequences will be
	// repeated and have sequential subscripts
	Subunit *datatypes_go_proto.Integer `protobuf:"bytes,4,opt,name=subunit,proto3" json:"subunit,omitempty"`
	// The sequence information shall be provided enumerating the amino acids
	// from N- to C-terminal end using standard single-letter amino acid codes.
	// Uppercase shall be used for L-amino acids and lowercase for D-amino
	// acids. Transcribed SubstanceProteins will always be described using the
	// translated sequence; for synthetic peptide containing amino acids that
	// are not represented with a single letter code an X should be used within
	// the sequence. The modified amino acids will be distinguished by their
	// position in the sequence
	Sequence *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// Length of linear sequences of amino acids contained in the subunit
	Length *datatypes_go_proto.Integer `protobuf:"bytes,6,opt,name=length,proto3" json:"length,omitempty"`
	// The sequence information shall be provided enumerating the amino acids
	// from N- to C-terminal end using standard single-letter amino acid codes.
	// Uppercase shall be used for L-amino acids and lowercase for D-amino
	// acids. Transcribed SubstanceProteins will always be described using the
	// translated sequence; for synthetic peptide containing amino acids that
	// are not represented with a single letter code an X should be used within
	// the sequence. The modified amino acids will be distinguished by their
	// position in the sequence
	SequenceAttachment *datatypes_go_proto.Attachment `protobuf:"bytes,7,opt,name=sequence_attachment,json=sequenceAttachment,proto3" json:"sequence_attachment,omitempty"`
	// Unique identifier for molecular fragment modification based on the ISO
	// 11238 Substance ID
	NTerminalModificationId *datatypes_go_proto.Identifier `` /* 134-byte string literal not displayed */
	// The name of the fragment modified at the N-terminal of the
	// SubstanceProtein shall be specified
	NTerminalModification *datatypes_go_proto.String `` /* 126-byte string literal not displayed */
	// Unique identifier for molecular fragment modification based on the ISO
	// 11238 Substance ID
	CTerminalModificationId *datatypes_go_proto.Identifier `` /* 135-byte string literal not displayed */
	// The modification at the C-terminal shall be specified
	CTerminalModification *datatypes_go_proto.String `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times

func (*SubstanceProtein_Subunit) Descriptor deprecated

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

Deprecated: Use SubstanceProtein_Subunit.ProtoReflect.Descriptor instead.

func (*SubstanceProtein_Subunit) GetCTerminalModification

func (x *SubstanceProtein_Subunit) GetCTerminalModification() *datatypes_go_proto.String

func (*SubstanceProtein_Subunit) GetCTerminalModificationId

func (x *SubstanceProtein_Subunit) GetCTerminalModificationId() *datatypes_go_proto.Identifier

func (*SubstanceProtein_Subunit) GetExtension

func (*SubstanceProtein_Subunit) GetId

func (*SubstanceProtein_Subunit) GetLength

func (*SubstanceProtein_Subunit) GetModifierExtension

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

func (*SubstanceProtein_Subunit) GetNTerminalModification

func (x *SubstanceProtein_Subunit) GetNTerminalModification() *datatypes_go_proto.String

func (*SubstanceProtein_Subunit) GetNTerminalModificationId

func (x *SubstanceProtein_Subunit) GetNTerminalModificationId() *datatypes_go_proto.Identifier

func (*SubstanceProtein_Subunit) GetSequence

func (*SubstanceProtein_Subunit) GetSequenceAttachment

func (x *SubstanceProtein_Subunit) GetSequenceAttachment() *datatypes_go_proto.Attachment

func (*SubstanceProtein_Subunit) GetSubunit

func (*SubstanceProtein_Subunit) ProtoMessage

func (*SubstanceProtein_Subunit) ProtoMessage()

func (*SubstanceProtein_Subunit) ProtoReflect

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

func (*SubstanceProtein_Subunit) Reset

func (x *SubstanceProtein_Subunit) Reset()

func (*SubstanceProtein_Subunit) String

func (x *SubstanceProtein_Subunit) String() string

Jump to

Keyboard shortcuts

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