|
@@ -969,7 +969,7 @@ type View struct {
|
|
|
ViewPosition string `protobuf:"bytes,7,opt,name=view_position,json=viewPosition,proto3" json:"view_position,omitempty"`
|
|
|
Application string `protobuf:"bytes,8,opt,name=application,proto3" json:"application,omitempty"`
|
|
|
AnatomicRegion string `protobuf:"bytes,9,opt,name=anatomic_region,json=anatomicRegion,proto3" json:"anatomic_region,omitempty"`
|
|
|
- PatientTypeId string `protobuf:"bytes,10,opt,name=patient_type_id,json=patientTypeId,proto3" json:"patient_type_id,omitempty"`
|
|
|
+ PatientType string `protobuf:"bytes,10,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
|
|
|
BodyPartId string `protobuf:"bytes,11,opt,name=body_part_id,json=bodyPartId,proto3" json:"body_part_id,omitempty"`
|
|
|
ViewIconName string `protobuf:"bytes,12,opt,name=view_icon_name,json=viewIconName,proto3" json:"view_icon_name,omitempty"`
|
|
|
ViewBigIconName string `protobuf:"bytes,13,opt,name=view_big_icon_name,json=viewBigIconName,proto3" json:"view_big_icon_name,omitempty"`
|
|
@@ -1079,9 +1079,9 @@ func (x *View) GetAnatomicRegion() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *View) GetPatientTypeId() string {
|
|
|
+func (x *View) GetPatientType() string {
|
|
|
if x != nil {
|
|
|
- return x.PatientTypeId
|
|
|
+ return x.PatientType
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -1324,7 +1324,7 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
|
"\r_procedure_idB\v\n" +
|
|
|
"\t_modalityB\r\n" +
|
|
|
"\v_is_enabledB\x11\n" +
|
|
|
- "\x0f_is_pre_install\"\xab\x06\n" +
|
|
|
+ "\x0f_is_pre_install\"\xa6\x06\n" +
|
|
|
"\x04View\x12\x1f\n" +
|
|
|
"\vinternal_id\x18\x01 \x01(\tR\n" +
|
|
|
"internalId\x12\x17\n" +
|
|
@@ -1335,9 +1335,9 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
|
"\x10view_description\x18\x06 \x01(\tR\x0fviewDescription\x12#\n" +
|
|
|
"\rview_position\x18\a \x01(\tR\fviewPosition\x12 \n" +
|
|
|
"\vapplication\x18\b \x01(\tR\vapplication\x12'\n" +
|
|
|
- "\x0fanatomic_region\x18\t \x01(\tR\x0eanatomicRegion\x12&\n" +
|
|
|
- "\x0fpatient_type_id\x18\n" +
|
|
|
- " \x01(\tR\rpatientTypeId\x12 \n" +
|
|
|
+ "\x0fanatomic_region\x18\t \x01(\tR\x0eanatomicRegion\x12!\n" +
|
|
|
+ "\fpatient_type\x18\n" +
|
|
|
+ " \x01(\tR\vpatientType\x12 \n" +
|
|
|
"\fbody_part_id\x18\v \x01(\tR\n" +
|
|
|
"bodyPartId\x12$\n" +
|
|
|
"\x0eview_icon_name\x18\f \x01(\tR\fviewIconName\x12+\n" +
|