Package org.hl7.fhir.r4.terminologies
Interface ValueSetChecker
-
- All Known Implementing Classes:
ValueSetCheckerSimple
public interface ValueSetChecker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
codeInValueSet(String system, String code)
-
-
-
Method Detail
-
codeInValueSet
boolean codeInValueSet(String system, String code) throws ValueSetExpander.ETooCostly, EOperationOutcome, Exception
-
-