Merge branch 'master' into 2023-10-gg-cda-fixes-2
This commit is contained in:
commit
31e3e5c9bb
|
@ -181,7 +181,6 @@ public class CmdLineApp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void getProcedures() throws IOException {
|
private void getProcedures() throws IOException {
|
||||||
|
|
||||||
Bundle bnd = client.search("Procedure", "?patient="+currentId);
|
Bundle bnd = client.search("Procedure", "?patient="+currentId);
|
||||||
|
@ -193,7 +192,6 @@ public class CmdLineApp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void getConditions() throws IOException {
|
private void getConditions() throws IOException {
|
||||||
|
|
||||||
Bundle bnd = client.search("Condition", "?patient="+currentId);
|
Bundle bnd = client.search("Condition", "?patient="+currentId);
|
||||||
|
|
Loading…
Reference in New Issue