|
@@ -155,11 +155,11 @@ public class THR0126 extends QCCatalogue {
|
|
|
*/
|
|
|
private void visitingPhysicianHouse(String operatorName, String titlePathography) {
|
|
|
if (StringUtil.isNotBlank(titlePathography)) {
|
|
|
- if (titlePathography.contains("主治")) {
|
|
|
+ if (titlePathography.contains("主治")||titlePathography.contains("主任")) {
|
|
|
status.set("0");
|
|
|
} else if (StringUtil.isNotBlank(operatorName) && (titlePathography.contains(operatorName) || titlePathography.contains("主刀"))) {
|
|
|
String operationProfessor = getFirstCourseProfessor(operatorName);
|
|
|
- if (operationProfessor.contains("主治")) {
|
|
|
+ if (operationProfessor.contains("主治")||titlePathography.contains("主任")) {
|
|
|
status.set("0");
|
|
|
}
|
|
|
}
|