Package ca.uhn.fhir.context.support
Class ValueSetExpansionOptions
java.lang.Object
ca.uhn.fhir.context.support.ValueSetExpansionOptions
Options for ValueSet expansion
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValueSetExpansionOptions
forOffsetAndCount
(int theOffset, int theCount) int
getCount()
The number of codes to return.int
The code index to start at (i.e the individual code index, not the page number)boolean
Should the expansion fail if a codesystem is referenced by the valueset, but it can not be found?boolean
setCount
(int theCount) The number of codes to return.setFailOnMissingCodeSystem
(boolean theFailOnMissingCodeSystem) Should the expansion fail if a codesystem is referenced by the valueset, but it can not be found?void
setIncludeHierarchy
(boolean theIncludeHierarchy) setOffset
(int theOffset) The code index to start at (i.e the individual code index, not the page number)setTheDisplayLanguage
(String theDisplayLanguage)
-
Constructor Details
-
ValueSetExpansionOptions
public ValueSetExpansionOptions()
-
-
Method Details
-
getFilter
-
setFilter
-
getCount
The number of codes to return.Default is 1000
-
setCount
The number of codes to return.Default is 1000
-
getOffset
The code index to start at (i.e the individual code index, not the page number) -
setOffset
The code index to start at (i.e the individual code index, not the page number) -
isFailOnMissingCodeSystem
Should the expansion fail if a codesystem is referenced by the valueset, but it can not be found?Default is
true
-
setFailOnMissingCodeSystem
Should the expansion fail if a codesystem is referenced by the valueset, but it can not be found?Default is
true
-
isIncludeHierarchy
-
setIncludeHierarchy
-
forOffsetAndCount
-
getTheDisplayLanguage
-
setTheDisplayLanguage
-