-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ticket 49214: Expanding the wnprc billing module #554
Merged
labkey-bpatel
merged 16 commits into
release23.11-SNAPSHOT
from
23.11_fb_billing_enhancements
Apr 13, 2024
Merged
Ticket 49214: Expanding the wnprc billing module #554
labkey-bpatel
merged 16 commits into
release23.11-SNAPSHOT
from
23.11_fb_billing_enhancements
Apr 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s to use the new method.
… to include procedure queries.
… one tube and additional tubes)
17 tasks
labkey-jeckels
requested changes
Apr 9, 2024
WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java
Outdated
Show resolved
Hide resolved
wnprc_billing/resources/queries/wnprc_billing/bloodDrawsOneTubeAnimalServices.sql
Outdated
Show resolved
Hide resolved
wnprc_billing/src/org/labkey/wnprc_billing/notification/WNPRCBillingNotificationProvider.java
Outdated
Show resolved
Hide resolved
labkey-jeckels
approved these changes
Apr 11, 2024
wnprc_billing/src/org/labkey/wnprc_billing/notification/WNPRCBillingNotificationProvider.java
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rationale
Currently, the WNPRC Billing module processes only one type of procedure (blood draws) for one type of group (animal care) during a billing run. All the other procedures are handled by manual entries via Misc. Charges.
In this PR, we enhance the Billing module to allow blood draws for more than one group, and also have capability to automate billing for other procedures, such as surgeries, etc. in the future. Note that some effort will still be required in order to capture additional procedures, but that effort should be minimal.
Spec here.
Related Pull Requests
Changes
Usage
Billing process will use data from this table to get data from the procedure query and calculate the cost (with and without the tier rates) and get other necessary columns for the invoiced items.