public LoadFhirSpecificationDefinitions(Devices.IPyroFhirServer IPyroFhirServerDevice, CodeSystems.IPyroFhirServer IPyroFhirServerCodeSystem, CodeSystems.IPyroTask IPyroTask, IGlobalProperties IGlobalProperties, Organizations.IPyroHealth IPyroHealthOrg) { this.IPyroFhirServerDevice = IPyroFhirServerDevice; this.IPyroFhirServerCodeSystem = IPyroFhirServerCodeSystem; this.IPyroTask = IPyroTask; this.IGlobalProperties = IGlobalProperties; this.IPyroHealthOrg = IPyroHealthOrg; }
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; }
public Device(Devices.IPyroFhirServer IPyroFhirServerDevice) { this.IPyroFhirServerDevice = IPyroFhirServerDevice; }