File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/iemr/tm/controller/location Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4242
4343@ RestController
4444@ RequestMapping (value = "/location" , headers = "Authorization" , produces = { "application/json" })
45- @ PreAuthorize ("hasRole('NURSE') || hasRole('PHARMACIST') || hasRole('LABTECHNICIAN') || hasRole('REGISTRAR') || hasRole('DATASYNC') || hasRole('DATA_SYNC') || hasRole('DOCTOR') || hasRole('LAB_TECHNICIAN') || hasRole('TC_SPECIALIST') || hasRole('ONCOLOGIST') || hasRole('RADIOLOGIST')" )
45+ @ PreAuthorize ("hasRole('NURSE') || hasRole('PHARMACIST') || hasRole('LABTECHNICIAN') || hasRole('REGISTRAR') || hasRole('DATASYNC') || hasRole('DATA_SYNC') || hasRole('DOCTOR') || hasRole('LAB_TECHNICIAN') || hasRole('TC_SPECIALIST') || hasRole('TCSPECIALIST') || hasRole(' ONCOLOGIST') || hasRole('RADIOLOGIST')" )
4646public class LocationController {
4747 private OutputResponse response ;
4848 private Logger logger = LoggerFactory .getLogger (CommonMasterController .class );
You can’t perform that action at this time.
0 commit comments