Browse Source

Patients list - dmc pro/payer/location filters

Vijayakrishnan 3 years ago
parent
commit
4f1a27975f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      resources/views/app/admin/patients_filters.blade.php

+ 3 - 3
resources/views/app/admin/patients_filters.blade.php

@@ -334,7 +334,7 @@
 
 	<div class="sm-section">
 		<div class="">
-			<label>DMC. Pro:</label>
+			<label>Has C Pro:</label>
 			<select name="has_default_mcp_company_pro" class="form-control input-sm" v-model="filters.has_default_mcp_company_pro">
 				<option value="">All</option>
 				<option value="YES">Yes</option>
@@ -345,7 +345,7 @@
 
 	<div class="sm-section">
 		<div class="">
-			<label>DMC. Pro Payer:</label>
+			<label>Has C Pro Payer:</label>
 			<select name="has_default_mcp_company_pro_payer" class="form-control input-sm" v-model="filters.has_default_mcp_company_pro_payer">
 				<option value="">All</option>
 				<option value="YES">Yes</option>
@@ -356,7 +356,7 @@
 
 	<div class="sm-section">
 		<div class="">
-			<label>DMC. Location:</label>
+			<label>Has C Location:</label>
 			<select name="has_default_mcp_company_location" class="form-control input-sm" v-model="filters.has_default_mcp_company_location">
 				<option value="">All</option>
 				<option value="YES">Yes</option>