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