Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfGeolocation
-
Packages that use CadfGeolocation Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfGeolocation in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfGeolocation Modifier and Type Method Description CadfGeolocation
CadfGeolocation.Builder. build()
Build an immutable geo-location objectCadfGeolocation
CadfResource. getGeolocation()
static CadfGeolocation
CadfGeolocation.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfGeolocation
CadfGeolocation.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfGeolocation Modifier and Type Method Description static java.lang.String
CadfGeolocation.Writer. generate(CadfGeolocation obj)
static void
CadfGeolocation.Writer. generate(CadfGeolocation obj, jakarta.json.stream.JsonGenerator generator)
CadfResource.Builder
CadfResource.Builder. geolocation(CadfGeolocation geoloc)
Set the property describing the geographic location of the resource using a CADF Geolocation data type.
-