ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Add the ability to restrict the installation to IRIS or IRIS for Health platform to the requirement attribute

Open SergeyMi37 opened this issue 2 years ago • 1 comments
trafficstars

Add the ability to restrict the installation to IRIS or IRIS for Health platform to the requirement attribute

SergeyMi37 avatar Dec 27 '22 09:12 SergeyMi37

@isc-shuliu some guidance here: See %IPM.Storage.SystemRequirements Consider adding integration tests with new package definitions under tests/integration_tests/Test/PM/Integration/_data to cover the use cases. Recommended syntax - see https://github.com/intersystems/ipm/wiki/03.-IPM-Manifest-(Module.xml)#elements :

Requires IRIS for Health (implies Interoperability="enabled"): <SystemRequirements Version=">=2020.1" Health="true" />

Requires IRIS (not IRIS for Health) with non-health interoperability: <SystemRequirements Version=">=2020.1" Interoperability="enabled" Health="false" />

Default behavior: we don't care.

isc-tleavitt avatar Apr 15 '24 13:04 isc-tleavitt

Closing issues fixed in v1 branch for cleaner bookkeeping.

isc-tleavitt avatar Aug 27 '24 16:08 isc-tleavitt