コード例 #1
0
 public PyroFhirResource(IOrganization IOrganization,
                         ICodeSystem ICodeSystem,
                         ITask ITask,
                         IDevice IDevice,
                         ICompartmentDefinition ICompartmentDefinition)
 {
     this.IOrganization          = IOrganization;
     this.ICodeSystem            = ICodeSystem;
     this.ITask                  = ITask;
     this.IDevice                = IDevice;
     this.ICompartmentDefinition = ICompartmentDefinition;
 }
コード例 #2
0
 public SetCompartmentDefinitions(Devices.IPyroFhirServer IPyroFhirServerDevice,
                                  ICompartmentDefinition ICompartmentDefinition,
                                  CodeSystems.IPyroFhirServer IPyroFhirServerCodeSystem,
                                  CodeSystems.IPyroTask IPyroTask,
                                  IGlobalProperties IGlobalProperties,
                                  Organizations.IPyroHealth IPyroHealthOrg)
 {
     this.IPyroFhirServerDevice     = IPyroFhirServerDevice;
     this.ICompartmentDefinition    = ICompartmentDefinition;
     this.IPyroFhirServerCodeSystem = IPyroFhirServerCodeSystem;
     this.IPyroTask         = IPyroTask;
     this.IGlobalProperties = IGlobalProperties;
     this.IPyroHealthOrg    = IPyroHealthOrg;
 }