Uses of Enum Class
dev.dsf.fhir.help.SummaryMode
Packages that use SummaryMode
-
Uses of SummaryMode in dev.dsf.fhir.help
Methods in dev.dsf.fhir.help that return SummaryModeModifier and TypeMethodDescriptionstatic SummaryModeSummaryMode.fromString(String mode) static SummaryModeReturns the enum constant of this class with the specified name.static SummaryMode[]SummaryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dsf.fhir.help with parameters of type SummaryModeModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.BundleResponseGenerator.createHistoryBundle(History history, List<SearchQueryParameterError> errors, jakarta.ws.rs.core.UriBuilder bundleUri, String format, String pretty, SummaryMode summaryMode) org.hl7.fhir.r4.model.BundleResponseGenerator.createSearchSet(PartialResult<? extends org.hl7.fhir.r4.model.Resource> result, List<SearchQueryParameterError> errors, jakarta.ws.rs.core.UriBuilder bundleUri, String format, String pretty, SummaryMode summaryMode)