Skip to content

Commit

Permalink
Merge pull request #693 from Pixilib/GaelO2-dev
Browse files Browse the repository at this point in the history
Gael o2 dev
  • Loading branch information
salimkanoun committed Sep 28, 2023
2 parents d09a58c + 9ee30b0 commit cda6dd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ public function getPatientId()
return $this->visitContext['patient_id'];
}


public function getPatientCode()
{
return $this->visitContext['patient']['code'];
}

/**
* Must return the review status for each action on review (send, delete, unlock),
* needs to handle backward and forward
Expand Down
2 changes: 1 addition & 1 deletion GaelO2/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| or any other location as required by the application or its packages.
*/

'version' => '2.2.0',
'version' => '2.2.1',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit cda6dd8

Please sign in to comment.