Merge remote-tracking branch 'origin/master' into rel_7_3_tracking

This commit is contained in:
dotasek
2024-07-02 12:00:55 -04:00
27 changed files with 1729 additions and 662 deletions

View File

@@ -151,13 +151,6 @@ class ExampleServerDstu3IT implements IServerSupport {
return count;
}
private Bundle loadBundle(String theLocation, FhirContext theCtx, IGenericClient theClient) throws IOException {
String json = stringFromResource(theLocation);
Bundle bundle = (Bundle) theCtx.newJsonParser().parseResource(json);
Bundle result = theClient.transaction().withBundle(bundle).execute();
return result;
}
@Test
void testWebsocketSubscription() throws Exception {
/*