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

adding metrics #5301

Merged
merged 21 commits into from
Sep 29, 2023
Prev Previous commit
Next Next commit
changing
  • Loading branch information
leif stawnyczy authored and leif stawnyczy committed Sep 15, 2023
commit 64723f1707acd9d2c9f9d95b3ebcb7ff00d3f6a0
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ abstract public class BaseMdmR4Test extends BaseJpaR4Test {
.setValue("555-555-5555");
private static final String NAME_GIVEN_FRANK = "Frank";



@Autowired
protected IFhirResourceDao<Patient> myPatientDao;
@Autowired
Expand Down
Loading