Skip to content
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

Library of generic go-to interactions which can be applied across multiple pathways #16

Open
JRPearson500 opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JRPearson500
Copy link
Member

It is very likely that many pathways will have a common set of interactions, for example, booking an appointment, or the chance of
the patient developing a cold or flu and then going to the GP and being prescribed some medication.

To save rewriting code, it would make sense to develop a bank of common interaction functions which could be imported across
different pathways.

Some simple common interactions (such as the cold example above) may not be too complex. Some work would be required to
implement a method to refer to these go-to interaction modules inside of the Template Language, especially if all the scripts
containing these features all live in different directories, but this should not be too difficult.

Developing common functions for something such as all cancer pathways would be a more complex task, but would undoubtedly
be a powerful resource.

@JRPearson500 JRPearson500 added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant