Package org.hl7.fhir.dstu2.terminologies
Class ValueSetCheckerSimple
- java.lang.Object
-
- org.hl7.fhir.dstu2.terminologies.ValueSetCheckerSimple
-
- All Implemented Interfaces:
ValueSetChecker
public class ValueSetCheckerSimple extends Object implements ValueSetChecker
-
-
Constructor Summary
Constructors Constructor Description ValueSetCheckerSimple(ValueSet source, ValueSetExpanderFactory factory, IWorkerContext context)
-
-
-
Constructor Detail
-
ValueSetCheckerSimple
public ValueSetCheckerSimple(ValueSet source, ValueSetExpanderFactory factory, IWorkerContext context)
-
-
Method Detail
-
codeInValueSet
public boolean codeInValueSet(String system, String code) throws EOperationOutcome, Exception
- Specified by:
codeInValueSetin interfaceValueSetChecker- Throws:
EOperationOutcomeException
-
-