-
Notifications
You must be signed in to change notification settings - Fork 248
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
(feat) O3-3839 Allowing of printing lab request #2063
Conversation
Size Change: +695 B (0%) Total Size: 15.9 MB ℹ️ View Unchanged
|
renderIcon={(props) => <PrinterIcon {...props} size={16} />} | ||
iconDescription={t('print', 'Print')} | ||
renderIcon={PrinterIcon} | ||
iconDescription="Add vitals" |
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 is incorrect.
_type: Type.Boolean, | ||
_default: false, | ||
_description: | ||
'Determines whether or not to display the Print button in the orders. If set to true, a Print button gets shown in both the orders table headers. When clicked, this button enables the user to print out the contents of the table', |
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.
'Determines whether or not to display the Print button in the orders. If set to true, a Print button gets shown in both the orders table headers. When clicked, this button enables the user to print out the contents of the table', | |
'Determines whether or not to display a Print button in the Orders details table. If set to true, a Print button gets shown in both the orders table headers. When clicked, this button enables the user to print out the contents of the table', |
Also, this is technically a new feature, so the appropriate conventional commit label should be |
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.
I have some concerns about this. I believe the end product was for the user to be able to print the order request details. Typically, printing the list of orders might not add much value but printing for example the lab order details with the tests as well as results offer much more value.
Looking at the ticket, it doesn't say much about what needs to be achieved so maybe we should get clarification first.
it already existed, but was set to false by default, i just added a config to expose it |
i have pinged the design team, i'l be updating the layout after a design is created. Also not that after lab results are added, the order will be marked as complete and it wont be in this view anymore, so we will only be showing the test type (which is in the table ) and the normal range which is not part of the table, drugs have more details though @pirupius |
6c17a38
to
def0877
Compare
) : ( | ||
'--' | ||
), | ||
results: '--', |
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.
I've just noticed this, was it intentional to leave this blank? If there's no use case for it then we should just remove it
Requirements
Summary
Allowing of printing lab request
Screenshots
Screen.Recording.2024-10-16.at.14.21.34.mov
Related Issue
Other