fix: Add No clinical approval view + No live capture view for bedside data entry + EntryForm missing allergy, medication, and discharge fields
This commit is contained in:
@@ -25,7 +25,7 @@ public class PatientsController : ControllerBase
|
||||
/// Searches live patients by MRN or full name (minimum 2 characters).
|
||||
/// </summary>
|
||||
[HttpGet("search")]
|
||||
[Authorize(Roles = "INTAKE_CLERK,ADMINISTRATOR")]
|
||||
[Authorize(Roles = "INTAKE_CLERK,CLINICIAN,ADMINISTRATOR")]
|
||||
[ProducesResponseType(typeof(ApiResponse<IReadOnlyList<PatientSearchResult>>), StatusCodes.Status200OK)]
|
||||
public async Task<IActionResult> Search([FromQuery] string q)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user