Uses of Class
com.ibm.fhir.audit.cadf.model.CadfGeolocation
-
Packages that use CadfGeolocation Package Description com.ibm.fhir.audit.cadf.model -
-
Uses of CadfGeolocation in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model 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(InputStream in)
static CadfGeolocation
CadfGeolocation.Parser. parse(javax.json.JsonObject jsonObject)
Methods in com.ibm.fhir.audit.cadf.model with parameters of type CadfGeolocation Modifier and Type Method Description static String
CadfGeolocation.Writer. generate(CadfGeolocation obj)
static void
CadfGeolocation.Writer. generate(CadfGeolocation obj, javax.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.
-