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

Misc improvements to Device generation #708

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

seanmcilvenna
Copy link
Contributor

  • Keeping track of ImplementationGuide resources found in NpmPackages within the Validator separately from the PrePopulatedValidationSupport since PrePopulatedValidationSupport doesn't do anything with ImplementationGuide
  • Loading Device.notes with list of implementation guides that are loaded at the time of validation
  • Update Device.notes in the report when a report is re-validated
  • Changing interface for IPatientIdProvider to not return the patient list, since it just loads it into the report context anyways and the return value isn't used.
  • Change Device generated to use note for events and concept maps. Much more readable. Conferred with Karen and Dave, who agreed.

Keeping track of ImplementationGuide resources found in NpmPackages within the `Validator` separately from the `PrePopulatedValidationSupport` since `PrePopulatedValidationSupport` doesn't do anything with ImplementationGuide
Loading Device.notes with list of implementation guides that are loaded at the time of validation
Update Device.notes in the report when a report is re-validated
Changing interface for IPatientIdProvider to not return the patient list, since it just loads it into the report context anyways and the return value isn't used.
Change `Device` generated to use `note` for events and concept maps. Much more readable. Conferred with Karen and Dave, who agreed.
….json

Not logging parse errors in LenientErrorHandler. We only care if there's an exception, and we're catching and logging those anyways.
Bringing the IG status forward from the original IG.
Parsing resources from packages using a stream instead of loading a string up first.
Handling exception during parsing a little nicer for logging
@seanmcilvenna seanmcilvenna merged commit 3b0bd38 into development Mar 1, 2024
3 checks passed
@seanmcilvenna seanmcilvenna deleted the misc-enhancements branch March 1, 2024 17:17
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.

None yet

2 participants