Package com.ibm.fhir.audit.cadf
Class CadfEvent.Parser
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfEvent.Parser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CadfEvent
parse(InputStream in)
static CadfEvent
parse(javax.json.JsonObject jsonObject)
-
-
-
Method Detail
-
parse
public static CadfEvent parse(InputStream in) throws FHIRException
- Throws:
FHIRException
-
parse
public static CadfEvent parse(javax.json.JsonObject jsonObject) throws FHIRException, ClassNotFoundException, IOException
-
-