Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderValueSetDstu2
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.JpaResourceProviderDstu2<ca.uhn.fhir.model.dstu2.resource.ValueSet>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderValueSetDstu2
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
ValueSetResourceProvider
public class BaseJpaResourceProviderValueSetDstu2
extends JpaResourceProviderDstu2<ca.uhn.fhir.model.dstu2.resource.ValueSet>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.model.dstu2.resource.ValueSet
expand
(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.dstu2.resource.ValueSet theValueSet, ca.uhn.fhir.model.primitive.UriDt theIdentifier, ca.uhn.fhir.model.primitive.StringDt theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) ca.uhn.fhir.model.dstu2.resource.Parameters
lookup
(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.CodeDt theCode, ca.uhn.fhir.model.primitive.UriDt theSystem, ca.uhn.fhir.model.dstu2.composite.CodingDt theCoding, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) static org.hl7.fhir.instance.model.api.IBaseParameters
toValidateCodeResult
(ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult theResult) ca.uhn.fhir.model.dstu2.resource.Parameters
validateCode
(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.primitive.UriDt theValueSetIdentifier, ca.uhn.fhir.model.primitive.CodeDt theCode, ca.uhn.fhir.model.primitive.UriDt theSystem, ca.uhn.fhir.model.primitive.StringDt theDisplay, ca.uhn.fhir.model.dstu2.composite.CodingDt theCoding, ca.uhn.fhir.model.dstu2.composite.CodeableConceptDt theCodeableConcept, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
create, delete, doExpunge, expunge, expunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, meta, meta, metaAdd, metaDelete, patch, read, setDao, update, validate, validate
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderValueSetDstu2
public BaseJpaResourceProviderValueSetDstu2()
-
-
Method Details
-
expand
public ca.uhn.fhir.model.dstu2.resource.ValueSet expand(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.dstu2.resource.ValueSet theValueSet, ca.uhn.fhir.model.primitive.UriDt theIdentifier, ca.uhn.fhir.model.primitive.StringDt theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
lookup
public ca.uhn.fhir.model.dstu2.resource.Parameters lookup(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.CodeDt theCode, ca.uhn.fhir.model.primitive.UriDt theSystem, ca.uhn.fhir.model.dstu2.composite.CodingDt theCoding, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
validateCode
public ca.uhn.fhir.model.dstu2.resource.Parameters validateCode(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.primitive.UriDt theValueSetIdentifier, ca.uhn.fhir.model.primitive.CodeDt theCode, ca.uhn.fhir.model.primitive.UriDt theSystem, ca.uhn.fhir.model.primitive.StringDt theDisplay, ca.uhn.fhir.model.dstu2.composite.CodingDt theCoding, ca.uhn.fhir.model.dstu2.composite.CodeableConceptDt theCodeableConcept, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
toValidateCodeResult
public static org.hl7.fhir.instance.model.api.IBaseParameters toValidateCodeResult(ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult theResult)
-