Skip to content

clickable responses#22

Merged
smalho01 merged 1 commit intomasterfrom
patient-portal-integrate
Aug 25, 2022
Merged

clickable responses#22
smalho01 merged 1 commit intomasterfrom
patient-portal-integrate

Conversation

@KeeyanGhoreshi
Copy link
Copy Markdown

allows you to click on QuestionnaireResponses in the patient portal to relaunch the form. Only functional with the app context and relaunch changes.

@auto-assign auto-assign Bot requested review from smalho01 and zacharyrobin August 23, 2022 00:29
Copy link
Copy Markdown

@zacharyrobin zacharyrobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine on my end. No bugs found at the moment. Few imports to be removed that are never used. Beyond those minor changes, that looks great!

@@ -1,13 +1,26 @@
import React, { memo } from 'react';
import React, { memo, useState, useEffect } from 'react';
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'useState' and 'useEffect' is never used

Copy link
Copy Markdown

@plarocque4 plarocque4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@smalho01 smalho01 merged commit 6b9df08 into master Aug 25, 2022
@smalho01 smalho01 deleted the patient-portal-integrate branch November 2, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants