| Package | Description |
|---|---|
| ca.uhn.fhir.context |
| Modifier and Type | Method and Description |
|---|---|
ParserOptions |
FhirContext.getParserOptions()
Returns the parser options object which will be used to supply default
options to newly created parsers
|
ParserOptions |
ParserOptions.setDontStripVersionsFromReferencesAtPaths(Collection<String> thePaths)
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
|
ParserOptions |
ParserOptions.setDontStripVersionsFromReferencesAtPaths(String... thePaths)
If supplied value(s), any resource references at the specified paths will have their
resource versions encoded instead of being automatically stripped during the encoding
process.
|
ParserOptions |
ParserOptions.setOverrideResourceIdWithBundleEntryFullUrl(boolean theOverrideResourceIdWithBundleEntryFullUrl)
If set to
true (which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's
resource id if the fullUrl is defined. |
ParserOptions |
ParserOptions.setStripVersionsFromReferences(boolean theStripVersionsFromReferences)
If set to
true |
| Modifier and Type | Method and Description |
|---|---|
void |
FhirContext.setParserOptions(ParserOptions theParserOptions)
Sets the parser options object which will be used to supply default
options to newly created parsers
|
Copyright © 2014–2019 University Health Network. All rights reserved.