Browse Source

GetPatientType
GetBodyPart

shao 1 week ago
parent
commit
fd1299aaac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dr_protocol_idl.proto

+ 2 - 2
dr_protocol_idl.proto

@@ -31,7 +31,7 @@ message PatientType {
   uint64 id = 1;
   string patient_type_id = 2;
   string patient_type_name = 3;
-  string patient_type_i18n = 4;
+  string patient_type_local = 4;
   string patient_type_description = 5;
   int32  sort = 6;
   bool   is_enabled = 7;
@@ -54,7 +54,7 @@ message BodyPart {
   uint64 id = 1;
   string body_part_id = 2;
   string body_part_name = 3;
-  string body_part_i18n = 4;
+  string body_part_local = 4;
   string body_part_description = 5;
   string patient_type = 6;
   string category = 7;