dr_study_idl.pb.go 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322
  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_study_idl.proto
  6. package dr_study_pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. timestamppb "google.golang.org/protobuf/types/known/timestamppb"
  11. reflect "reflect"
  12. sync "sync"
  13. unsafe "unsafe"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type EmptyRequest struct {
  22. state protoimpl.MessageState `protogen:"open.v1"`
  23. unknownFields protoimpl.UnknownFields
  24. sizeCache protoimpl.SizeCache
  25. }
  26. func (x *EmptyRequest) Reset() {
  27. *x = EmptyRequest{}
  28. mi := &file_dr_study_idl_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. func (x *EmptyRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*EmptyRequest) ProtoMessage() {}
  36. func (x *EmptyRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_dr_study_idl_proto_msgTypes[0]
  38. if x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use EmptyRequest.ProtoReflect.Descriptor instead.
  48. func (*EmptyRequest) Descriptor() ([]byte, []int) {
  49. return file_dr_study_idl_proto_rawDescGZIP(), []int{0}
  50. }
  51. type IDRequest struct {
  52. state protoimpl.MessageState `protogen:"open.v1"`
  53. Id *uint32 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
  54. InstanceId *string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3,oneof" json:"instance_id,omitempty"`
  55. unknownFields protoimpl.UnknownFields
  56. sizeCache protoimpl.SizeCache
  57. }
  58. func (x *IDRequest) Reset() {
  59. *x = IDRequest{}
  60. mi := &file_dr_study_idl_proto_msgTypes[1]
  61. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  62. ms.StoreMessageInfo(mi)
  63. }
  64. func (x *IDRequest) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*IDRequest) ProtoMessage() {}
  68. func (x *IDRequest) ProtoReflect() protoreflect.Message {
  69. mi := &file_dr_study_idl_proto_msgTypes[1]
  70. if x != nil {
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. if ms.LoadMessageInfo() == nil {
  73. ms.StoreMessageInfo(mi)
  74. }
  75. return ms
  76. }
  77. return mi.MessageOf(x)
  78. }
  79. // Deprecated: Use IDRequest.ProtoReflect.Descriptor instead.
  80. func (*IDRequest) Descriptor() ([]byte, []int) {
  81. return file_dr_study_idl_proto_rawDescGZIP(), []int{1}
  82. }
  83. func (x *IDRequest) GetId() uint32 {
  84. if x != nil && x.Id != nil {
  85. return *x.Id
  86. }
  87. return 0
  88. }
  89. func (x *IDRequest) GetInstanceId() string {
  90. if x != nil && x.InstanceId != nil {
  91. return *x.InstanceId
  92. }
  93. return ""
  94. }
  95. type SoftwareInfoReply struct {
  96. state protoimpl.MessageState `protogen:"open.v1"`
  97. Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
  98. Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
  99. Build string `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"`
  100. Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
  101. unknownFields protoimpl.UnknownFields
  102. sizeCache protoimpl.SizeCache
  103. }
  104. func (x *SoftwareInfoReply) Reset() {
  105. *x = SoftwareInfoReply{}
  106. mi := &file_dr_study_idl_proto_msgTypes[2]
  107. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  108. ms.StoreMessageInfo(mi)
  109. }
  110. func (x *SoftwareInfoReply) String() string {
  111. return protoimpl.X.MessageStringOf(x)
  112. }
  113. func (*SoftwareInfoReply) ProtoMessage() {}
  114. func (x *SoftwareInfoReply) ProtoReflect() protoreflect.Message {
  115. mi := &file_dr_study_idl_proto_msgTypes[2]
  116. if x != nil {
  117. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  118. if ms.LoadMessageInfo() == nil {
  119. ms.StoreMessageInfo(mi)
  120. }
  121. return ms
  122. }
  123. return mi.MessageOf(x)
  124. }
  125. // Deprecated: Use SoftwareInfoReply.ProtoReflect.Descriptor instead.
  126. func (*SoftwareInfoReply) Descriptor() ([]byte, []int) {
  127. return file_dr_study_idl_proto_rawDescGZIP(), []int{2}
  128. }
  129. func (x *SoftwareInfoReply) GetModule() string {
  130. if x != nil {
  131. return x.Module
  132. }
  133. return ""
  134. }
  135. func (x *SoftwareInfoReply) GetDesc() string {
  136. if x != nil {
  137. return x.Desc
  138. }
  139. return ""
  140. }
  141. func (x *SoftwareInfoReply) GetBuild() string {
  142. if x != nil {
  143. return x.Build
  144. }
  145. return ""
  146. }
  147. func (x *SoftwareInfoReply) GetVersion() string {
  148. if x != nil {
  149. return x.Version
  150. }
  151. return ""
  152. }
  153. type ViewRequest struct {
  154. state protoimpl.MessageState `protogen:"open.v1"`
  155. ViewId string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
  156. ProcedureId string `protobuf:"bytes,2,opt,name=procedure_id,json=procedureId,proto3" json:"procedure_id,omitempty"`
  157. unknownFields protoimpl.UnknownFields
  158. sizeCache protoimpl.SizeCache
  159. }
  160. func (x *ViewRequest) Reset() {
  161. *x = ViewRequest{}
  162. mi := &file_dr_study_idl_proto_msgTypes[3]
  163. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  164. ms.StoreMessageInfo(mi)
  165. }
  166. func (x *ViewRequest) String() string {
  167. return protoimpl.X.MessageStringOf(x)
  168. }
  169. func (*ViewRequest) ProtoMessage() {}
  170. func (x *ViewRequest) ProtoReflect() protoreflect.Message {
  171. mi := &file_dr_study_idl_proto_msgTypes[3]
  172. if x != nil {
  173. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  174. if ms.LoadMessageInfo() == nil {
  175. ms.StoreMessageInfo(mi)
  176. }
  177. return ms
  178. }
  179. return mi.MessageOf(x)
  180. }
  181. // Deprecated: Use ViewRequest.ProtoReflect.Descriptor instead.
  182. func (*ViewRequest) Descriptor() ([]byte, []int) {
  183. return file_dr_study_idl_proto_rawDescGZIP(), []int{3}
  184. }
  185. func (x *ViewRequest) GetViewId() string {
  186. if x != nil {
  187. return x.ViewId
  188. }
  189. return ""
  190. }
  191. func (x *ViewRequest) GetProcedureId() string {
  192. if x != nil {
  193. return x.ProcedureId
  194. }
  195. return ""
  196. }
  197. type StudyRequest struct {
  198. state protoimpl.MessageState `protogen:"open.v1"`
  199. AccessionNumber string `protobuf:"bytes,1,opt,name=accession_number,json=accessionNumber,proto3" json:"accession_number,omitempty"`
  200. PatientId string `protobuf:"bytes,2,opt,name=patient_id,json=patientId,proto3" json:"patient_id,omitempty"`
  201. PatientName string `protobuf:"bytes,3,opt,name=patient_name,json=patientName,proto3" json:"patient_name,omitempty"`
  202. PatientSize string `protobuf:"bytes,4,opt,name=patient_size,json=patientSize,proto3" json:"patient_size,omitempty"`
  203. PatientAge string `protobuf:"bytes,5,opt,name=patient_age,json=patientAge,proto3" json:"patient_age,omitempty"`
  204. PatientDob *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=patient_dob,json=patientDob,proto3" json:"patient_dob,omitempty"`
  205. PatientSex string `protobuf:"bytes,7,opt,name=patient_sex,json=patientSex,proto3" json:"patient_sex,omitempty"`
  206. SexNeutered string `protobuf:"bytes,8,opt,name=sex_neutered,json=sexNeutered,proto3" json:"sex_neutered,omitempty"`
  207. PregnancyStatus string `protobuf:"bytes,9,opt,name=pregnancy_status,json=pregnancyStatus,proto3" json:"pregnancy_status,omitempty"` //妊娠状态
  208. PatientType string `protobuf:"bytes,10,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
  209. RefPhysician string `protobuf:"bytes,11,opt,name=ref_physician,json=refPhysician,proto3" json:"ref_physician,omitempty"` //兽医师
  210. OperatorId string `protobuf:"bytes,12,opt,name=operator_id,json=operatorId,proto3" json:"operator_id,omitempty"`
  211. Modality string `protobuf:"bytes,13,opt,name=modality,proto3" json:"modality,omitempty"`
  212. Weight int32 `protobuf:"varint,14,opt,name=weight,proto3" json:"weight,omitempty"`
  213. Thickness int32 `protobuf:"varint,15,opt,name=thickness,proto3" json:"thickness,omitempty"`
  214. Length int32 `protobuf:"varint,16,opt,name=length,proto3" json:"length,omitempty"`
  215. StudyType string `protobuf:"bytes,17,opt,name=study_type,json=studyType,proto3" json:"study_type,omitempty"`
  216. ChipNumber string `protobuf:"bytes,18,opt,name=chip_number,json=chipNumber,proto3" json:"chip_number,omitempty"`
  217. Variety string `protobuf:"bytes,19,opt,name=variety,proto3" json:"variety,omitempty"` //品种描述
  218. Comment string `protobuf:"bytes,20,opt,name=comment,proto3" json:"comment,omitempty"` //备注
  219. Views []*ViewRequest `protobuf:"bytes,21,rep,name=views,proto3" json:"views,omitempty"`
  220. unknownFields protoimpl.UnknownFields
  221. sizeCache protoimpl.SizeCache
  222. }
  223. func (x *StudyRequest) Reset() {
  224. *x = StudyRequest{}
  225. mi := &file_dr_study_idl_proto_msgTypes[4]
  226. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  227. ms.StoreMessageInfo(mi)
  228. }
  229. func (x *StudyRequest) String() string {
  230. return protoimpl.X.MessageStringOf(x)
  231. }
  232. func (*StudyRequest) ProtoMessage() {}
  233. func (x *StudyRequest) ProtoReflect() protoreflect.Message {
  234. mi := &file_dr_study_idl_proto_msgTypes[4]
  235. if x != nil {
  236. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  237. if ms.LoadMessageInfo() == nil {
  238. ms.StoreMessageInfo(mi)
  239. }
  240. return ms
  241. }
  242. return mi.MessageOf(x)
  243. }
  244. // Deprecated: Use StudyRequest.ProtoReflect.Descriptor instead.
  245. func (*StudyRequest) Descriptor() ([]byte, []int) {
  246. return file_dr_study_idl_proto_rawDescGZIP(), []int{4}
  247. }
  248. func (x *StudyRequest) GetAccessionNumber() string {
  249. if x != nil {
  250. return x.AccessionNumber
  251. }
  252. return ""
  253. }
  254. func (x *StudyRequest) GetPatientId() string {
  255. if x != nil {
  256. return x.PatientId
  257. }
  258. return ""
  259. }
  260. func (x *StudyRequest) GetPatientName() string {
  261. if x != nil {
  262. return x.PatientName
  263. }
  264. return ""
  265. }
  266. func (x *StudyRequest) GetPatientSize() string {
  267. if x != nil {
  268. return x.PatientSize
  269. }
  270. return ""
  271. }
  272. func (x *StudyRequest) GetPatientAge() string {
  273. if x != nil {
  274. return x.PatientAge
  275. }
  276. return ""
  277. }
  278. func (x *StudyRequest) GetPatientDob() *timestamppb.Timestamp {
  279. if x != nil {
  280. return x.PatientDob
  281. }
  282. return nil
  283. }
  284. func (x *StudyRequest) GetPatientSex() string {
  285. if x != nil {
  286. return x.PatientSex
  287. }
  288. return ""
  289. }
  290. func (x *StudyRequest) GetSexNeutered() string {
  291. if x != nil {
  292. return x.SexNeutered
  293. }
  294. return ""
  295. }
  296. func (x *StudyRequest) GetPregnancyStatus() string {
  297. if x != nil {
  298. return x.PregnancyStatus
  299. }
  300. return ""
  301. }
  302. func (x *StudyRequest) GetPatientType() string {
  303. if x != nil {
  304. return x.PatientType
  305. }
  306. return ""
  307. }
  308. func (x *StudyRequest) GetRefPhysician() string {
  309. if x != nil {
  310. return x.RefPhysician
  311. }
  312. return ""
  313. }
  314. func (x *StudyRequest) GetOperatorId() string {
  315. if x != nil {
  316. return x.OperatorId
  317. }
  318. return ""
  319. }
  320. func (x *StudyRequest) GetModality() string {
  321. if x != nil {
  322. return x.Modality
  323. }
  324. return ""
  325. }
  326. func (x *StudyRequest) GetWeight() int32 {
  327. if x != nil {
  328. return x.Weight
  329. }
  330. return 0
  331. }
  332. func (x *StudyRequest) GetThickness() int32 {
  333. if x != nil {
  334. return x.Thickness
  335. }
  336. return 0
  337. }
  338. func (x *StudyRequest) GetLength() int32 {
  339. if x != nil {
  340. return x.Length
  341. }
  342. return 0
  343. }
  344. func (x *StudyRequest) GetStudyType() string {
  345. if x != nil {
  346. return x.StudyType
  347. }
  348. return ""
  349. }
  350. func (x *StudyRequest) GetChipNumber() string {
  351. if x != nil {
  352. return x.ChipNumber
  353. }
  354. return ""
  355. }
  356. func (x *StudyRequest) GetVariety() string {
  357. if x != nil {
  358. return x.Variety
  359. }
  360. return ""
  361. }
  362. func (x *StudyRequest) GetComment() string {
  363. if x != nil {
  364. return x.Comment
  365. }
  366. return ""
  367. }
  368. func (x *StudyRequest) GetViews() []*ViewRequest {
  369. if x != nil {
  370. return x.Views
  371. }
  372. return nil
  373. }
  374. type Image struct {
  375. state protoimpl.MessageState `protogen:"open.v1"`
  376. SopInstanceId string `protobuf:"bytes,1,opt,name=sop_instance_id,json=sopInstanceId,proto3" json:"sop_instance_id,omitempty"`
  377. SeriesInstanceUid string `protobuf:"bytes,2,opt,name=series_instance_uid,json=seriesInstanceUid,proto3" json:"series_instance_uid,omitempty"`
  378. StudyInstanceUid string `protobuf:"bytes,3,opt,name=study_instance_uid,json=studyInstanceUid,proto3" json:"study_instance_uid,omitempty"`
  379. SecondarySopUid string `protobuf:"bytes,4,opt,name=secondary_sop_uid,json=secondarySopUid,proto3" json:"secondary_sop_uid,omitempty"`
  380. StudyId string `protobuf:"bytes,5,opt,name=study_id,json=studyId,proto3" json:"study_id,omitempty"`
  381. ViewId string `protobuf:"bytes,6,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
  382. ViewDescription string `protobuf:"bytes,7,opt,name=view_description,json=viewDescription,proto3" json:"view_description,omitempty"`
  383. ImageStatus string `protobuf:"bytes,8,opt,name=image_status,json=imageStatus,proto3" json:"image_status,omitempty"`
  384. ImageFilePath string `protobuf:"bytes,9,opt,name=image_file_path,json=imageFilePath,proto3" json:"image_file_path,omitempty"`
  385. AcquisitionMode string `protobuf:"bytes,10,opt,name=acquisition_mode,json=acquisitionMode,proto3" json:"acquisition_mode,omitempty"`
  386. Sort int32 `protobuf:"varint,11,opt,name=sort,proto3" json:"sort,omitempty"`
  387. Product string `protobuf:"bytes,12,opt,name=product,proto3" json:"product,omitempty"`
  388. IsPreInstall bool `protobuf:"varint,13,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
  389. unknownFields protoimpl.UnknownFields
  390. sizeCache protoimpl.SizeCache
  391. }
  392. func (x *Image) Reset() {
  393. *x = Image{}
  394. mi := &file_dr_study_idl_proto_msgTypes[5]
  395. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  396. ms.StoreMessageInfo(mi)
  397. }
  398. func (x *Image) String() string {
  399. return protoimpl.X.MessageStringOf(x)
  400. }
  401. func (*Image) ProtoMessage() {}
  402. func (x *Image) ProtoReflect() protoreflect.Message {
  403. mi := &file_dr_study_idl_proto_msgTypes[5]
  404. if x != nil {
  405. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  406. if ms.LoadMessageInfo() == nil {
  407. ms.StoreMessageInfo(mi)
  408. }
  409. return ms
  410. }
  411. return mi.MessageOf(x)
  412. }
  413. // Deprecated: Use Image.ProtoReflect.Descriptor instead.
  414. func (*Image) Descriptor() ([]byte, []int) {
  415. return file_dr_study_idl_proto_rawDescGZIP(), []int{5}
  416. }
  417. func (x *Image) GetSopInstanceId() string {
  418. if x != nil {
  419. return x.SopInstanceId
  420. }
  421. return ""
  422. }
  423. func (x *Image) GetSeriesInstanceUid() string {
  424. if x != nil {
  425. return x.SeriesInstanceUid
  426. }
  427. return ""
  428. }
  429. func (x *Image) GetStudyInstanceUid() string {
  430. if x != nil {
  431. return x.StudyInstanceUid
  432. }
  433. return ""
  434. }
  435. func (x *Image) GetSecondarySopUid() string {
  436. if x != nil {
  437. return x.SecondarySopUid
  438. }
  439. return ""
  440. }
  441. func (x *Image) GetStudyId() string {
  442. if x != nil {
  443. return x.StudyId
  444. }
  445. return ""
  446. }
  447. func (x *Image) GetViewId() string {
  448. if x != nil {
  449. return x.ViewId
  450. }
  451. return ""
  452. }
  453. func (x *Image) GetViewDescription() string {
  454. if x != nil {
  455. return x.ViewDescription
  456. }
  457. return ""
  458. }
  459. func (x *Image) GetImageStatus() string {
  460. if x != nil {
  461. return x.ImageStatus
  462. }
  463. return ""
  464. }
  465. func (x *Image) GetImageFilePath() string {
  466. if x != nil {
  467. return x.ImageFilePath
  468. }
  469. return ""
  470. }
  471. func (x *Image) GetAcquisitionMode() string {
  472. if x != nil {
  473. return x.AcquisitionMode
  474. }
  475. return ""
  476. }
  477. func (x *Image) GetSort() int32 {
  478. if x != nil {
  479. return x.Sort
  480. }
  481. return 0
  482. }
  483. func (x *Image) GetProduct() string {
  484. if x != nil {
  485. return x.Product
  486. }
  487. return ""
  488. }
  489. func (x *Image) GetIsPreInstall() bool {
  490. if x != nil {
  491. return x.IsPreInstall
  492. }
  493. return false
  494. }
  495. type Series struct {
  496. state protoimpl.MessageState `protogen:"open.v1"`
  497. SeriesInstanceUid string `protobuf:"bytes,1,opt,name=series_instance_uid,json=seriesInstanceUid,proto3" json:"series_instance_uid,omitempty"`
  498. StudyInstanceUid string `protobuf:"bytes,2,opt,name=study_instance_uid,json=studyInstanceUid,proto3" json:"study_instance_uid,omitempty"`
  499. StudyId string `protobuf:"bytes,3,opt,name=study_id,json=studyId,proto3" json:"study_id,omitempty"`
  500. ProcedureId string `protobuf:"bytes,4,opt,name=procedure_id,json=procedureId,proto3" json:"procedure_id,omitempty"`
  501. BodyPart string `protobuf:"bytes,5,opt,name=body_part,json=bodyPart,proto3" json:"body_part,omitempty"`
  502. PerformedDatetime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=performed_datetime,json=performedDatetime,proto3" json:"performed_datetime,omitempty"`
  503. PerformedProtocolCodeMeaning string `protobuf:"bytes,7,opt,name=performed_protocol_code_meaning,json=performedProtocolCodeMeaning,proto3" json:"performed_protocol_code_meaning,omitempty"`
  504. PerformedProtocolCodeValue string `protobuf:"bytes,8,opt,name=performed_protocol_code_value,json=performedProtocolCodeValue,proto3" json:"performed_protocol_code_value,omitempty"`
  505. Sort int32 `protobuf:"varint,9,opt,name=sort,proto3" json:"sort,omitempty"`
  506. Product string `protobuf:"bytes,10,opt,name=product,proto3" json:"product,omitempty"`
  507. IsPreInstall bool `protobuf:"varint,11,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
  508. Images []*Image `protobuf:"bytes,12,rep,name=images,proto3" json:"images,omitempty"`
  509. unknownFields protoimpl.UnknownFields
  510. sizeCache protoimpl.SizeCache
  511. }
  512. func (x *Series) Reset() {
  513. *x = Series{}
  514. mi := &file_dr_study_idl_proto_msgTypes[6]
  515. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  516. ms.StoreMessageInfo(mi)
  517. }
  518. func (x *Series) String() string {
  519. return protoimpl.X.MessageStringOf(x)
  520. }
  521. func (*Series) ProtoMessage() {}
  522. func (x *Series) ProtoReflect() protoreflect.Message {
  523. mi := &file_dr_study_idl_proto_msgTypes[6]
  524. if x != nil {
  525. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  526. if ms.LoadMessageInfo() == nil {
  527. ms.StoreMessageInfo(mi)
  528. }
  529. return ms
  530. }
  531. return mi.MessageOf(x)
  532. }
  533. // Deprecated: Use Series.ProtoReflect.Descriptor instead.
  534. func (*Series) Descriptor() ([]byte, []int) {
  535. return file_dr_study_idl_proto_rawDescGZIP(), []int{6}
  536. }
  537. func (x *Series) GetSeriesInstanceUid() string {
  538. if x != nil {
  539. return x.SeriesInstanceUid
  540. }
  541. return ""
  542. }
  543. func (x *Series) GetStudyInstanceUid() string {
  544. if x != nil {
  545. return x.StudyInstanceUid
  546. }
  547. return ""
  548. }
  549. func (x *Series) GetStudyId() string {
  550. if x != nil {
  551. return x.StudyId
  552. }
  553. return ""
  554. }
  555. func (x *Series) GetProcedureId() string {
  556. if x != nil {
  557. return x.ProcedureId
  558. }
  559. return ""
  560. }
  561. func (x *Series) GetBodyPart() string {
  562. if x != nil {
  563. return x.BodyPart
  564. }
  565. return ""
  566. }
  567. func (x *Series) GetPerformedDatetime() *timestamppb.Timestamp {
  568. if x != nil {
  569. return x.PerformedDatetime
  570. }
  571. return nil
  572. }
  573. func (x *Series) GetPerformedProtocolCodeMeaning() string {
  574. if x != nil {
  575. return x.PerformedProtocolCodeMeaning
  576. }
  577. return ""
  578. }
  579. func (x *Series) GetPerformedProtocolCodeValue() string {
  580. if x != nil {
  581. return x.PerformedProtocolCodeValue
  582. }
  583. return ""
  584. }
  585. func (x *Series) GetSort() int32 {
  586. if x != nil {
  587. return x.Sort
  588. }
  589. return 0
  590. }
  591. func (x *Series) GetProduct() string {
  592. if x != nil {
  593. return x.Product
  594. }
  595. return ""
  596. }
  597. func (x *Series) GetIsPreInstall() bool {
  598. if x != nil {
  599. return x.IsPreInstall
  600. }
  601. return false
  602. }
  603. func (x *Series) GetImages() []*Image {
  604. if x != nil {
  605. return x.Images
  606. }
  607. return nil
  608. }
  609. type StudyReply struct {
  610. state protoimpl.MessageState `protogen:"open.v1"`
  611. StudyInstanceUid string `protobuf:"bytes,1,opt,name=study_instance_uid,json=studyInstanceUid,proto3" json:"study_instance_uid,omitempty"`
  612. StudyId string `protobuf:"bytes,2,opt,name=study_id,json=studyId,proto3" json:"study_id,omitempty"`
  613. PublicStudyId string `protobuf:"bytes,3,opt,name=public_study_id,json=publicStudyId,proto3" json:"public_study_id,omitempty"`
  614. SpecificCharacterSet string `protobuf:"bytes,4,opt,name=specific_character_set,json=specificCharacterSet,proto3" json:"specific_character_set,omitempty"`
  615. AccessionNumber string `protobuf:"bytes,5,opt,name=accession_number,json=accessionNumber,proto3" json:"accession_number,omitempty"`
  616. RefPhysician string `protobuf:"bytes,6,opt,name=ref_physician,json=refPhysician,proto3" json:"ref_physician,omitempty"`
  617. PatientId string `protobuf:"bytes,7,opt,name=patient_id,json=patientId,proto3" json:"patient_id,omitempty"`
  618. PatientName string `protobuf:"bytes,8,opt,name=patient_name,json=patientName,proto3" json:"patient_name,omitempty"`
  619. PatientSize string `protobuf:"bytes,9,opt,name=patient_size,json=patientSize,proto3" json:"patient_size,omitempty"`
  620. OtherPatientIds string `protobuf:"bytes,10,opt,name=other_patient_ids,json=otherPatientIds,proto3" json:"other_patient_ids,omitempty"`
  621. OtherPatientNames string `protobuf:"bytes,11,opt,name=other_patient_names,json=otherPatientNames,proto3" json:"other_patient_names,omitempty"`
  622. OwnerName string `protobuf:"bytes,12,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
  623. PatientAge string `protobuf:"bytes,13,opt,name=patient_age,json=patientAge,proto3" json:"patient_age,omitempty"`
  624. PatientDob *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=patient_dob,json=patientDob,proto3" json:"patient_dob,omitempty"`
  625. PatientSex string `protobuf:"bytes,15,opt,name=patient_sex,json=patientSex,proto3" json:"patient_sex,omitempty"`
  626. PatientState string `protobuf:"bytes,16,opt,name=patient_state,json=patientState,proto3" json:"patient_state,omitempty"`
  627. AdmittingTime *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=admitting_time,json=admittingTime,proto3" json:"admitting_time,omitempty"`
  628. Priority string `protobuf:"bytes,18,opt,name=priority,proto3" json:"priority,omitempty"`
  629. RegSource string `protobuf:"bytes,19,opt,name=reg_source,json=regSource,proto3" json:"reg_source,omitempty"`
  630. StudyStatus string `protobuf:"bytes,20,opt,name=study_status,json=studyStatus,proto3" json:"study_status,omitempty"`
  631. StudyDescription string `protobuf:"bytes,21,opt,name=study_description,json=studyDescription,proto3" json:"study_description,omitempty"`
  632. StudyStartDatetime *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=study_start_datetime,json=studyStartDatetime,proto3" json:"study_start_datetime,omitempty"`
  633. StudyEndDatetime *timestamppb.Timestamp `protobuf:"bytes,23,opt,name=study_end_datetime,json=studyEndDatetime,proto3" json:"study_end_datetime,omitempty"`
  634. ScheduledProcedureStepStartDate *timestamppb.Timestamp `protobuf:"bytes,24,opt,name=scheduled_procedure_step_start_date,json=scheduledProcedureStepStartDate,proto3" json:"scheduled_procedure_step_start_date,omitempty"`
  635. PerformedPhysician string `protobuf:"bytes,25,opt,name=performed_physician,json=performedPhysician,proto3" json:"performed_physician,omitempty"`
  636. StudyLock string `protobuf:"bytes,26,opt,name=study_lock,json=studyLock,proto3" json:"study_lock,omitempty"`
  637. FolderPath string `protobuf:"bytes,27,opt,name=folder_path,json=folderPath,proto3" json:"folder_path,omitempty"`
  638. OperatorName string `protobuf:"bytes,28,opt,name=operator_name,json=operatorName,proto3" json:"operator_name,omitempty"`
  639. Modality string `protobuf:"bytes,29,opt,name=modality,proto3" json:"modality,omitempty"`
  640. Weight int32 `protobuf:"varint,30,opt,name=weight,proto3" json:"weight,omitempty"`
  641. Thickness int32 `protobuf:"varint,31,opt,name=thickness,proto3" json:"thickness,omitempty"`
  642. Length int32 `protobuf:"varint,32,opt,name=length,proto3" json:"length,omitempty"`
  643. PatientType string `protobuf:"bytes,33,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
  644. StudyType string `protobuf:"bytes,34,opt,name=study_type,json=studyType,proto3" json:"study_type,omitempty"`
  645. Mwl string `protobuf:"bytes,35,opt,name=mwl,proto3" json:"mwl,omitempty"`
  646. IsExported bool `protobuf:"varint,36,opt,name=is_exported,json=isExported,proto3" json:"is_exported,omitempty"`
  647. IsEdited bool `protobuf:"varint,37,opt,name=is_edited,json=isEdited,proto3" json:"is_edited,omitempty"`
  648. IsAppended bool `protobuf:"varint,38,opt,name=is_appended,json=isAppended,proto3" json:"is_appended,omitempty"`
  649. Department string `protobuf:"bytes,39,opt,name=department,proto3" json:"department,omitempty"`
  650. MappedStatus bool `protobuf:"varint,40,opt,name=mapped_status,json=mappedStatus,proto3" json:"mapped_status,omitempty"`
  651. QcResult bool `protobuf:"varint,41,opt,name=qc_result,json=qcResult,proto3" json:"qc_result,omitempty"`
  652. Comment string `protobuf:"bytes,42,opt,name=comment,proto3" json:"comment,omitempty"`
  653. Sort int32 `protobuf:"varint,43,opt,name=sort,proto3" json:"sort,omitempty"`
  654. Product string `protobuf:"bytes,44,opt,name=product,proto3" json:"product,omitempty"`
  655. Series []*Series `protobuf:"bytes,45,rep,name=series,proto3" json:"series,omitempty"`
  656. unknownFields protoimpl.UnknownFields
  657. sizeCache protoimpl.SizeCache
  658. }
  659. func (x *StudyReply) Reset() {
  660. *x = StudyReply{}
  661. mi := &file_dr_study_idl_proto_msgTypes[7]
  662. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  663. ms.StoreMessageInfo(mi)
  664. }
  665. func (x *StudyReply) String() string {
  666. return protoimpl.X.MessageStringOf(x)
  667. }
  668. func (*StudyReply) ProtoMessage() {}
  669. func (x *StudyReply) ProtoReflect() protoreflect.Message {
  670. mi := &file_dr_study_idl_proto_msgTypes[7]
  671. if x != nil {
  672. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  673. if ms.LoadMessageInfo() == nil {
  674. ms.StoreMessageInfo(mi)
  675. }
  676. return ms
  677. }
  678. return mi.MessageOf(x)
  679. }
  680. // Deprecated: Use StudyReply.ProtoReflect.Descriptor instead.
  681. func (*StudyReply) Descriptor() ([]byte, []int) {
  682. return file_dr_study_idl_proto_rawDescGZIP(), []int{7}
  683. }
  684. func (x *StudyReply) GetStudyInstanceUid() string {
  685. if x != nil {
  686. return x.StudyInstanceUid
  687. }
  688. return ""
  689. }
  690. func (x *StudyReply) GetStudyId() string {
  691. if x != nil {
  692. return x.StudyId
  693. }
  694. return ""
  695. }
  696. func (x *StudyReply) GetPublicStudyId() string {
  697. if x != nil {
  698. return x.PublicStudyId
  699. }
  700. return ""
  701. }
  702. func (x *StudyReply) GetSpecificCharacterSet() string {
  703. if x != nil {
  704. return x.SpecificCharacterSet
  705. }
  706. return ""
  707. }
  708. func (x *StudyReply) GetAccessionNumber() string {
  709. if x != nil {
  710. return x.AccessionNumber
  711. }
  712. return ""
  713. }
  714. func (x *StudyReply) GetRefPhysician() string {
  715. if x != nil {
  716. return x.RefPhysician
  717. }
  718. return ""
  719. }
  720. func (x *StudyReply) GetPatientId() string {
  721. if x != nil {
  722. return x.PatientId
  723. }
  724. return ""
  725. }
  726. func (x *StudyReply) GetPatientName() string {
  727. if x != nil {
  728. return x.PatientName
  729. }
  730. return ""
  731. }
  732. func (x *StudyReply) GetPatientSize() string {
  733. if x != nil {
  734. return x.PatientSize
  735. }
  736. return ""
  737. }
  738. func (x *StudyReply) GetOtherPatientIds() string {
  739. if x != nil {
  740. return x.OtherPatientIds
  741. }
  742. return ""
  743. }
  744. func (x *StudyReply) GetOtherPatientNames() string {
  745. if x != nil {
  746. return x.OtherPatientNames
  747. }
  748. return ""
  749. }
  750. func (x *StudyReply) GetOwnerName() string {
  751. if x != nil {
  752. return x.OwnerName
  753. }
  754. return ""
  755. }
  756. func (x *StudyReply) GetPatientAge() string {
  757. if x != nil {
  758. return x.PatientAge
  759. }
  760. return ""
  761. }
  762. func (x *StudyReply) GetPatientDob() *timestamppb.Timestamp {
  763. if x != nil {
  764. return x.PatientDob
  765. }
  766. return nil
  767. }
  768. func (x *StudyReply) GetPatientSex() string {
  769. if x != nil {
  770. return x.PatientSex
  771. }
  772. return ""
  773. }
  774. func (x *StudyReply) GetPatientState() string {
  775. if x != nil {
  776. return x.PatientState
  777. }
  778. return ""
  779. }
  780. func (x *StudyReply) GetAdmittingTime() *timestamppb.Timestamp {
  781. if x != nil {
  782. return x.AdmittingTime
  783. }
  784. return nil
  785. }
  786. func (x *StudyReply) GetPriority() string {
  787. if x != nil {
  788. return x.Priority
  789. }
  790. return ""
  791. }
  792. func (x *StudyReply) GetRegSource() string {
  793. if x != nil {
  794. return x.RegSource
  795. }
  796. return ""
  797. }
  798. func (x *StudyReply) GetStudyStatus() string {
  799. if x != nil {
  800. return x.StudyStatus
  801. }
  802. return ""
  803. }
  804. func (x *StudyReply) GetStudyDescription() string {
  805. if x != nil {
  806. return x.StudyDescription
  807. }
  808. return ""
  809. }
  810. func (x *StudyReply) GetStudyStartDatetime() *timestamppb.Timestamp {
  811. if x != nil {
  812. return x.StudyStartDatetime
  813. }
  814. return nil
  815. }
  816. func (x *StudyReply) GetStudyEndDatetime() *timestamppb.Timestamp {
  817. if x != nil {
  818. return x.StudyEndDatetime
  819. }
  820. return nil
  821. }
  822. func (x *StudyReply) GetScheduledProcedureStepStartDate() *timestamppb.Timestamp {
  823. if x != nil {
  824. return x.ScheduledProcedureStepStartDate
  825. }
  826. return nil
  827. }
  828. func (x *StudyReply) GetPerformedPhysician() string {
  829. if x != nil {
  830. return x.PerformedPhysician
  831. }
  832. return ""
  833. }
  834. func (x *StudyReply) GetStudyLock() string {
  835. if x != nil {
  836. return x.StudyLock
  837. }
  838. return ""
  839. }
  840. func (x *StudyReply) GetFolderPath() string {
  841. if x != nil {
  842. return x.FolderPath
  843. }
  844. return ""
  845. }
  846. func (x *StudyReply) GetOperatorName() string {
  847. if x != nil {
  848. return x.OperatorName
  849. }
  850. return ""
  851. }
  852. func (x *StudyReply) GetModality() string {
  853. if x != nil {
  854. return x.Modality
  855. }
  856. return ""
  857. }
  858. func (x *StudyReply) GetWeight() int32 {
  859. if x != nil {
  860. return x.Weight
  861. }
  862. return 0
  863. }
  864. func (x *StudyReply) GetThickness() int32 {
  865. if x != nil {
  866. return x.Thickness
  867. }
  868. return 0
  869. }
  870. func (x *StudyReply) GetLength() int32 {
  871. if x != nil {
  872. return x.Length
  873. }
  874. return 0
  875. }
  876. func (x *StudyReply) GetPatientType() string {
  877. if x != nil {
  878. return x.PatientType
  879. }
  880. return ""
  881. }
  882. func (x *StudyReply) GetStudyType() string {
  883. if x != nil {
  884. return x.StudyType
  885. }
  886. return ""
  887. }
  888. func (x *StudyReply) GetMwl() string {
  889. if x != nil {
  890. return x.Mwl
  891. }
  892. return ""
  893. }
  894. func (x *StudyReply) GetIsExported() bool {
  895. if x != nil {
  896. return x.IsExported
  897. }
  898. return false
  899. }
  900. func (x *StudyReply) GetIsEdited() bool {
  901. if x != nil {
  902. return x.IsEdited
  903. }
  904. return false
  905. }
  906. func (x *StudyReply) GetIsAppended() bool {
  907. if x != nil {
  908. return x.IsAppended
  909. }
  910. return false
  911. }
  912. func (x *StudyReply) GetDepartment() string {
  913. if x != nil {
  914. return x.Department
  915. }
  916. return ""
  917. }
  918. func (x *StudyReply) GetMappedStatus() bool {
  919. if x != nil {
  920. return x.MappedStatus
  921. }
  922. return false
  923. }
  924. func (x *StudyReply) GetQcResult() bool {
  925. if x != nil {
  926. return x.QcResult
  927. }
  928. return false
  929. }
  930. func (x *StudyReply) GetComment() string {
  931. if x != nil {
  932. return x.Comment
  933. }
  934. return ""
  935. }
  936. func (x *StudyReply) GetSort() int32 {
  937. if x != nil {
  938. return x.Sort
  939. }
  940. return 0
  941. }
  942. func (x *StudyReply) GetProduct() string {
  943. if x != nil {
  944. return x.Product
  945. }
  946. return ""
  947. }
  948. func (x *StudyReply) GetSeries() []*Series {
  949. if x != nil {
  950. return x.Series
  951. }
  952. return nil
  953. }
  954. var File_dr_study_idl_proto protoreflect.FileDescriptor
  955. const file_dr_study_idl_proto_rawDesc = "" +
  956. "\n" +
  957. "\x12dr_study_idl.proto\x12\bdr.study\x1a\x1fgoogle/protobuf/timestamp.proto\"\x0e\n" +
  958. "\fEmptyRequest\"]\n" +
  959. "\tIDRequest\x12\x13\n" +
  960. "\x02id\x18\x01 \x01(\rH\x00R\x02id\x88\x01\x01\x12$\n" +
  961. "\vinstance_id\x18\x02 \x01(\tH\x01R\n" +
  962. "instanceId\x88\x01\x01B\x05\n" +
  963. "\x03_idB\x0e\n" +
  964. "\f_instance_id\"o\n" +
  965. "\x11SoftwareInfoReply\x12\x16\n" +
  966. "\x06module\x18\x01 \x01(\tR\x06module\x12\x12\n" +
  967. "\x04desc\x18\x02 \x01(\tR\x04desc\x12\x14\n" +
  968. "\x05build\x18\x03 \x01(\tR\x05build\x12\x18\n" +
  969. "\aversion\x18\x04 \x01(\tR\aversion\"I\n" +
  970. "\vViewRequest\x12\x17\n" +
  971. "\aview_id\x18\x01 \x01(\tR\x06viewId\x12!\n" +
  972. "\fprocedure_id\x18\x02 \x01(\tR\vprocedureId\"\xdf\x05\n" +
  973. "\fStudyRequest\x12)\n" +
  974. "\x10accession_number\x18\x01 \x01(\tR\x0faccessionNumber\x12\x1d\n" +
  975. "\n" +
  976. "patient_id\x18\x02 \x01(\tR\tpatientId\x12!\n" +
  977. "\fpatient_name\x18\x03 \x01(\tR\vpatientName\x12!\n" +
  978. "\fpatient_size\x18\x04 \x01(\tR\vpatientSize\x12\x1f\n" +
  979. "\vpatient_age\x18\x05 \x01(\tR\n" +
  980. "patientAge\x12;\n" +
  981. "\vpatient_dob\x18\x06 \x01(\v2\x1a.google.protobuf.TimestampR\n" +
  982. "patientDob\x12\x1f\n" +
  983. "\vpatient_sex\x18\a \x01(\tR\n" +
  984. "patientSex\x12!\n" +
  985. "\fsex_neutered\x18\b \x01(\tR\vsexNeutered\x12)\n" +
  986. "\x10pregnancy_status\x18\t \x01(\tR\x0fpregnancyStatus\x12!\n" +
  987. "\fpatient_type\x18\n" +
  988. " \x01(\tR\vpatientType\x12#\n" +
  989. "\rref_physician\x18\v \x01(\tR\frefPhysician\x12\x1f\n" +
  990. "\voperator_id\x18\f \x01(\tR\n" +
  991. "operatorId\x12\x1a\n" +
  992. "\bmodality\x18\r \x01(\tR\bmodality\x12\x16\n" +
  993. "\x06weight\x18\x0e \x01(\x05R\x06weight\x12\x1c\n" +
  994. "\tthickness\x18\x0f \x01(\x05R\tthickness\x12\x16\n" +
  995. "\x06length\x18\x10 \x01(\x05R\x06length\x12\x1d\n" +
  996. "\n" +
  997. "study_type\x18\x11 \x01(\tR\tstudyType\x12\x1f\n" +
  998. "\vchip_number\x18\x12 \x01(\tR\n" +
  999. "chipNumber\x12\x18\n" +
  1000. "\avariety\x18\x13 \x01(\tR\avariety\x12\x18\n" +
  1001. "\acomment\x18\x14 \x01(\tR\acomment\x12+\n" +
  1002. "\x05views\x18\x15 \x03(\v2\x15.dr.study.ViewRequestR\x05views\"\xe2\x03\n" +
  1003. "\x05Image\x12&\n" +
  1004. "\x0fsop_instance_id\x18\x01 \x01(\tR\rsopInstanceId\x12.\n" +
  1005. "\x13series_instance_uid\x18\x02 \x01(\tR\x11seriesInstanceUid\x12,\n" +
  1006. "\x12study_instance_uid\x18\x03 \x01(\tR\x10studyInstanceUid\x12*\n" +
  1007. "\x11secondary_sop_uid\x18\x04 \x01(\tR\x0fsecondarySopUid\x12\x19\n" +
  1008. "\bstudy_id\x18\x05 \x01(\tR\astudyId\x12\x17\n" +
  1009. "\aview_id\x18\x06 \x01(\tR\x06viewId\x12)\n" +
  1010. "\x10view_description\x18\a \x01(\tR\x0fviewDescription\x12!\n" +
  1011. "\fimage_status\x18\b \x01(\tR\vimageStatus\x12&\n" +
  1012. "\x0fimage_file_path\x18\t \x01(\tR\rimageFilePath\x12)\n" +
  1013. "\x10acquisition_mode\x18\n" +
  1014. " \x01(\tR\x0facquisitionMode\x12\x12\n" +
  1015. "\x04sort\x18\v \x01(\x05R\x04sort\x12\x18\n" +
  1016. "\aproduct\x18\f \x01(\tR\aproduct\x12$\n" +
  1017. "\x0eis_pre_install\x18\r \x01(\bR\fisPreInstall\"\x93\x04\n" +
  1018. "\x06Series\x12.\n" +
  1019. "\x13series_instance_uid\x18\x01 \x01(\tR\x11seriesInstanceUid\x12,\n" +
  1020. "\x12study_instance_uid\x18\x02 \x01(\tR\x10studyInstanceUid\x12\x19\n" +
  1021. "\bstudy_id\x18\x03 \x01(\tR\astudyId\x12!\n" +
  1022. "\fprocedure_id\x18\x04 \x01(\tR\vprocedureId\x12\x1b\n" +
  1023. "\tbody_part\x18\x05 \x01(\tR\bbodyPart\x12I\n" +
  1024. "\x12performed_datetime\x18\x06 \x01(\v2\x1a.google.protobuf.TimestampR\x11performedDatetime\x12E\n" +
  1025. "\x1fperformed_protocol_code_meaning\x18\a \x01(\tR\x1cperformedProtocolCodeMeaning\x12A\n" +
  1026. "\x1dperformed_protocol_code_value\x18\b \x01(\tR\x1aperformedProtocolCodeValue\x12\x12\n" +
  1027. "\x04sort\x18\t \x01(\x05R\x04sort\x12\x18\n" +
  1028. "\aproduct\x18\n" +
  1029. " \x01(\tR\aproduct\x12$\n" +
  1030. "\x0eis_pre_install\x18\v \x01(\bR\fisPreInstall\x12'\n" +
  1031. "\x06images\x18\f \x03(\v2\x0f.dr.study.ImageR\x06images\"\xde\r\n" +
  1032. "\n" +
  1033. "StudyReply\x12,\n" +
  1034. "\x12study_instance_uid\x18\x01 \x01(\tR\x10studyInstanceUid\x12\x19\n" +
  1035. "\bstudy_id\x18\x02 \x01(\tR\astudyId\x12&\n" +
  1036. "\x0fpublic_study_id\x18\x03 \x01(\tR\rpublicStudyId\x124\n" +
  1037. "\x16specific_character_set\x18\x04 \x01(\tR\x14specificCharacterSet\x12)\n" +
  1038. "\x10accession_number\x18\x05 \x01(\tR\x0faccessionNumber\x12#\n" +
  1039. "\rref_physician\x18\x06 \x01(\tR\frefPhysician\x12\x1d\n" +
  1040. "\n" +
  1041. "patient_id\x18\a \x01(\tR\tpatientId\x12!\n" +
  1042. "\fpatient_name\x18\b \x01(\tR\vpatientName\x12!\n" +
  1043. "\fpatient_size\x18\t \x01(\tR\vpatientSize\x12*\n" +
  1044. "\x11other_patient_ids\x18\n" +
  1045. " \x01(\tR\x0fotherPatientIds\x12.\n" +
  1046. "\x13other_patient_names\x18\v \x01(\tR\x11otherPatientNames\x12\x1d\n" +
  1047. "\n" +
  1048. "owner_name\x18\f \x01(\tR\townerName\x12\x1f\n" +
  1049. "\vpatient_age\x18\r \x01(\tR\n" +
  1050. "patientAge\x12;\n" +
  1051. "\vpatient_dob\x18\x0e \x01(\v2\x1a.google.protobuf.TimestampR\n" +
  1052. "patientDob\x12\x1f\n" +
  1053. "\vpatient_sex\x18\x0f \x01(\tR\n" +
  1054. "patientSex\x12#\n" +
  1055. "\rpatient_state\x18\x10 \x01(\tR\fpatientState\x12A\n" +
  1056. "\x0eadmitting_time\x18\x11 \x01(\v2\x1a.google.protobuf.TimestampR\radmittingTime\x12\x1a\n" +
  1057. "\bpriority\x18\x12 \x01(\tR\bpriority\x12\x1d\n" +
  1058. "\n" +
  1059. "reg_source\x18\x13 \x01(\tR\tregSource\x12!\n" +
  1060. "\fstudy_status\x18\x14 \x01(\tR\vstudyStatus\x12+\n" +
  1061. "\x11study_description\x18\x15 \x01(\tR\x10studyDescription\x12L\n" +
  1062. "\x14study_start_datetime\x18\x16 \x01(\v2\x1a.google.protobuf.TimestampR\x12studyStartDatetime\x12H\n" +
  1063. "\x12study_end_datetime\x18\x17 \x01(\v2\x1a.google.protobuf.TimestampR\x10studyEndDatetime\x12h\n" +
  1064. "#scheduled_procedure_step_start_date\x18\x18 \x01(\v2\x1a.google.protobuf.TimestampR\x1fscheduledProcedureStepStartDate\x12/\n" +
  1065. "\x13performed_physician\x18\x19 \x01(\tR\x12performedPhysician\x12\x1d\n" +
  1066. "\n" +
  1067. "study_lock\x18\x1a \x01(\tR\tstudyLock\x12\x1f\n" +
  1068. "\vfolder_path\x18\x1b \x01(\tR\n" +
  1069. "folderPath\x12#\n" +
  1070. "\roperator_name\x18\x1c \x01(\tR\foperatorName\x12\x1a\n" +
  1071. "\bmodality\x18\x1d \x01(\tR\bmodality\x12\x16\n" +
  1072. "\x06weight\x18\x1e \x01(\x05R\x06weight\x12\x1c\n" +
  1073. "\tthickness\x18\x1f \x01(\x05R\tthickness\x12\x16\n" +
  1074. "\x06length\x18 \x01(\x05R\x06length\x12!\n" +
  1075. "\fpatient_type\x18! \x01(\tR\vpatientType\x12\x1d\n" +
  1076. "\n" +
  1077. "study_type\x18\" \x01(\tR\tstudyType\x12\x10\n" +
  1078. "\x03mwl\x18# \x01(\tR\x03mwl\x12\x1f\n" +
  1079. "\vis_exported\x18$ \x01(\bR\n" +
  1080. "isExported\x12\x1b\n" +
  1081. "\tis_edited\x18% \x01(\bR\bisEdited\x12\x1f\n" +
  1082. "\vis_appended\x18& \x01(\bR\n" +
  1083. "isAppended\x12\x1e\n" +
  1084. "\n" +
  1085. "department\x18' \x01(\tR\n" +
  1086. "department\x12#\n" +
  1087. "\rmapped_status\x18( \x01(\bR\fmappedStatus\x12\x1b\n" +
  1088. "\tqc_result\x18) \x01(\bR\bqcResult\x12\x18\n" +
  1089. "\acomment\x18* \x01(\tR\acomment\x12\x12\n" +
  1090. "\x04sort\x18+ \x01(\x05R\x04sort\x12\x18\n" +
  1091. "\aproduct\x18, \x01(\tR\aproduct\x12(\n" +
  1092. "\x06series\x18- \x03(\v2\x10.dr.study.SeriesR\x06series2N\n" +
  1093. "\x05Basic\x12E\n" +
  1094. "\fSoftwareInfo\x12\x16.dr.study.EmptyRequest\x1a\x1b.dr.study.SoftwareInfoReply\"\x002\x7f\n" +
  1095. "\x05Study\x12=\n" +
  1096. "\vCreateStudy\x12\x16.dr.study.StudyRequest\x1a\x14.dr.study.StudyReply\"\x00\x127\n" +
  1097. "\bGetStudy\x12\x13.dr.study.IDRequest\x1a\x14.dr.study.StudyReply\"\x00B\x0eZ\fdr_study_pb/b\x06proto3"
  1098. var (
  1099. file_dr_study_idl_proto_rawDescOnce sync.Once
  1100. file_dr_study_idl_proto_rawDescData []byte
  1101. )
  1102. func file_dr_study_idl_proto_rawDescGZIP() []byte {
  1103. file_dr_study_idl_proto_rawDescOnce.Do(func() {
  1104. file_dr_study_idl_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_dr_study_idl_proto_rawDesc), len(file_dr_study_idl_proto_rawDesc)))
  1105. })
  1106. return file_dr_study_idl_proto_rawDescData
  1107. }
  1108. var file_dr_study_idl_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  1109. var file_dr_study_idl_proto_goTypes = []any{
  1110. (*EmptyRequest)(nil), // 0: dr.study.EmptyRequest
  1111. (*IDRequest)(nil), // 1: dr.study.IDRequest
  1112. (*SoftwareInfoReply)(nil), // 2: dr.study.SoftwareInfoReply
  1113. (*ViewRequest)(nil), // 3: dr.study.ViewRequest
  1114. (*StudyRequest)(nil), // 4: dr.study.StudyRequest
  1115. (*Image)(nil), // 5: dr.study.Image
  1116. (*Series)(nil), // 6: dr.study.Series
  1117. (*StudyReply)(nil), // 7: dr.study.StudyReply
  1118. (*timestamppb.Timestamp)(nil), // 8: google.protobuf.Timestamp
  1119. }
  1120. var file_dr_study_idl_proto_depIdxs = []int32{
  1121. 8, // 0: dr.study.StudyRequest.patient_dob:type_name -> google.protobuf.Timestamp
  1122. 3, // 1: dr.study.StudyRequest.views:type_name -> dr.study.ViewRequest
  1123. 8, // 2: dr.study.Series.performed_datetime:type_name -> google.protobuf.Timestamp
  1124. 5, // 3: dr.study.Series.images:type_name -> dr.study.Image
  1125. 8, // 4: dr.study.StudyReply.patient_dob:type_name -> google.protobuf.Timestamp
  1126. 8, // 5: dr.study.StudyReply.admitting_time:type_name -> google.protobuf.Timestamp
  1127. 8, // 6: dr.study.StudyReply.study_start_datetime:type_name -> google.protobuf.Timestamp
  1128. 8, // 7: dr.study.StudyReply.study_end_datetime:type_name -> google.protobuf.Timestamp
  1129. 8, // 8: dr.study.StudyReply.scheduled_procedure_step_start_date:type_name -> google.protobuf.Timestamp
  1130. 6, // 9: dr.study.StudyReply.series:type_name -> dr.study.Series
  1131. 0, // 10: dr.study.Basic.SoftwareInfo:input_type -> dr.study.EmptyRequest
  1132. 4, // 11: dr.study.Study.CreateStudy:input_type -> dr.study.StudyRequest
  1133. 1, // 12: dr.study.Study.GetStudy:input_type -> dr.study.IDRequest
  1134. 2, // 13: dr.study.Basic.SoftwareInfo:output_type -> dr.study.SoftwareInfoReply
  1135. 7, // 14: dr.study.Study.CreateStudy:output_type -> dr.study.StudyReply
  1136. 7, // 15: dr.study.Study.GetStudy:output_type -> dr.study.StudyReply
  1137. 13, // [13:16] is the sub-list for method output_type
  1138. 10, // [10:13] is the sub-list for method input_type
  1139. 10, // [10:10] is the sub-list for extension type_name
  1140. 10, // [10:10] is the sub-list for extension extendee
  1141. 0, // [0:10] is the sub-list for field type_name
  1142. }
  1143. func init() { file_dr_study_idl_proto_init() }
  1144. func file_dr_study_idl_proto_init() {
  1145. if File_dr_study_idl_proto != nil {
  1146. return
  1147. }
  1148. file_dr_study_idl_proto_msgTypes[1].OneofWrappers = []any{}
  1149. type x struct{}
  1150. out := protoimpl.TypeBuilder{
  1151. File: protoimpl.DescBuilder{
  1152. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1153. RawDescriptor: unsafe.Slice(unsafe.StringData(file_dr_study_idl_proto_rawDesc), len(file_dr_study_idl_proto_rawDesc)),
  1154. NumEnums: 0,
  1155. NumMessages: 8,
  1156. NumExtensions: 0,
  1157. NumServices: 2,
  1158. },
  1159. GoTypes: file_dr_study_idl_proto_goTypes,
  1160. DependencyIndexes: file_dr_study_idl_proto_depIdxs,
  1161. MessageInfos: file_dr_study_idl_proto_msgTypes,
  1162. }.Build()
  1163. File_dr_study_idl_proto = out.File
  1164. file_dr_study_idl_proto_goTypes = nil
  1165. file_dr_study_idl_proto_depIdxs = nil
  1166. }