Class FhirValidate
- java.lang.Object
-
- org.apache.camel.component.fhir.api.FhirValidate
-
public class FhirValidate extends Object
API for validating resources
-
-
Constructor Summary
Constructors Constructor Description FhirValidate(ca.uhn.fhir.rest.client.api.IGenericClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.rest.api.MethodOutcomeresource(String resourceAsString, Map<ExtraParameters,Object> extraParameters)ca.uhn.fhir.rest.api.MethodOutcomeresource(org.hl7.fhir.instance.model.api.IBaseResource resource, Map<ExtraParameters,Object> extraParameters)
-
-
-
Method Detail
-
resource
public ca.uhn.fhir.rest.api.MethodOutcome resource(org.hl7.fhir.instance.model.api.IBaseResource resource, Map<ExtraParameters,Object> extraParameters)
-
resource
public ca.uhn.fhir.rest.api.MethodOutcome resource(String resourceAsString, Map<ExtraParameters,Object> extraParameters)
-
-