Open-Systems-Pharmacology / OSPSuite.Core

Core functionalities of the Open Systems Pharmacology Suite
Other
5 stars 8 forks source link

#2302 add serialization property IsPKSimModule #2303

Closed benjaperez1983 closed 3 months ago

benjaperez1983 commented 3 months ago

Fixes #2302

Description

Add serialization property IsPKSimModule so that it can set on PkSim export and used in Mobi Import and change.

Type of change

Please mark relevant options with an x in the brackets.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Reviewer checklist

Mark everything that needs to be checked before merging the PR.

Screenshots (if appropriate):

Questions (if appropriate):

msevestre commented 3 months ago

Can you add the number being fixed please ? Otherwise the issue isn’t closed automatically

PavelBal commented 3 months ago

I don’t know what the first issue is about so I am not sure what constitute a PK-sim module

The original issue is about changing this property:

image

Should not convert a PK-Sim module to an extension module.

Yuri05 commented 3 months ago

I assume, with this change PK-Sim has to set module.IsPKSimModule = true before exporting a module? Do we have an issue for this in the PK-sim repo?

benjaperez1983 commented 3 months ago

I assume, with this change PK-Sim has to set module.IsPKSimModule = true before exporting a module? Do we have an issue for this in the PK-sim repo?

We do this is the issue: github.com/Open-Systems-Pharmacology/PK-Sim/issues/2953