瀏覽代碼

view add work_station_id

shao 2 天之前
父節點
當前提交
69c0d69921
共有 2 個文件被更改,包括 14 次插入14 次删除
  1. 2 2
      dr_protocol_idl.proto
  2. 12 12
      dr_protocol_pb/dr_protocol_idl.pb.go

+ 2 - 2
dr_protocol_idl.proto

@@ -42,7 +42,7 @@ message PatientType {
   uint64 id = 1;
   string patient_type_id = 2;
   string patient_type_name = 3;
-  string patient_type_local = 4;
+  string patient_type_name_local = 4;
   string patient_type_description = 5;
   int32  sort = 6;
   bool   is_enabled = 7;
@@ -65,7 +65,7 @@ message BodyPart {
   uint64 id = 1;
   string body_part_id = 2;
   string body_part_name = 3;
-  string body_part_local = 4;
+  string body_part_name_local = 4;
   string body_part_description = 5;
   string patient_type = 6;
   string modality = 7;

+ 12 - 12
dr_protocol_pb/dr_protocol_idl.pb.go

@@ -235,7 +235,7 @@ type PatientType struct {
 	Id                     uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
 	PatientTypeId          string                 `protobuf:"bytes,2,opt,name=patient_type_id,json=patientTypeId,proto3" json:"patient_type_id,omitempty"`
 	PatientTypeName        string                 `protobuf:"bytes,3,opt,name=patient_type_name,json=patientTypeName,proto3" json:"patient_type_name,omitempty"`
-	PatientTypeLocal       string                 `protobuf:"bytes,4,opt,name=patient_type_local,json=patientTypeLocal,proto3" json:"patient_type_local,omitempty"`
+	PatientTypeNameLocal   string                 `protobuf:"bytes,4,opt,name=patient_type_name_local,json=patientTypeNameLocal,proto3" json:"patient_type_name_local,omitempty"`
 	PatientTypeDescription string                 `protobuf:"bytes,5,opt,name=patient_type_description,json=patientTypeDescription,proto3" json:"patient_type_description,omitempty"`
 	Sort                   int32                  `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"`
 	IsEnabled              bool                   `protobuf:"varint,7,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
@@ -296,9 +296,9 @@ func (x *PatientType) GetPatientTypeName() string {
 	return ""
 }
 
-func (x *PatientType) GetPatientTypeLocal() string {
+func (x *PatientType) GetPatientTypeNameLocal() string {
 	if x != nil {
-		return x.PatientTypeLocal
+		return x.PatientTypeNameLocal
 	}
 	return ""
 }
@@ -455,7 +455,7 @@ type BodyPart struct {
 	Id                  uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
 	BodyPartId          string                 `protobuf:"bytes,2,opt,name=body_part_id,json=bodyPartId,proto3" json:"body_part_id,omitempty"`
 	BodyPartName        string                 `protobuf:"bytes,3,opt,name=body_part_name,json=bodyPartName,proto3" json:"body_part_name,omitempty"`
-	BodyPartLocal       string                 `protobuf:"bytes,4,opt,name=body_part_local,json=bodyPartLocal,proto3" json:"body_part_local,omitempty"`
+	BodyPartNameLocal   string                 `protobuf:"bytes,4,opt,name=body_part_name_local,json=bodyPartNameLocal,proto3" json:"body_part_name_local,omitempty"`
 	BodyPartDescription string                 `protobuf:"bytes,5,opt,name=body_part_description,json=bodyPartDescription,proto3" json:"body_part_description,omitempty"`
 	PatientType         string                 `protobuf:"bytes,6,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
 	Modality            string                 `protobuf:"bytes,7,opt,name=modality,proto3" json:"modality,omitempty"`
@@ -518,9 +518,9 @@ func (x *BodyPart) GetBodyPartName() string {
 	return ""
 }
 
-func (x *BodyPart) GetBodyPartLocal() string {
+func (x *BodyPart) GetBodyPartNameLocal() string {
 	if x != nil {
-		return x.BodyPartLocal
+		return x.BodyPartNameLocal
 	}
 	return ""
 }
@@ -1556,12 +1556,12 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
 	"is_enabled\x18\x01 \x01(\bH\x00R\tisEnabled\x88\x01\x01\x12)\n" +
 	"\x0eis_pre_install\x18\x02 \x01(\bH\x01R\fisPreInstall\x88\x01\x01B\r\n" +
 	"\v_is_enabledB\x11\n" +
-	"\x0f_is_pre_install\"\xcc\x02\n" +
+	"\x0f_is_pre_install\"\xd5\x02\n" +
 	"\vPatientType\x12\x0e\n" +
 	"\x02id\x18\x01 \x01(\x04R\x02id\x12&\n" +
 	"\x0fpatient_type_id\x18\x02 \x01(\tR\rpatientTypeId\x12*\n" +
-	"\x11patient_type_name\x18\x03 \x01(\tR\x0fpatientTypeName\x12,\n" +
-	"\x12patient_type_local\x18\x04 \x01(\tR\x10patientTypeLocal\x128\n" +
+	"\x11patient_type_name\x18\x03 \x01(\tR\x0fpatientTypeName\x125\n" +
+	"\x17patient_type_name_local\x18\x04 \x01(\tR\x14patientTypeNameLocal\x128\n" +
 	"\x18patient_type_description\x18\x05 \x01(\tR\x16patientTypeDescription\x12\x12\n" +
 	"\x04sort\x18\x06 \x01(\x05R\x04sort\x12\x1d\n" +
 	"\n" +
@@ -1579,13 +1579,13 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
 	"\r_patient_typeB\v\n" +
 	"\t_modalityB\r\n" +
 	"\v_is_enabledB\x11\n" +
-	"\x0f_is_pre_install\"\xf0\x02\n" +
+	"\x0f_is_pre_install\"\xf9\x02\n" +
 	"\bBodyPart\x12\x0e\n" +
 	"\x02id\x18\x01 \x01(\x04R\x02id\x12 \n" +
 	"\fbody_part_id\x18\x02 \x01(\tR\n" +
 	"bodyPartId\x12$\n" +
-	"\x0ebody_part_name\x18\x03 \x01(\tR\fbodyPartName\x12&\n" +
-	"\x0fbody_part_local\x18\x04 \x01(\tR\rbodyPartLocal\x122\n" +
+	"\x0ebody_part_name\x18\x03 \x01(\tR\fbodyPartName\x12/\n" +
+	"\x14body_part_name_local\x18\x04 \x01(\tR\x11bodyPartNameLocal\x122\n" +
 	"\x15body_part_description\x18\x05 \x01(\tR\x13bodyPartDescription\x12!\n" +
 	"\fpatient_type\x18\x06 \x01(\tR\vpatientType\x12\x1a\n" +
 	"\bmodality\x18\a \x01(\tR\bmodality\x12\x12\n" +