Class ConformanceServiceImpl

java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.impl.ConformanceServiceImpl
All Implemented Interfaces:
BasicService, ConformanceService, org.springframework.beans.factory.InitializingBean

public class ConformanceServiceImpl extends AbstractBasicService implements ConformanceService, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • ConformanceServiceImpl

      public ConformanceServiceImpl(String serverBase, int defaultPageCount, BuildInfoReader buildInfoReader, ParameterConverter parameterConverter, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getMetadata

      public jakarta.ws.rs.core.Response getMetadata(String mode, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      getMetadata in interface ConformanceService