
Package ca.uhn.fhir.jpa.provider.r5
Class BaseJpaResourceProviderValueSetR5
- java.lang.Object
-
- ca.uhn.fhir.jpa.provider.BaseJpaProvider
-
- ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
-
- ca.uhn.fhir.jpa.provider.r5.JpaResourceProviderR5<org.hl7.fhir.r5.model.ValueSet>
-
- ca.uhn.fhir.jpa.provider.r5.BaseJpaResourceProviderValueSetR5
-
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
ValueSetResourceProvider
public class BaseJpaResourceProviderValueSetR5 extends JpaResourceProviderR5<org.hl7.fhir.r5.model.ValueSet>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
-
Constructor Summary
Constructors Constructor Description BaseJpaResourceProviderValueSetR5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.r5.model.ValueSet
expand(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.ValueSet theValueSet, org.hl7.fhir.r5.model.UriType theUrl, org.hl7.fhir.r5.model.StringType theValueSetVersion, org.hl7.fhir.r5.model.StringType theFilter, org.hl7.fhir.r5.model.IntegerType theOffset, org.hl7.fhir.r5.model.IntegerType theCount, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
org.hl7.fhir.r5.model.Parameters
validateCode(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.UriType theValueSetUrl, org.hl7.fhir.r5.model.StringType theValueSetVersion, org.hl7.fhir.r5.model.CodeType theCode, org.hl7.fhir.r5.model.UriType theSystem, org.hl7.fhir.r5.model.StringType theSystemVersion, org.hl7.fhir.r5.model.StringType theDisplay, org.hl7.fhir.r5.model.Coding theCoding, org.hl7.fhir.r5.model.CodeableConcept theCodeableConcept, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
Methods inherited from class ca.uhn.fhir.jpa.provider.r5.JpaResourceProviderR5
create, delete, expunge, expunge, meta, meta, metaAdd, metaDelete, update, validate, validate
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
doExpunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, patch, read, setDao
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
-
-
-
Constructor Detail
-
BaseJpaResourceProviderValueSetR5
public BaseJpaResourceProviderValueSetR5()
-
-
Method Detail
-
expand
public org.hl7.fhir.r5.model.ValueSet expand(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.ValueSet theValueSet, org.hl7.fhir.r5.model.UriType theUrl, org.hl7.fhir.r5.model.StringType theValueSetVersion, org.hl7.fhir.r5.model.StringType theFilter, org.hl7.fhir.r5.model.IntegerType theOffset, org.hl7.fhir.r5.model.IntegerType theCount, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
validateCode
public org.hl7.fhir.r5.model.Parameters validateCode(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.UriType theValueSetUrl, org.hl7.fhir.r5.model.StringType theValueSetVersion, org.hl7.fhir.r5.model.CodeType theCode, org.hl7.fhir.r5.model.UriType theSystem, org.hl7.fhir.r5.model.StringType theSystemVersion, org.hl7.fhir.r5.model.StringType theDisplay, org.hl7.fhir.r5.model.Coding theCoding, org.hl7.fhir.r5.model.CodeableConcept theCodeableConcept, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
-