wip
This commit is contained in:
parent
00a747eb21
commit
67c0cf46e5
@ -393,7 +393,7 @@ private function generateActionButtons(Study $study): string
|
|||||||
$btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info');
|
$btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info');
|
||||||
break;
|
break;
|
||||||
case WorklistButton::Assign:
|
case WorklistButton::Assign:
|
||||||
$btns[] = $this->renderImageLink($study->hash, 'assign.png', 'show-assign', 'Assign');
|
$btns[] = $this->renderImageLink($study->hash, 'doctor.png', 'show-assign', 'Assign');
|
||||||
break;
|
break;
|
||||||
case WorklistButton::Notes:
|
case WorklistButton::Notes:
|
||||||
$btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat');
|
$btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat');
|
||||||
|
BIN
resources/imgs/doctor.png
Normal file
BIN
resources/imgs/doctor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user