Class FhirDstu2Resource
- java.lang.Object
-
- org.apache.camel.quarkus.component.fhir.it.FhirDstu2Resource
-
@Path("/dstu2") @ApplicationScoped public class FhirDstu2Resource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description FhirDstu2Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsecreatePatient(String patient)javax.ws.rs.core.Responsefhir2json(String patient)javax.ws.rs.core.Responsefhir2xml(String patient)
-
-
-
Method Detail
-
fhir2json
@Path("/fhir2json") @POST @Consumes("application/json") @Produces("application/octet-stream") public javax.ws.rs.core.Response fhir2json(String patient) throws Exception- Throws:
Exception
-
fhir2xml
@Path("/fhir2xml") @POST @Consumes("application/xml") @Produces("application/octet-stream") public javax.ws.rs.core.Response fhir2xml(String patient) throws Exception- Throws:
Exception
-
-