list_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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_list_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type List

type List 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
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	Status     *List_StatusCode                 `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	Mode       *List_ModeCode                   `protobuf:"bytes,12,opt,name=mode,proto3" json:"mode,omitempty"`
	// Descriptive name for the list
	Title *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"`
	// What the purpose of this list is
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,opt,name=code,proto3" json:"code,omitempty"`
	// If all resources have the same subject
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,15,opt,name=subject,proto3" json:"subject,omitempty"`
	// Context in which list created
	Encounter *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=encounter,proto3" json:"encounter,omitempty"`
	// When the list was prepared
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,17,opt,name=date,proto3" json:"date,omitempty"`
	// Who and/or what defined the list contents (aka Author)
	Source *datatypes_go_proto.Reference `protobuf:"bytes,18,opt,name=source,proto3" json:"source,omitempty"`
	// What order the list has
	OrderedBy *datatypes_go_proto.CodeableConcept `protobuf:"bytes,19,opt,name=ordered_by,json=orderedBy,proto3" json:"ordered_by,omitempty"`
	// Comments about the list
	Note  []*datatypes_go_proto.Annotation `protobuf:"bytes,20,rep,name=note,proto3" json:"note,omitempty"`
	Entry []*List_Entry                    `protobuf:"bytes,21,rep,name=entry,proto3" json:"entry,omitempty"`
	// Why list is empty
	EmptyReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,22,opt,name=empty_reason,json=emptyReason,proto3" json:"empty_reason,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for List, last updated 2019-11-01T09:29:23.356+11:00. A list is a curated collection of resources. See http://hl7.org/fhir/StructureDefinition/List

func (*List) Descriptor deprecated

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

Deprecated: Use List.ProtoReflect.Descriptor instead.

func (*List) GetCode

func (x *List) GetCode() *datatypes_go_proto.CodeableConcept

func (*List) GetContained

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

func (*List) GetDate

func (x *List) GetDate() *datatypes_go_proto.DateTime

func (*List) GetEmptyReason

func (x *List) GetEmptyReason() *datatypes_go_proto.CodeableConcept

func (*List) GetEncounter

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

func (*List) GetEntry

func (x *List) GetEntry() []*List_Entry

func (*List) GetExtension

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

func (*List) GetId

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

func (*List) GetIdentifier

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

func (*List) GetImplicitRules

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

func (*List) GetLanguage

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

func (*List) GetMeta

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

func (*List) GetMode

func (x *List) GetMode() *List_ModeCode

func (*List) GetModifierExtension

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

func (*List) GetNote

func (x *List) GetNote() []*datatypes_go_proto.Annotation

func (*List) GetOrderedBy

func (x *List) GetOrderedBy() *datatypes_go_proto.CodeableConcept

func (*List) GetSource

func (x *List) GetSource() *datatypes_go_proto.Reference

func (*List) GetStatus

func (x *List) GetStatus() *List_StatusCode

func (*List) GetSubject

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

func (*List) GetText

func (x *List) GetText() *datatypes_go_proto.Narrative

func (*List) GetTitle

func (x *List) GetTitle() *datatypes_go_proto.String

func (*List) ProtoMessage

func (*List) ProtoMessage()

func (*List) ProtoReflect

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

func (*List) Reset

func (x *List) Reset()

func (*List) String

func (x *List) String() string

type List_Entry

type List_Entry 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"`
	// Status/Workflow information about this item
	Flag *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=flag,proto3" json:"flag,omitempty"`
	// If this item is actually marked as deleted
	Deleted *datatypes_go_proto.Boolean `protobuf:"bytes,5,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// When item added to list
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,6,opt,name=date,proto3" json:"date,omitempty"`
	// Actual entry
	Item *datatypes_go_proto.Reference `protobuf:"bytes,7,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

Entries in the list

func (*List_Entry) Descriptor deprecated

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

Deprecated: Use List_Entry.ProtoReflect.Descriptor instead.

func (*List_Entry) GetDate

func (x *List_Entry) GetDate() *datatypes_go_proto.DateTime

func (*List_Entry) GetDeleted

func (x *List_Entry) GetDeleted() *datatypes_go_proto.Boolean

func (*List_Entry) GetExtension

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

func (*List_Entry) GetFlag

func (*List_Entry) GetId

func (x *List_Entry) GetId() *datatypes_go_proto.String

func (*List_Entry) GetItem

func (x *List_Entry) GetItem() *datatypes_go_proto.Reference

func (*List_Entry) GetModifierExtension

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

func (*List_Entry) ProtoMessage

func (*List_Entry) ProtoMessage()

func (*List_Entry) ProtoReflect

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

func (*List_Entry) Reset

func (x *List_Entry) Reset()

func (*List_Entry) String

func (x *List_Entry) String() string

type List_ModeCode

type List_ModeCode struct {
	Value     codes_go_proto.ListModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ListModeCode_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
}

working | snapshot | changes

func (*List_ModeCode) Descriptor deprecated

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

Deprecated: Use List_ModeCode.ProtoReflect.Descriptor instead.

func (*List_ModeCode) GetExtension

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

func (*List_ModeCode) GetId

func (*List_ModeCode) GetValue

func (*List_ModeCode) ProtoMessage

func (*List_ModeCode) ProtoMessage()

func (*List_ModeCode) ProtoReflect

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

func (*List_ModeCode) Reset

func (x *List_ModeCode) Reset()

func (*List_ModeCode) String

func (x *List_ModeCode) String() string

type List_StatusCode

type List_StatusCode struct {
	Value     codes_go_proto.ListStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ListStatusCode_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
}

current | retired | entered-in-error

func (*List_StatusCode) Descriptor deprecated

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

Deprecated: Use List_StatusCode.ProtoReflect.Descriptor instead.

func (*List_StatusCode) GetExtension

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

func (*List_StatusCode) GetId

func (*List_StatusCode) GetValue

func (*List_StatusCode) ProtoMessage

func (*List_StatusCode) ProtoMessage()

func (*List_StatusCode) ProtoReflect

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

func (*List_StatusCode) Reset

func (x *List_StatusCode) Reset()

func (*List_StatusCode) String

func (x *List_StatusCode) String() string

Jump to

Keyboard shortcuts

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