Project-MONAI / monai-deploy-app-sdk

MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.
Apache License 2.0
91 stars 47 forks source link

[FEA] Samples for AIR Evidence Creator + documentation #350

Open IntegratorBrad opened 2 years ago

IntegratorBrad commented 2 years ago

IHE AIR is a profile which defines the specific types of objects an AI application should generate, to be conformant with imaging viewers. It defines, for example, a DICOM Segmentation object should be used for a segmentation - but it has additional values required for it to be compliant (including the notion of TID1500 and a 'root result'). It would be of great value to the community to have a sample MAP that produces an AIR-compliant result, which can be used to inspire / inform developers as well as application validators (like IHE Connectathon).

In addition, there should be a section on Standards, maybe in the introduction: https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/introduction/index.html ... that provides some detail on how MONAI MAPs can be used to satisfy AIR Evidence Creator actor and transactions.

MMelQin commented 1 year ago

@IntegratorBrad For Comprehensive 3D SR as evidence, TID1500 (Measurement Report) is used as the root template, but with regard to DICOM Seg how is TID1500 related? Per Table 6.5.3-1, Seg IOD is separate and distinct from SR using TID1500. What's the complaint from IHE Connectathon validation for Seg object from the example app, apart from not having Tracking Identifiers which is for longitudinal results navigation?