dr_protocol_idl.pb.go 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v6.31.0
  5. // source: dr_protocol_idl.proto
  6. package dr_protocol_pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type EmptyRequest struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. unknownFields protoimpl.UnknownFields
  23. sizeCache protoimpl.SizeCache
  24. }
  25. func (x *EmptyRequest) Reset() {
  26. *x = EmptyRequest{}
  27. mi := &file_dr_protocol_idl_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. func (x *EmptyRequest) String() string {
  32. return protoimpl.X.MessageStringOf(x)
  33. }
  34. func (*EmptyRequest) ProtoMessage() {}
  35. func (x *EmptyRequest) ProtoReflect() protoreflect.Message {
  36. mi := &file_dr_protocol_idl_proto_msgTypes[0]
  37. if x != nil {
  38. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  39. if ms.LoadMessageInfo() == nil {
  40. ms.StoreMessageInfo(mi)
  41. }
  42. return ms
  43. }
  44. return mi.MessageOf(x)
  45. }
  46. // Deprecated: Use EmptyRequest.ProtoReflect.Descriptor instead.
  47. func (*EmptyRequest) Descriptor() ([]byte, []int) {
  48. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{0}
  49. }
  50. type SoftwareInfoReply struct {
  51. state protoimpl.MessageState `protogen:"open.v1"`
  52. Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
  53. Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
  54. Build string `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"`
  55. Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
  56. unknownFields protoimpl.UnknownFields
  57. sizeCache protoimpl.SizeCache
  58. }
  59. func (x *SoftwareInfoReply) Reset() {
  60. *x = SoftwareInfoReply{}
  61. mi := &file_dr_protocol_idl_proto_msgTypes[1]
  62. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  63. ms.StoreMessageInfo(mi)
  64. }
  65. func (x *SoftwareInfoReply) String() string {
  66. return protoimpl.X.MessageStringOf(x)
  67. }
  68. func (*SoftwareInfoReply) ProtoMessage() {}
  69. func (x *SoftwareInfoReply) ProtoReflect() protoreflect.Message {
  70. mi := &file_dr_protocol_idl_proto_msgTypes[1]
  71. if x != nil {
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. if ms.LoadMessageInfo() == nil {
  74. ms.StoreMessageInfo(mi)
  75. }
  76. return ms
  77. }
  78. return mi.MessageOf(x)
  79. }
  80. // Deprecated: Use SoftwareInfoReply.ProtoReflect.Descriptor instead.
  81. func (*SoftwareInfoReply) Descriptor() ([]byte, []int) {
  82. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{1}
  83. }
  84. func (x *SoftwareInfoReply) GetModule() string {
  85. if x != nil {
  86. return x.Module
  87. }
  88. return ""
  89. }
  90. func (x *SoftwareInfoReply) GetDesc() string {
  91. if x != nil {
  92. return x.Desc
  93. }
  94. return ""
  95. }
  96. func (x *SoftwareInfoReply) GetBuild() string {
  97. if x != nil {
  98. return x.Build
  99. }
  100. return ""
  101. }
  102. func (x *SoftwareInfoReply) GetVersion() string {
  103. if x != nil {
  104. return x.Version
  105. }
  106. return ""
  107. }
  108. type PatientTypeRequest struct {
  109. state protoimpl.MessageState `protogen:"open.v1"`
  110. IsEnabled *bool `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3,oneof" json:"is_enabled,omitempty"`
  111. IsPreInstall *bool `protobuf:"varint,2,opt,name=is_pre_install,json=isPreInstall,proto3,oneof" json:"is_pre_install,omitempty"`
  112. unknownFields protoimpl.UnknownFields
  113. sizeCache protoimpl.SizeCache
  114. }
  115. func (x *PatientTypeRequest) Reset() {
  116. *x = PatientTypeRequest{}
  117. mi := &file_dr_protocol_idl_proto_msgTypes[2]
  118. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  119. ms.StoreMessageInfo(mi)
  120. }
  121. func (x *PatientTypeRequest) String() string {
  122. return protoimpl.X.MessageStringOf(x)
  123. }
  124. func (*PatientTypeRequest) ProtoMessage() {}
  125. func (x *PatientTypeRequest) ProtoReflect() protoreflect.Message {
  126. mi := &file_dr_protocol_idl_proto_msgTypes[2]
  127. if x != nil {
  128. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  129. if ms.LoadMessageInfo() == nil {
  130. ms.StoreMessageInfo(mi)
  131. }
  132. return ms
  133. }
  134. return mi.MessageOf(x)
  135. }
  136. // Deprecated: Use PatientTypeRequest.ProtoReflect.Descriptor instead.
  137. func (*PatientTypeRequest) Descriptor() ([]byte, []int) {
  138. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{2}
  139. }
  140. func (x *PatientTypeRequest) GetIsEnabled() bool {
  141. if x != nil && x.IsEnabled != nil {
  142. return *x.IsEnabled
  143. }
  144. return false
  145. }
  146. func (x *PatientTypeRequest) GetIsPreInstall() bool {
  147. if x != nil && x.IsPreInstall != nil {
  148. return *x.IsPreInstall
  149. }
  150. return false
  151. }
  152. type PatientType struct {
  153. state protoimpl.MessageState `protogen:"open.v1"`
  154. Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  155. PatientTypeId string `protobuf:"bytes,2,opt,name=patient_type_id,json=patientTypeId,proto3" json:"patient_type_id,omitempty"`
  156. PatientTypeName string `protobuf:"bytes,3,opt,name=patient_type_name,json=patientTypeName,proto3" json:"patient_type_name,omitempty"`
  157. PatientTypeLocal string `protobuf:"bytes,4,opt,name=patient_type_local,json=patientTypeLocal,proto3" json:"patient_type_local,omitempty"`
  158. PatientTypeDescription string `protobuf:"bytes,5,opt,name=patient_type_description,json=patientTypeDescription,proto3" json:"patient_type_description,omitempty"`
  159. Sort int32 `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"`
  160. IsEnabled bool `protobuf:"varint,7,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  161. Product string `protobuf:"bytes,8,opt,name=product,proto3" json:"product,omitempty"`
  162. IsPreInstall bool `protobuf:"varint,9,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
  163. unknownFields protoimpl.UnknownFields
  164. sizeCache protoimpl.SizeCache
  165. }
  166. func (x *PatientType) Reset() {
  167. *x = PatientType{}
  168. mi := &file_dr_protocol_idl_proto_msgTypes[3]
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. ms.StoreMessageInfo(mi)
  171. }
  172. func (x *PatientType) String() string {
  173. return protoimpl.X.MessageStringOf(x)
  174. }
  175. func (*PatientType) ProtoMessage() {}
  176. func (x *PatientType) ProtoReflect() protoreflect.Message {
  177. mi := &file_dr_protocol_idl_proto_msgTypes[3]
  178. if x != nil {
  179. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  180. if ms.LoadMessageInfo() == nil {
  181. ms.StoreMessageInfo(mi)
  182. }
  183. return ms
  184. }
  185. return mi.MessageOf(x)
  186. }
  187. // Deprecated: Use PatientType.ProtoReflect.Descriptor instead.
  188. func (*PatientType) Descriptor() ([]byte, []int) {
  189. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{3}
  190. }
  191. func (x *PatientType) GetId() uint64 {
  192. if x != nil {
  193. return x.Id
  194. }
  195. return 0
  196. }
  197. func (x *PatientType) GetPatientTypeId() string {
  198. if x != nil {
  199. return x.PatientTypeId
  200. }
  201. return ""
  202. }
  203. func (x *PatientType) GetPatientTypeName() string {
  204. if x != nil {
  205. return x.PatientTypeName
  206. }
  207. return ""
  208. }
  209. func (x *PatientType) GetPatientTypeLocal() string {
  210. if x != nil {
  211. return x.PatientTypeLocal
  212. }
  213. return ""
  214. }
  215. func (x *PatientType) GetPatientTypeDescription() string {
  216. if x != nil {
  217. return x.PatientTypeDescription
  218. }
  219. return ""
  220. }
  221. func (x *PatientType) GetSort() int32 {
  222. if x != nil {
  223. return x.Sort
  224. }
  225. return 0
  226. }
  227. func (x *PatientType) GetIsEnabled() bool {
  228. if x != nil {
  229. return x.IsEnabled
  230. }
  231. return false
  232. }
  233. func (x *PatientType) GetProduct() string {
  234. if x != nil {
  235. return x.Product
  236. }
  237. return ""
  238. }
  239. func (x *PatientType) GetIsPreInstall() bool {
  240. if x != nil {
  241. return x.IsPreInstall
  242. }
  243. return false
  244. }
  245. type PatientTypeReply struct {
  246. state protoimpl.MessageState `protogen:"open.v1"`
  247. PatientTypeList []*PatientType `protobuf:"bytes,1,rep,name=patient_type_list,json=patientTypeList,proto3" json:"patient_type_list,omitempty"`
  248. unknownFields protoimpl.UnknownFields
  249. sizeCache protoimpl.SizeCache
  250. }
  251. func (x *PatientTypeReply) Reset() {
  252. *x = PatientTypeReply{}
  253. mi := &file_dr_protocol_idl_proto_msgTypes[4]
  254. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  255. ms.StoreMessageInfo(mi)
  256. }
  257. func (x *PatientTypeReply) String() string {
  258. return protoimpl.X.MessageStringOf(x)
  259. }
  260. func (*PatientTypeReply) ProtoMessage() {}
  261. func (x *PatientTypeReply) ProtoReflect() protoreflect.Message {
  262. mi := &file_dr_protocol_idl_proto_msgTypes[4]
  263. if x != nil {
  264. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  265. if ms.LoadMessageInfo() == nil {
  266. ms.StoreMessageInfo(mi)
  267. }
  268. return ms
  269. }
  270. return mi.MessageOf(x)
  271. }
  272. // Deprecated: Use PatientTypeReply.ProtoReflect.Descriptor instead.
  273. func (*PatientTypeReply) Descriptor() ([]byte, []int) {
  274. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{4}
  275. }
  276. func (x *PatientTypeReply) GetPatientTypeList() []*PatientType {
  277. if x != nil {
  278. return x.PatientTypeList
  279. }
  280. return nil
  281. }
  282. type BodyPartRequest struct {
  283. state protoimpl.MessageState `protogen:"open.v1"`
  284. PatientType *string `protobuf:"bytes,1,opt,name=patient_type,json=patientType,proto3,oneof" json:"patient_type,omitempty"`
  285. Modality *string `protobuf:"bytes,2,opt,name=modality,proto3,oneof" json:"modality,omitempty"`
  286. IsEnabled *bool `protobuf:"varint,3,opt,name=is_enabled,json=isEnabled,proto3,oneof" json:"is_enabled,omitempty"`
  287. IsPreInstall *bool `protobuf:"varint,4,opt,name=is_pre_install,json=isPreInstall,proto3,oneof" json:"is_pre_install,omitempty"`
  288. unknownFields protoimpl.UnknownFields
  289. sizeCache protoimpl.SizeCache
  290. }
  291. func (x *BodyPartRequest) Reset() {
  292. *x = BodyPartRequest{}
  293. mi := &file_dr_protocol_idl_proto_msgTypes[5]
  294. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  295. ms.StoreMessageInfo(mi)
  296. }
  297. func (x *BodyPartRequest) String() string {
  298. return protoimpl.X.MessageStringOf(x)
  299. }
  300. func (*BodyPartRequest) ProtoMessage() {}
  301. func (x *BodyPartRequest) ProtoReflect() protoreflect.Message {
  302. mi := &file_dr_protocol_idl_proto_msgTypes[5]
  303. if x != nil {
  304. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  305. if ms.LoadMessageInfo() == nil {
  306. ms.StoreMessageInfo(mi)
  307. }
  308. return ms
  309. }
  310. return mi.MessageOf(x)
  311. }
  312. // Deprecated: Use BodyPartRequest.ProtoReflect.Descriptor instead.
  313. func (*BodyPartRequest) Descriptor() ([]byte, []int) {
  314. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{5}
  315. }
  316. func (x *BodyPartRequest) GetPatientType() string {
  317. if x != nil && x.PatientType != nil {
  318. return *x.PatientType
  319. }
  320. return ""
  321. }
  322. func (x *BodyPartRequest) GetModality() string {
  323. if x != nil && x.Modality != nil {
  324. return *x.Modality
  325. }
  326. return ""
  327. }
  328. func (x *BodyPartRequest) GetIsEnabled() bool {
  329. if x != nil && x.IsEnabled != nil {
  330. return *x.IsEnabled
  331. }
  332. return false
  333. }
  334. func (x *BodyPartRequest) GetIsPreInstall() bool {
  335. if x != nil && x.IsPreInstall != nil {
  336. return *x.IsPreInstall
  337. }
  338. return false
  339. }
  340. type BodyPart struct {
  341. state protoimpl.MessageState `protogen:"open.v1"`
  342. Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  343. BodyPartId string `protobuf:"bytes,2,opt,name=body_part_id,json=bodyPartId,proto3" json:"body_part_id,omitempty"`
  344. BodyPartName string `protobuf:"bytes,3,opt,name=body_part_name,json=bodyPartName,proto3" json:"body_part_name,omitempty"`
  345. BodyPartLocal string `protobuf:"bytes,4,opt,name=body_part_local,json=bodyPartLocal,proto3" json:"body_part_local,omitempty"`
  346. BodyPartDescription string `protobuf:"bytes,5,opt,name=body_part_description,json=bodyPartDescription,proto3" json:"body_part_description,omitempty"`
  347. PatientType string `protobuf:"bytes,6,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
  348. Modality string `protobuf:"bytes,7,opt,name=modality,proto3" json:"modality,omitempty"`
  349. Sort int32 `protobuf:"varint,8,opt,name=sort,proto3" json:"sort,omitempty"`
  350. IsEnabled bool `protobuf:"varint,9,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  351. Product string `protobuf:"bytes,10,opt,name=product,proto3" json:"product,omitempty"`
  352. IsPreInstall bool `protobuf:"varint,11,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
  353. unknownFields protoimpl.UnknownFields
  354. sizeCache protoimpl.SizeCache
  355. }
  356. func (x *BodyPart) Reset() {
  357. *x = BodyPart{}
  358. mi := &file_dr_protocol_idl_proto_msgTypes[6]
  359. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  360. ms.StoreMessageInfo(mi)
  361. }
  362. func (x *BodyPart) String() string {
  363. return protoimpl.X.MessageStringOf(x)
  364. }
  365. func (*BodyPart) ProtoMessage() {}
  366. func (x *BodyPart) ProtoReflect() protoreflect.Message {
  367. mi := &file_dr_protocol_idl_proto_msgTypes[6]
  368. if x != nil {
  369. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  370. if ms.LoadMessageInfo() == nil {
  371. ms.StoreMessageInfo(mi)
  372. }
  373. return ms
  374. }
  375. return mi.MessageOf(x)
  376. }
  377. // Deprecated: Use BodyPart.ProtoReflect.Descriptor instead.
  378. func (*BodyPart) Descriptor() ([]byte, []int) {
  379. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{6}
  380. }
  381. func (x *BodyPart) GetId() uint64 {
  382. if x != nil {
  383. return x.Id
  384. }
  385. return 0
  386. }
  387. func (x *BodyPart) GetBodyPartId() string {
  388. if x != nil {
  389. return x.BodyPartId
  390. }
  391. return ""
  392. }
  393. func (x *BodyPart) GetBodyPartName() string {
  394. if x != nil {
  395. return x.BodyPartName
  396. }
  397. return ""
  398. }
  399. func (x *BodyPart) GetBodyPartLocal() string {
  400. if x != nil {
  401. return x.BodyPartLocal
  402. }
  403. return ""
  404. }
  405. func (x *BodyPart) GetBodyPartDescription() string {
  406. if x != nil {
  407. return x.BodyPartDescription
  408. }
  409. return ""
  410. }
  411. func (x *BodyPart) GetPatientType() string {
  412. if x != nil {
  413. return x.PatientType
  414. }
  415. return ""
  416. }
  417. func (x *BodyPart) GetModality() string {
  418. if x != nil {
  419. return x.Modality
  420. }
  421. return ""
  422. }
  423. func (x *BodyPart) GetSort() int32 {
  424. if x != nil {
  425. return x.Sort
  426. }
  427. return 0
  428. }
  429. func (x *BodyPart) GetIsEnabled() bool {
  430. if x != nil {
  431. return x.IsEnabled
  432. }
  433. return false
  434. }
  435. func (x *BodyPart) GetProduct() string {
  436. if x != nil {
  437. return x.Product
  438. }
  439. return ""
  440. }
  441. func (x *BodyPart) GetIsPreInstall() bool {
  442. if x != nil {
  443. return x.IsPreInstall
  444. }
  445. return false
  446. }
  447. type BodyPartReply struct {
  448. state protoimpl.MessageState `protogen:"open.v1"`
  449. BodyPartList []*BodyPart `protobuf:"bytes,1,rep,name=body_part_list,json=bodyPartList,proto3" json:"body_part_list,omitempty"`
  450. unknownFields protoimpl.UnknownFields
  451. sizeCache protoimpl.SizeCache
  452. }
  453. func (x *BodyPartReply) Reset() {
  454. *x = BodyPartReply{}
  455. mi := &file_dr_protocol_idl_proto_msgTypes[7]
  456. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  457. ms.StoreMessageInfo(mi)
  458. }
  459. func (x *BodyPartReply) String() string {
  460. return protoimpl.X.MessageStringOf(x)
  461. }
  462. func (*BodyPartReply) ProtoMessage() {}
  463. func (x *BodyPartReply) ProtoReflect() protoreflect.Message {
  464. mi := &file_dr_protocol_idl_proto_msgTypes[7]
  465. if x != nil {
  466. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  467. if ms.LoadMessageInfo() == nil {
  468. ms.StoreMessageInfo(mi)
  469. }
  470. return ms
  471. }
  472. return mi.MessageOf(x)
  473. }
  474. // Deprecated: Use BodyPartReply.ProtoReflect.Descriptor instead.
  475. func (*BodyPartReply) Descriptor() ([]byte, []int) {
  476. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{7}
  477. }
  478. func (x *BodyPartReply) GetBodyPartList() []*BodyPart {
  479. if x != nil {
  480. return x.BodyPartList
  481. }
  482. return nil
  483. }
  484. type ProcedureRequest struct {
  485. state protoimpl.MessageState `protogen:"open.v1"`
  486. PatientType *string `protobuf:"bytes,1,opt,name=patient_type,json=patientType,proto3,oneof" json:"patient_type,omitempty"`
  487. BodyPartId *string `protobuf:"bytes,2,opt,name=body_part_id,json=bodyPartId,proto3,oneof" json:"body_part_id,omitempty"`
  488. Modality *string `protobuf:"bytes,3,opt,name=modality,proto3,oneof" json:"modality,omitempty"`
  489. IsEnabled *bool `protobuf:"varint,4,opt,name=is_enabled,json=isEnabled,proto3,oneof" json:"is_enabled,omitempty"`
  490. IsPreInstall *bool `protobuf:"varint,5,opt,name=is_pre_install,json=isPreInstall,proto3,oneof" json:"is_pre_install,omitempty"`
  491. unknownFields protoimpl.UnknownFields
  492. sizeCache protoimpl.SizeCache
  493. }
  494. func (x *ProcedureRequest) Reset() {
  495. *x = ProcedureRequest{}
  496. mi := &file_dr_protocol_idl_proto_msgTypes[8]
  497. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  498. ms.StoreMessageInfo(mi)
  499. }
  500. func (x *ProcedureRequest) String() string {
  501. return protoimpl.X.MessageStringOf(x)
  502. }
  503. func (*ProcedureRequest) ProtoMessage() {}
  504. func (x *ProcedureRequest) ProtoReflect() protoreflect.Message {
  505. mi := &file_dr_protocol_idl_proto_msgTypes[8]
  506. if x != nil {
  507. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  508. if ms.LoadMessageInfo() == nil {
  509. ms.StoreMessageInfo(mi)
  510. }
  511. return ms
  512. }
  513. return mi.MessageOf(x)
  514. }
  515. // Deprecated: Use ProcedureRequest.ProtoReflect.Descriptor instead.
  516. func (*ProcedureRequest) Descriptor() ([]byte, []int) {
  517. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{8}
  518. }
  519. func (x *ProcedureRequest) GetPatientType() string {
  520. if x != nil && x.PatientType != nil {
  521. return *x.PatientType
  522. }
  523. return ""
  524. }
  525. func (x *ProcedureRequest) GetBodyPartId() string {
  526. if x != nil && x.BodyPartId != nil {
  527. return *x.BodyPartId
  528. }
  529. return ""
  530. }
  531. func (x *ProcedureRequest) GetModality() string {
  532. if x != nil && x.Modality != nil {
  533. return *x.Modality
  534. }
  535. return ""
  536. }
  537. func (x *ProcedureRequest) GetIsEnabled() bool {
  538. if x != nil && x.IsEnabled != nil {
  539. return *x.IsEnabled
  540. }
  541. return false
  542. }
  543. func (x *ProcedureRequest) GetIsPreInstall() bool {
  544. if x != nil && x.IsPreInstall != nil {
  545. return *x.IsPreInstall
  546. }
  547. return false
  548. }
  549. type Procedure struct {
  550. state protoimpl.MessageState `protogen:"open.v1"`
  551. Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  552. ProcedureId string `protobuf:"bytes,2,opt,name=procedure_id,json=procedureId,proto3" json:"procedure_id,omitempty"`
  553. ProcedureCode string `protobuf:"bytes,3,opt,name=procedure_code,json=procedureCode,proto3" json:"procedure_code,omitempty"`
  554. ProcedureName string `protobuf:"bytes,4,opt,name=procedure_name,json=procedureName,proto3" json:"procedure_name,omitempty"`
  555. ProcedureNameLocal string `protobuf:"bytes,5,opt,name=procedure_name_local,json=procedureNameLocal,proto3" json:"procedure_name_local,omitempty"`
  556. ProcedureOtherName string `protobuf:"bytes,6,opt,name=procedure_other_name,json=procedureOtherName,proto3" json:"procedure_other_name,omitempty"`
  557. ProcedureDescription string `protobuf:"bytes,7,opt,name=procedure_description,json=procedureDescription,proto3" json:"procedure_description,omitempty"`
  558. ProcedureDescriptionLocal string `protobuf:"bytes,8,opt,name=procedure_description_local,json=procedureDescriptionLocal,proto3" json:"procedure_description_local,omitempty"`
  559. PatientType string `protobuf:"bytes,9,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
  560. BodyPartId string `protobuf:"bytes,10,opt,name=body_part_id,json=bodyPartId,proto3" json:"body_part_id,omitempty"`
  561. ProcedureType string `protobuf:"bytes,11,opt,name=procedure_type,json=procedureType,proto3" json:"procedure_type,omitempty"`
  562. FastSearch bool `protobuf:"varint,12,opt,name=fast_search,json=fastSearch,proto3" json:"fast_search,omitempty"`
  563. ProtocolLaterality string `protobuf:"bytes,13,opt,name=protocol_laterality,json=protocolLaterality,proto3" json:"protocol_laterality,omitempty"`
  564. ProcedureCategory string `protobuf:"bytes,14,opt,name=procedure_category,json=procedureCategory,proto3" json:"procedure_category,omitempty"`
  565. Modality string `protobuf:"bytes,15,opt,name=modality,proto3" json:"modality,omitempty"`
  566. Sort int32 `protobuf:"varint,16,opt,name=sort,proto3" json:"sort,omitempty"`
  567. IsEnabled bool `protobuf:"varint,17,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  568. Product string `protobuf:"bytes,18,opt,name=product,proto3" json:"product,omitempty"`
  569. IsPreInstall bool `protobuf:"varint,19,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
  570. unknownFields protoimpl.UnknownFields
  571. sizeCache protoimpl.SizeCache
  572. }
  573. func (x *Procedure) Reset() {
  574. *x = Procedure{}
  575. mi := &file_dr_protocol_idl_proto_msgTypes[9]
  576. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  577. ms.StoreMessageInfo(mi)
  578. }
  579. func (x *Procedure) String() string {
  580. return protoimpl.X.MessageStringOf(x)
  581. }
  582. func (*Procedure) ProtoMessage() {}
  583. func (x *Procedure) ProtoReflect() protoreflect.Message {
  584. mi := &file_dr_protocol_idl_proto_msgTypes[9]
  585. if x != nil {
  586. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  587. if ms.LoadMessageInfo() == nil {
  588. ms.StoreMessageInfo(mi)
  589. }
  590. return ms
  591. }
  592. return mi.MessageOf(x)
  593. }
  594. // Deprecated: Use Procedure.ProtoReflect.Descriptor instead.
  595. func (*Procedure) Descriptor() ([]byte, []int) {
  596. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{9}
  597. }
  598. func (x *Procedure) GetId() uint64 {
  599. if x != nil {
  600. return x.Id
  601. }
  602. return 0
  603. }
  604. func (x *Procedure) GetProcedureId() string {
  605. if x != nil {
  606. return x.ProcedureId
  607. }
  608. return ""
  609. }
  610. func (x *Procedure) GetProcedureCode() string {
  611. if x != nil {
  612. return x.ProcedureCode
  613. }
  614. return ""
  615. }
  616. func (x *Procedure) GetProcedureName() string {
  617. if x != nil {
  618. return x.ProcedureName
  619. }
  620. return ""
  621. }
  622. func (x *Procedure) GetProcedureNameLocal() string {
  623. if x != nil {
  624. return x.ProcedureNameLocal
  625. }
  626. return ""
  627. }
  628. func (x *Procedure) GetProcedureOtherName() string {
  629. if x != nil {
  630. return x.ProcedureOtherName
  631. }
  632. return ""
  633. }
  634. func (x *Procedure) GetProcedureDescription() string {
  635. if x != nil {
  636. return x.ProcedureDescription
  637. }
  638. return ""
  639. }
  640. func (x *Procedure) GetProcedureDescriptionLocal() string {
  641. if x != nil {
  642. return x.ProcedureDescriptionLocal
  643. }
  644. return ""
  645. }
  646. func (x *Procedure) GetPatientType() string {
  647. if x != nil {
  648. return x.PatientType
  649. }
  650. return ""
  651. }
  652. func (x *Procedure) GetBodyPartId() string {
  653. if x != nil {
  654. return x.BodyPartId
  655. }
  656. return ""
  657. }
  658. func (x *Procedure) GetProcedureType() string {
  659. if x != nil {
  660. return x.ProcedureType
  661. }
  662. return ""
  663. }
  664. func (x *Procedure) GetFastSearch() bool {
  665. if x != nil {
  666. return x.FastSearch
  667. }
  668. return false
  669. }
  670. func (x *Procedure) GetProtocolLaterality() string {
  671. if x != nil {
  672. return x.ProtocolLaterality
  673. }
  674. return ""
  675. }
  676. func (x *Procedure) GetProcedureCategory() string {
  677. if x != nil {
  678. return x.ProcedureCategory
  679. }
  680. return ""
  681. }
  682. func (x *Procedure) GetModality() string {
  683. if x != nil {
  684. return x.Modality
  685. }
  686. return ""
  687. }
  688. func (x *Procedure) GetSort() int32 {
  689. if x != nil {
  690. return x.Sort
  691. }
  692. return 0
  693. }
  694. func (x *Procedure) GetIsEnabled() bool {
  695. if x != nil {
  696. return x.IsEnabled
  697. }
  698. return false
  699. }
  700. func (x *Procedure) GetProduct() string {
  701. if x != nil {
  702. return x.Product
  703. }
  704. return ""
  705. }
  706. func (x *Procedure) GetIsPreInstall() bool {
  707. if x != nil {
  708. return x.IsPreInstall
  709. }
  710. return false
  711. }
  712. type ProcedureReply struct {
  713. state protoimpl.MessageState `protogen:"open.v1"`
  714. ProcedureList []*Procedure `protobuf:"bytes,1,rep,name=procedure_list,json=procedureList,proto3" json:"procedure_list,omitempty"`
  715. unknownFields protoimpl.UnknownFields
  716. sizeCache protoimpl.SizeCache
  717. }
  718. func (x *ProcedureReply) Reset() {
  719. *x = ProcedureReply{}
  720. mi := &file_dr_protocol_idl_proto_msgTypes[10]
  721. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  722. ms.StoreMessageInfo(mi)
  723. }
  724. func (x *ProcedureReply) String() string {
  725. return protoimpl.X.MessageStringOf(x)
  726. }
  727. func (*ProcedureReply) ProtoMessage() {}
  728. func (x *ProcedureReply) ProtoReflect() protoreflect.Message {
  729. mi := &file_dr_protocol_idl_proto_msgTypes[10]
  730. if x != nil {
  731. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  732. if ms.LoadMessageInfo() == nil {
  733. ms.StoreMessageInfo(mi)
  734. }
  735. return ms
  736. }
  737. return mi.MessageOf(x)
  738. }
  739. // Deprecated: Use ProcedureReply.ProtoReflect.Descriptor instead.
  740. func (*ProcedureReply) Descriptor() ([]byte, []int) {
  741. return file_dr_protocol_idl_proto_rawDescGZIP(), []int{10}
  742. }
  743. func (x *ProcedureReply) GetProcedureList() []*Procedure {
  744. if x != nil {
  745. return x.ProcedureList
  746. }
  747. return nil
  748. }
  749. var File_dr_protocol_idl_proto protoreflect.FileDescriptor
  750. const file_dr_protocol_idl_proto_rawDesc = "" +
  751. "\n" +
  752. "\x15dr_protocol_idl.proto\x12\vdr.protocol\"\x0e\n" +
  753. "\fEmptyRequest\"o\n" +
  754. "\x11SoftwareInfoReply\x12\x16\n" +
  755. "\x06module\x18\x01 \x01(\tR\x06module\x12\x12\n" +
  756. "\x04desc\x18\x02 \x01(\tR\x04desc\x12\x14\n" +
  757. "\x05build\x18\x03 \x01(\tR\x05build\x12\x18\n" +
  758. "\aversion\x18\x04 \x01(\tR\aversion\"\x85\x01\n" +
  759. "\x12PatientTypeRequest\x12\"\n" +
  760. "\n" +
  761. "is_enabled\x18\x01 \x01(\bH\x00R\tisEnabled\x88\x01\x01\x12)\n" +
  762. "\x0eis_pre_install\x18\x02 \x01(\bH\x01R\fisPreInstall\x88\x01\x01B\r\n" +
  763. "\v_is_enabledB\x11\n" +
  764. "\x0f_is_pre_install\"\xcc\x02\n" +
  765. "\vPatientType\x12\x0e\n" +
  766. "\x02id\x18\x01 \x01(\x04R\x02id\x12&\n" +
  767. "\x0fpatient_type_id\x18\x02 \x01(\tR\rpatientTypeId\x12*\n" +
  768. "\x11patient_type_name\x18\x03 \x01(\tR\x0fpatientTypeName\x12,\n" +
  769. "\x12patient_type_local\x18\x04 \x01(\tR\x10patientTypeLocal\x128\n" +
  770. "\x18patient_type_description\x18\x05 \x01(\tR\x16patientTypeDescription\x12\x12\n" +
  771. "\x04sort\x18\x06 \x01(\x05R\x04sort\x12\x1d\n" +
  772. "\n" +
  773. "is_enabled\x18\a \x01(\bR\tisEnabled\x12\x18\n" +
  774. "\aproduct\x18\b \x01(\tR\aproduct\x12$\n" +
  775. "\x0eis_pre_install\x18\t \x01(\bR\fisPreInstall\"X\n" +
  776. "\x10PatientTypeReply\x12D\n" +
  777. "\x11patient_type_list\x18\x01 \x03(\v2\x18.dr.protocol.PatientTypeR\x0fpatientTypeList\"\xe9\x01\n" +
  778. "\x0fBodyPartRequest\x12&\n" +
  779. "\fpatient_type\x18\x01 \x01(\tH\x00R\vpatientType\x88\x01\x01\x12\x1f\n" +
  780. "\bmodality\x18\x02 \x01(\tH\x01R\bmodality\x88\x01\x01\x12\"\n" +
  781. "\n" +
  782. "is_enabled\x18\x03 \x01(\bH\x02R\tisEnabled\x88\x01\x01\x12)\n" +
  783. "\x0eis_pre_install\x18\x04 \x01(\bH\x03R\fisPreInstall\x88\x01\x01B\x0f\n" +
  784. "\r_patient_typeB\v\n" +
  785. "\t_modalityB\r\n" +
  786. "\v_is_enabledB\x11\n" +
  787. "\x0f_is_pre_install\"\xf0\x02\n" +
  788. "\bBodyPart\x12\x0e\n" +
  789. "\x02id\x18\x01 \x01(\x04R\x02id\x12 \n" +
  790. "\fbody_part_id\x18\x02 \x01(\tR\n" +
  791. "bodyPartId\x12$\n" +
  792. "\x0ebody_part_name\x18\x03 \x01(\tR\fbodyPartName\x12&\n" +
  793. "\x0fbody_part_local\x18\x04 \x01(\tR\rbodyPartLocal\x122\n" +
  794. "\x15body_part_description\x18\x05 \x01(\tR\x13bodyPartDescription\x12!\n" +
  795. "\fpatient_type\x18\x06 \x01(\tR\vpatientType\x12\x1a\n" +
  796. "\bmodality\x18\a \x01(\tR\bmodality\x12\x12\n" +
  797. "\x04sort\x18\b \x01(\x05R\x04sort\x12\x1d\n" +
  798. "\n" +
  799. "is_enabled\x18\t \x01(\bR\tisEnabled\x12\x18\n" +
  800. "\aproduct\x18\n" +
  801. " \x01(\tR\aproduct\x12$\n" +
  802. "\x0eis_pre_install\x18\v \x01(\bR\fisPreInstall\"L\n" +
  803. "\rBodyPartReply\x12;\n" +
  804. "\x0ebody_part_list\x18\x01 \x03(\v2\x15.dr.protocol.BodyPartR\fbodyPartList\"\xa2\x02\n" +
  805. "\x10ProcedureRequest\x12&\n" +
  806. "\fpatient_type\x18\x01 \x01(\tH\x00R\vpatientType\x88\x01\x01\x12%\n" +
  807. "\fbody_part_id\x18\x02 \x01(\tH\x01R\n" +
  808. "bodyPartId\x88\x01\x01\x12\x1f\n" +
  809. "\bmodality\x18\x03 \x01(\tH\x02R\bmodality\x88\x01\x01\x12\"\n" +
  810. "\n" +
  811. "is_enabled\x18\x04 \x01(\bH\x03R\tisEnabled\x88\x01\x01\x12)\n" +
  812. "\x0eis_pre_install\x18\x05 \x01(\bH\x04R\fisPreInstall\x88\x01\x01B\x0f\n" +
  813. "\r_patient_typeB\x0f\n" +
  814. "\r_body_part_idB\v\n" +
  815. "\t_modalityB\r\n" +
  816. "\v_is_enabledB\x11\n" +
  817. "\x0f_is_pre_install\"\xe1\x05\n" +
  818. "\tProcedure\x12\x0e\n" +
  819. "\x02id\x18\x01 \x01(\x04R\x02id\x12!\n" +
  820. "\fprocedure_id\x18\x02 \x01(\tR\vprocedureId\x12%\n" +
  821. "\x0eprocedure_code\x18\x03 \x01(\tR\rprocedureCode\x12%\n" +
  822. "\x0eprocedure_name\x18\x04 \x01(\tR\rprocedureName\x120\n" +
  823. "\x14procedure_name_local\x18\x05 \x01(\tR\x12procedureNameLocal\x120\n" +
  824. "\x14procedure_other_name\x18\x06 \x01(\tR\x12procedureOtherName\x123\n" +
  825. "\x15procedure_description\x18\a \x01(\tR\x14procedureDescription\x12>\n" +
  826. "\x1bprocedure_description_local\x18\b \x01(\tR\x19procedureDescriptionLocal\x12!\n" +
  827. "\fpatient_type\x18\t \x01(\tR\vpatientType\x12 \n" +
  828. "\fbody_part_id\x18\n" +
  829. " \x01(\tR\n" +
  830. "bodyPartId\x12%\n" +
  831. "\x0eprocedure_type\x18\v \x01(\tR\rprocedureType\x12\x1f\n" +
  832. "\vfast_search\x18\f \x01(\bR\n" +
  833. "fastSearch\x12/\n" +
  834. "\x13protocol_laterality\x18\r \x01(\tR\x12protocolLaterality\x12-\n" +
  835. "\x12procedure_category\x18\x0e \x01(\tR\x11procedureCategory\x12\x1a\n" +
  836. "\bmodality\x18\x0f \x01(\tR\bmodality\x12\x12\n" +
  837. "\x04sort\x18\x10 \x01(\x05R\x04sort\x12\x1d\n" +
  838. "\n" +
  839. "is_enabled\x18\x11 \x01(\bR\tisEnabled\x12\x18\n" +
  840. "\aproduct\x18\x12 \x01(\tR\aproduct\x12$\n" +
  841. "\x0eis_pre_install\x18\x13 \x01(\bR\fisPreInstall\"O\n" +
  842. "\x0eProcedureReply\x12=\n" +
  843. "\x0eprocedure_list\x18\x01 \x03(\v2\x16.dr.protocol.ProcedureR\rprocedureList2T\n" +
  844. "\x05Basic\x12K\n" +
  845. "\fSoftwareInfo\x12\x19.dr.protocol.EmptyRequest\x1a\x1e.dr.protocol.SoftwareInfoReply\"\x002\xf7\x01\n" +
  846. "\bProtocol\x12R\n" +
  847. "\x0eGetPatientType\x12\x1f.dr.protocol.PatientTypeRequest\x1a\x1d.dr.protocol.PatientTypeReply\"\x00\x12I\n" +
  848. "\vGetBodyPart\x12\x1c.dr.protocol.BodyPartRequest\x1a\x1a.dr.protocol.BodyPartReply\"\x00\x12L\n" +
  849. "\fGetProcedure\x12\x1d.dr.protocol.ProcedureRequest\x1a\x1b.dr.protocol.ProcedureReply\"\x00B\x11Z\x0fdr_protocol_pb/b\x06proto3"
  850. var (
  851. file_dr_protocol_idl_proto_rawDescOnce sync.Once
  852. file_dr_protocol_idl_proto_rawDescData []byte
  853. )
  854. func file_dr_protocol_idl_proto_rawDescGZIP() []byte {
  855. file_dr_protocol_idl_proto_rawDescOnce.Do(func() {
  856. file_dr_protocol_idl_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_dr_protocol_idl_proto_rawDesc), len(file_dr_protocol_idl_proto_rawDesc)))
  857. })
  858. return file_dr_protocol_idl_proto_rawDescData
  859. }
  860. var file_dr_protocol_idl_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  861. var file_dr_protocol_idl_proto_goTypes = []any{
  862. (*EmptyRequest)(nil), // 0: dr.protocol.EmptyRequest
  863. (*SoftwareInfoReply)(nil), // 1: dr.protocol.SoftwareInfoReply
  864. (*PatientTypeRequest)(nil), // 2: dr.protocol.PatientTypeRequest
  865. (*PatientType)(nil), // 3: dr.protocol.PatientType
  866. (*PatientTypeReply)(nil), // 4: dr.protocol.PatientTypeReply
  867. (*BodyPartRequest)(nil), // 5: dr.protocol.BodyPartRequest
  868. (*BodyPart)(nil), // 6: dr.protocol.BodyPart
  869. (*BodyPartReply)(nil), // 7: dr.protocol.BodyPartReply
  870. (*ProcedureRequest)(nil), // 8: dr.protocol.ProcedureRequest
  871. (*Procedure)(nil), // 9: dr.protocol.Procedure
  872. (*ProcedureReply)(nil), // 10: dr.protocol.ProcedureReply
  873. }
  874. var file_dr_protocol_idl_proto_depIdxs = []int32{
  875. 3, // 0: dr.protocol.PatientTypeReply.patient_type_list:type_name -> dr.protocol.PatientType
  876. 6, // 1: dr.protocol.BodyPartReply.body_part_list:type_name -> dr.protocol.BodyPart
  877. 9, // 2: dr.protocol.ProcedureReply.procedure_list:type_name -> dr.protocol.Procedure
  878. 0, // 3: dr.protocol.Basic.SoftwareInfo:input_type -> dr.protocol.EmptyRequest
  879. 2, // 4: dr.protocol.Protocol.GetPatientType:input_type -> dr.protocol.PatientTypeRequest
  880. 5, // 5: dr.protocol.Protocol.GetBodyPart:input_type -> dr.protocol.BodyPartRequest
  881. 8, // 6: dr.protocol.Protocol.GetProcedure:input_type -> dr.protocol.ProcedureRequest
  882. 1, // 7: dr.protocol.Basic.SoftwareInfo:output_type -> dr.protocol.SoftwareInfoReply
  883. 4, // 8: dr.protocol.Protocol.GetPatientType:output_type -> dr.protocol.PatientTypeReply
  884. 7, // 9: dr.protocol.Protocol.GetBodyPart:output_type -> dr.protocol.BodyPartReply
  885. 10, // 10: dr.protocol.Protocol.GetProcedure:output_type -> dr.protocol.ProcedureReply
  886. 7, // [7:11] is the sub-list for method output_type
  887. 3, // [3:7] is the sub-list for method input_type
  888. 3, // [3:3] is the sub-list for extension type_name
  889. 3, // [3:3] is the sub-list for extension extendee
  890. 0, // [0:3] is the sub-list for field type_name
  891. }
  892. func init() { file_dr_protocol_idl_proto_init() }
  893. func file_dr_protocol_idl_proto_init() {
  894. if File_dr_protocol_idl_proto != nil {
  895. return
  896. }
  897. file_dr_protocol_idl_proto_msgTypes[2].OneofWrappers = []any{}
  898. file_dr_protocol_idl_proto_msgTypes[5].OneofWrappers = []any{}
  899. file_dr_protocol_idl_proto_msgTypes[8].OneofWrappers = []any{}
  900. type x struct{}
  901. out := protoimpl.TypeBuilder{
  902. File: protoimpl.DescBuilder{
  903. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  904. RawDescriptor: unsafe.Slice(unsafe.StringData(file_dr_protocol_idl_proto_rawDesc), len(file_dr_protocol_idl_proto_rawDesc)),
  905. NumEnums: 0,
  906. NumMessages: 11,
  907. NumExtensions: 0,
  908. NumServices: 2,
  909. },
  910. GoTypes: file_dr_protocol_idl_proto_goTypes,
  911. DependencyIndexes: file_dr_protocol_idl_proto_depIdxs,
  912. MessageInfos: file_dr_protocol_idl_proto_msgTypes,
  913. }.Build()
  914. File_dr_protocol_idl_proto = out.File
  915. file_dr_protocol_idl_proto_goTypes = nil
  916. file_dr_protocol_idl_proto_depIdxs = nil
  917. }