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