npiProvider - v4
This commit is contained in:
@@ -45,8 +45,8 @@ class AutomationMassHealthPreAuth:
|
||||
def select_rendering_npi(self, select_element):
|
||||
options = select_element.options
|
||||
|
||||
target_npi = (self.renderingNpiNumber or "").strip()
|
||||
target_name = (self.renderingNpiName or "").strip().lower()
|
||||
target_npi = (self.npiNumber or "").strip()
|
||||
target_name = (self.npiName or "").strip().lower()
|
||||
|
||||
# 1️⃣ Exact NPI match (value or text)
|
||||
for opt in options:
|
||||
|
||||
Reference in New Issue
Block a user