Exemplo n.º 1
0
 public TaskRunner(IResourceServices IResourceServices,
                   IRequestMetaFactory IRequestMetaFactory,
                   IRequestHeaderFactory IRequestHeaderFactory,
                   ILog ILog,
                   IPyroTask IPyroTaskCodeSystem,
                   IPyroFhirServer IPyroFhirServerCodeSystem,
                   IFhirTaskTool IFhirTaskTool,
                   IGlobalProperties IGlobalProperties,
                   IFhirSpecificationDefinitionLoader IFhirSpecificationDefinitionLoader,
                   ISetCompartmentDefinitionTaskProcessor ISetCompartmentDefinitionTaskProcessor,
                   ISearchParameterResourceLoader ISearchParameterResourceLoader)
 {
     this.IResourceServices     = IResourceServices;
     this.IRequestMetaFactory   = IRequestMetaFactory;
     this.IRequestHeaderFactory = IRequestHeaderFactory;
     this.ILog = ILog;
     this.IPyroTaskCodeSystem                    = IPyroTaskCodeSystem;
     this.IPyroFhirServerCodeSystem              = IPyroFhirServerCodeSystem;
     this.IFhirTaskTool                          = IFhirTaskTool;
     this.IGlobalProperties                      = IGlobalProperties;
     this.IFhirSpecificationDefinitionLoader     = IFhirSpecificationDefinitionLoader;
     this.ISetCompartmentDefinitionTaskProcessor = ISetCompartmentDefinitionTaskProcessor;
     this.ISearchParameterResourceLoader         = ISearchParameterResourceLoader;
 }
Exemplo n.º 2
0
 public CodeSystem(IPyroFhirServer IPyroFhirServer, IPyroTask IPyroTask, IPyroHealth IPyroHealth)
 {
     this.IPyroFhirServer = IPyroFhirServer;
     this.IPyroTask       = IPyroTask;
     this.IPyroHealth     = IPyroHealth;
 }