Merge branch 'master' into 2023-10-gg-cda-fixes-2

This commit is contained in:
Grahame Grieve 2023-10-09 14:04:49 +03:00 committed by GitHub
commit 31e3e5c9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -181,7 +181,6 @@ public class CmdLineApp {
}
}
private void getProcedures() throws IOException {
Bundle bnd = client.search("Procedure", "?patient="+currentId);
@ -193,7 +192,6 @@ public class CmdLineApp {
}
}
private void getConditions() throws IOException {
Bundle bnd = client.search("Condition", "?patient="+currentId);