ParserOptions |
FhirContext.getParserOptions() |
Returns the parser options object which will be used to supply default
options to newly created parsers
|
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.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.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 (which is the default), resource references containing a version
will have the version removed when the resource is encoded.
|