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

Aphl 551 update ruler to use clinical reasoning #767

Conversation

TahaAttari
Copy link
Contributor

No description provided.

Comment on lines +736 to +751

//reset
noConditionExtension = null;
try {
getClient().operation()
.onInstance(specificationLibReference)
.named("$package")
.withNoParameters(Parameters.class)
.returnResourceType(Bundle.class)
.execute();
} catch (UnprocessableEntityException e) {
// TODO: handle exception
noConditionExtension = e;
}
assertNotNull(noConditionExtension);
assertTrue(noConditionExtension.getMessage().contains("Missing condition"));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to move this test here since ingesting the test data caused SQL errors during testing

taha.attari@smilecdr.com and others added 7 commits March 21, 2024 15:58
…est (#740)

Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.31.0 to 2.35.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.31.0...2.35.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JP <jonathan.i.percival@gmail.com>
…lugin/cpg (#739)

Bump com.github.tomakehurst:wiremock-jre8 in /plugin/cpg

Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.31.0 to 2.35.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.31.0...2.35.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JP <jonathan.i.percival@gmail.com>
@TahaAttari
Copy link
Contributor Author

superseded by aphl-mergeback

@TahaAttari TahaAttari closed this May 6, 2024
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.

2 participants