fix getSecurity
This commit is contained in:
parent
dcb1240e66
commit
bd40310684
|
@ -29,7 +29,7 @@
|
|||
* <code>null</code> if none
|
||||
*/
|
||||
public Coding getSecurity(String theSystem, String theCode) {
|
||||
for (Coding next : getTag()) {
|
||||
for (Coding next : getSecurity()) {
|
||||
if (ca.uhn.fhir.util.ObjectUtil.equals(next.getSystem(), theSystem) && ca.uhn.fhir.util.ObjectUtil.equals(next.getCode(), theCode)) {
|
||||
return next;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue