cql_beam_go_proto

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_protos_cql_beam_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BeamError

type BeamError struct {

	// A message describing the error.
	ErrorMessage *string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	// A URI referencing the error's source. This could be a file path to a
	// malformed input, resource ID, or other item.
	SourceUri *string `protobuf:"bytes,2,opt,name=source_uri,json=sourceUri,proto3,oneof" json:"source_uri,omitempty"`
	// contains filtered or unexported fields
}

Indicates an error that occured at some phase of CQL processing.

func (*BeamError) Descriptor deprecated

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

Deprecated: Use BeamError.ProtoReflect.Descriptor instead.

func (*BeamError) GetErrorMessage

func (x *BeamError) GetErrorMessage() string

func (*BeamError) GetSourceUri

func (x *BeamError) GetSourceUri() string

func (*BeamError) ProtoMessage

func (*BeamError) ProtoMessage()

func (*BeamError) ProtoReflect

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

func (*BeamError) Reset

func (x *BeamError) Reset()

func (*BeamError) String

func (x *BeamError) String() string

type BeamResult

type BeamResult struct {

	// The id of the result. Usually this is the Patient ID but can be overriden.
	Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The timestamp at which the CQL was evaluated.
	EvaluationTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=evaluation_timestamp,json=evaluationTimestamp,proto3,oneof" json:"evaluation_timestamp,omitempty"`
	// The result of the CQL evaluation.
	Result *cql_result_go_proto.Libraries `protobuf:"bytes,3,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

The results of the evaluated CQL for a particular id and timestamp.

func (*BeamResult) Descriptor deprecated

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

Deprecated: Use BeamResult.ProtoReflect.Descriptor instead.

func (*BeamResult) GetEvaluationTimestamp

func (x *BeamResult) GetEvaluationTimestamp() *timestamppb.Timestamp

func (*BeamResult) GetId

func (x *BeamResult) GetId() string

func (*BeamResult) GetResult

func (x *BeamResult) GetResult() *cql_result_go_proto.Libraries

func (*BeamResult) ProtoMessage

func (*BeamResult) ProtoMessage()

func (*BeamResult) ProtoReflect

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

func (*BeamResult) Reset

func (x *BeamResult) Reset()

func (*BeamResult) String

func (x *BeamResult) String() string

Jump to

Keyboard shortcuts

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