Package org.hl7.fhir.dstu2.terminologies
Class ValueSetExpander.ValueSetExpansionOutcome
- java.lang.Object
-
- org.hl7.fhir.dstu2.terminologies.ValueSetExpander.ValueSetExpansionOutcome
-
- Enclosing interface:
- ValueSetExpander
public static class ValueSetExpander.ValueSetExpansionOutcome extends Object
Some value sets are just too big to expand. Instead of an expanded value set, you get back an interface that can test membership - usually on a server somewhere- Author:
- Grahame
-
-
Constructor Summary
Constructors Constructor Description ValueSetExpansionOutcome(String error)ValueSetExpansionOutcome(ValueSet valueset)ValueSetExpansionOutcome(ValueSet valueset, String error)ValueSetExpansionOutcome(ValueSetChecker service, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()ValueSetCheckergetService()ValueSetgetValueset()
-
-
-
Constructor Detail
-
ValueSetExpansionOutcome
public ValueSetExpansionOutcome(ValueSet valueset)
-
ValueSetExpansionOutcome
public ValueSetExpansionOutcome(ValueSet valueset, String error)
-
ValueSetExpansionOutcome
public ValueSetExpansionOutcome(ValueSetChecker service, String error)
-
ValueSetExpansionOutcome
public ValueSetExpansionOutcome(String error)
-
-
Method Detail
-
getValueset
public ValueSet getValueset()
-
getService
public ValueSetChecker getService()
-
-