Uses of Enum Class
org.projecthusky.fhir.structures.gen.FhirCommon.SaveMode
Packages that use FhirCommon.SaveMode
-
Uses of FhirCommon.SaveMode in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return FhirCommon.SaveModeModifier and TypeMethodDescriptionstatic FhirCommon.SaveMode
Returns the enum constant of this class with the specified name.static FhirCommon.SaveMode[]
FhirCommon.SaveMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.fhir.structures.gen with parameters of type FhirCommon.SaveModeModifier and TypeMethodDescriptionstatic boolean
FhirCommon.saveResource
(org.slf4j.Logger log, String path, org.hl7.fhir.instance.model.api.IBaseResource fhirResource, String fileName, FhirCommon.SaveMode saveMode) Stores the given FHIR resource to disk