Temporarily set isNoTerminologyServer() return true to avoid errors about loinc codes
This commit is contained in:
parent
c86ae90c4d
commit
154a1d92e0
|
@ -637,7 +637,7 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IValid
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isNoTerminologyServer() {
|
public boolean isNoTerminologyServer() {
|
||||||
return myWrap.isNoTerminologyServer();
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue