Uses of Class
org.linuxforhealth.fhir.schema.size.FHIRDbSizeModel
-
Packages that use FHIRDbSizeModel Package Description org.linuxforhealth.fhir.schema.size -
-
Uses of FHIRDbSizeModel in org.linuxforhealth.fhir.schema.size
Methods in org.linuxforhealth.fhir.schema.size with parameters of type FHIRDbSizeModel Modifier and Type Method Description void
ISizeReport. render(FHIRDbSizeModel model)
Render a report using the data from the given modelvoid
ReadableSizeReport. render(FHIRDbSizeModel model)
Constructors in org.linuxforhealth.fhir.schema.size with parameters of type FHIRDbSizeModel Constructor Description CitusSizeCollector(FHIRDbSizeModel model)
Public constructorPostgresSizeCollector(FHIRDbSizeModel model)
Public constructor
-