|
@@ -1270,6 +1270,7 @@ type AprRequest struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
ViewId *string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3,oneof" json:"view_id,omitempty"`
|
|
|
AprId *string `protobuf:"bytes,2,opt,name=apr_id,json=aprId,proto3,oneof" json:"apr_id,omitempty"`
|
|
|
+ IsEnabled *bool `protobuf:"varint,3,opt,name=is_enabled,json=isEnabled,proto3,oneof" json:"is_enabled,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -1318,6 +1319,13 @@ func (x *AprRequest) GetAprId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *AprRequest) GetIsEnabled() bool {
|
|
|
+ if x != nil && x.IsEnabled != nil {
|
|
|
+ return *x.IsEnabled
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
type AprSub struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
WorkStationId int32 `protobuf:"varint,1,opt,name=work_station_id,json=workStationId,proto3" json:"work_station_id,omitempty"`
|
|
@@ -1663,14 +1671,17 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
|
"\aproduct\x18\x15 \x01(\tR\aproduct\x12$\n" +
|
|
|
"\x0eis_pre_install\x18\x16 \x01(\bR\fisPreInstall\";\n" +
|
|
|
"\tViewReply\x12.\n" +
|
|
|
- "\tview_list\x18\x01 \x03(\v2\x11.dr.protocol.ViewR\bviewList\"]\n" +
|
|
|
+ "\tview_list\x18\x01 \x03(\v2\x11.dr.protocol.ViewR\bviewList\"\x90\x01\n" +
|
|
|
"\n" +
|
|
|
"AprRequest\x12\x1c\n" +
|
|
|
"\aview_id\x18\x01 \x01(\tH\x00R\x06viewId\x88\x01\x01\x12\x1a\n" +
|
|
|
- "\x06apr_id\x18\x02 \x01(\tH\x01R\x05aprId\x88\x01\x01B\n" +
|
|
|
+ "\x06apr_id\x18\x02 \x01(\tH\x01R\x05aprId\x88\x01\x01\x12\"\n" +
|
|
|
+ "\n" +
|
|
|
+ "is_enabled\x18\x03 \x01(\bH\x02R\tisEnabled\x88\x01\x01B\n" +
|
|
|
"\n" +
|
|
|
"\b_view_idB\t\n" +
|
|
|
- "\a_apr_id\"\x91\x01\n" +
|
|
|
+ "\a_apr_idB\r\n" +
|
|
|
+ "\v_is_enabled\"\x91\x01\n" +
|
|
|
"\x06AprSub\x12&\n" +
|
|
|
"\x0fwork_station_id\x18\x01 \x01(\x05R\rworkStationId\x12!\n" +
|
|
|
"\fpatient_size\x18\x02 \x01(\tR\vpatientSize\x12<\n" +
|