mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 10:55:22 +00:00
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
This commit is contained in:
commit
dd1a312278
@ -87,7 +87,7 @@ public class MyOrganization extends Organization {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isEmpty() {
|
public boolean isEmpty() {
|
||||||
return ElementUtil.isEmpty(super.isEmpty(), myBillingCode, myEmergencyContact);
|
return super.isEmpty() && ElementUtil.isEmpty(myBillingCode, myEmergencyContact);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user