Package org.hl7.fhir.dstu2.terminologies
Class ValueSetExpander.ValueSetExpansionOutcome
java.lang.Object
org.hl7.fhir.dstu2.terminologies.ValueSetExpander.ValueSetExpansionOutcome
- Enclosing interface:
- ValueSetExpander
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
ConstructorsConstructorDescriptionValueSetExpansionOutcome(String error)ValueSetExpansionOutcome(ValueSet valueset)ValueSetExpansionOutcome(ValueSet valueset, String error)ValueSetExpansionOutcome(ValueSetChecker service, String error) -
Method Summary
-
Constructor Details
-
ValueSetExpansionOutcome
-
ValueSetExpansionOutcome
-
ValueSetExpansionOutcome
-
ValueSetExpansionOutcome
-
-
Method Details
-
getValueset
-
getService
-
getError
-