public class ObservationResourceProvider
extends java.lang.Object
implements ca.uhn.fhir.rest.server.IResourceProvider
| Modifier and Type | Field and Description |
|---|---|
protected ca.uhn.fhir.context.FhirContext |
ctx |
protected I2B2CellFR |
i2b2 |
protected FHIRToPDO |
mapper |
| Constructor and Description |
|---|
ObservationResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.rest.api.MethodOutcome |
createQA(ca.uhn.fhir.model.dstu2.resource.Observation obs)
Create Observation POST handle
|
java.lang.Class<ca.uhn.fhir.model.dstu2.resource.Observation> |
getResourceType()
Returns the resource type: Observation
|
protected ca.uhn.fhir.context.FhirContext ctx
protected FHIRToPDO mapper
protected I2B2CellFR i2b2
public java.lang.Class<ca.uhn.fhir.model.dstu2.resource.Observation> getResourceType()
getResourceType in interface ca.uhn.fhir.rest.server.IResourceProviderpublic ca.uhn.fhir.rest.api.MethodOutcome createQA(ca.uhn.fhir.model.dstu2.resource.Observation obs)
obs - The observation