Uses of Class
ca.uhn.fhir.context.support.ValueSetExpansionOptions
Packages that use ValueSetExpansionOptions
-
Uses of ValueSetExpansionOptions in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support that return ValueSetExpansionOptionsModifier and TypeMethodDescriptionstatic ValueSetExpansionOptionsValueSetExpansionOptions.forOffsetAndCount(int theOffset, int theCount)ValueSetExpansionOptions.setCount(int theCount)The number of codes to return.ValueSetExpansionOptions.setFailOnMissingCodeSystem(boolean theFailOnMissingCodeSystem)Should the expansion fail if a codesystem is referenced by the valueset, but it can not be found?ValueSetExpansionOptions.setOffset(int theOffset)The code index to start at (i.e the individual code index, not the page number)Methods in ca.uhn.fhir.context.support with parameters of type ValueSetExpansionOptionsModifier and TypeMethodDescriptionIValidationSupport.expandValueSet(ValidationSupportContext theValidationSupportContext, ValueSetExpansionOptions theExpansionOptions, IBaseResource theValueSetToExpand)Expands the given portion of a ValueSet