Package net.ihe.gazelle.gen.common
Interface ValuesetChecker
- All Known Implementing Classes:
ValuesetCheckerImpl
public interface ValuesetChecker
-
Method Summary
Modifier and TypeMethodDescriptionmatchesCodeToValueSet(String oidparam, String code) matchesValueSet(String oidparam, String code, String codeSystem, String codeSystemName, String displayName) matchesValueSetWithDisplayName(String oidparam, String code, String codeSystem, String codeSystemName, String displayName) voidsetConceptProvider(ConceptProvider conceptProvider) voidsetValueSetProvider(ValueSetProvider valueSetProvider)
-
Method Details
-
setValueSetProvider
-
setConceptProvider
-
matchesValueSet
-
matchesCodeToValueSet
-
matchesValueSetWithDisplayName
-