Documentation ¶
Index ¶
- Variables
- type BeamError
- type BeamResult
- func (*BeamResult) Descriptor() ([]byte, []int)deprecated
- func (x *BeamResult) GetEvaluationTimestamp() *timestamppb.Timestamp
- func (x *BeamResult) GetId() string
- func (x *BeamResult) GetResult() *cql_result_go_proto.Libraries
- func (*BeamResult) ProtoMessage()
- func (x *BeamResult) ProtoReflect() protoreflect.Message
- func (x *BeamResult) Reset()
- func (x *BeamResult) String() string
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) GetErrorMessage ¶
func (*BeamError) GetSourceUri ¶
func (*BeamError) ProtoMessage ¶
func (*BeamError) ProtoMessage()
func (*BeamError) ProtoReflect ¶
func (x *BeamError) ProtoReflect() protoreflect.Message
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
Click to show internal directories.
Click to hide internal directories.