-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
U4X-740: Adding an edit feature to the current regimen on the care panel #261
U4X-740: Adding an edit feature to the current regimen on the care panel #261
Conversation
@akileng56 this requires your extra review. |
@akileng56 @jabahum help review this and get it in if it passes. |
@Daphne210 this is supposed to edit the regimen but when u open the form, regimen field is not editable |
onClick={() => | ||
launchPatientWorkspace('patient-form-entry-workspace', { | ||
formInfo: { | ||
encounterUuid: '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a required field? if not remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it is not, it has been removed
@@ -147,12 +147,12 @@ const ProgramSummary: React.FC<ProgramSummaryProps> = ({ patientUuid, programNam | |||
? data?.TB?.lastTbEncounter?.regimenShortDisplay | |||
: t('neverOnTbRegimen', 'Never on TB regimen')} | |||
</span> | |||
<RegimenButton | |||
{/* <RegimenButton |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove code that is not in-use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been removed
The clinical implementation of changing a regimen is only through regimen switch/substitution but in plain English it's editing |
Have changed the word to "Change Regimen" don't know if that's better or worse |
20241017231349.mp4
https://metsprogramme.atlassian.net/browse/U4X-740