diff --git a/deploy/monai-deploy-express/.env b/deploy/monai-deploy-express/.env index 07a8d48..d178e2b 100644 --- a/deploy/monai-deploy-express/.env +++ b/deploy/monai-deploy-express/.env @@ -1,8 +1,8 @@ # Container Images -INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.19 +INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.21 INFORMATICS_GATEWAY_CONFIG_IMAGE=dwdraju/alpine-curl-jq:latest -WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:0.1.19 -TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:0.1.19 +WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:0.1.26 +TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:0.1.26 MINIO_IMAGE=minio/minio:latest MONGODB_IMAGE=mongo:5.0.12 diff --git a/deploy/monai-deploy-express/VERSION b/deploy/monai-deploy-express/VERSION index 0d91a54..1d0ba9e 100644 --- a/deploy/monai-deploy-express/VERSION +++ b/deploy/monai-deploy-express/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/deploy/monai-deploy-express/configs/workflow-manager.json b/deploy/monai-deploy-express/configs/workflow-manager.json index 8c88137..8c0cdab 100644 --- a/deploy/monai-deploy-express/configs/workflow-manager.json +++ b/deploy/monai-deploy-express/configs/workflow-manager.json @@ -70,7 +70,13 @@ "executableLocation": "mc.exe", "serviceName": "test" } - } + }, + "dicomTagsDisallowed": "PatientName,PatientID,IssuerOfPatientID,TypeOfPatientID,IssuerOfPatientIDQualifiersSequence,SourcePatientGroupIdentificationSequence,GroupOfPatientsIdentificationSequence,SubjectRelativePositionInImage,PatientBirthDate,PatientBirthTime,PatientBirthDateInAlternativeCalendar,PatientDeathDateInAlternativeCalendar,PatientAlternativeCalendar,PatientSex,PatientInsurancePlanCodeSequence,PatientPrimaryLanguageCodeSequence,PatientPrimaryLanguageModifierCodeSequence,QualityControlSubject,QualityControlSubjectTypeCodeSequence,StrainDescription,StrainNomenclature,StrainStockNumber,StrainSourceRegistryCodeSequence,StrainStockSequence,StrainSource,StrainAdditionalInformation,StrainCodeSequence,GeneticModificationsSequence,GeneticModificationsDescription,GeneticModificationsNomenclature,GeneticModificationsCodeSequence,OtherPatientIDsRETIRED,OtherPatientNames,OtherPatientIDsSequence,PatientBirthName,PatientAge,PatientSize,PatientSizeCodeSequence,PatientBodyMassIndex,MeasuredAPDimension,MeasuredLateralDimension,PatientWeight,PatientAddress,InsurancePlanIdentificationRETIRED,PatientMotherBirthName,MilitaryRank,BranchOfService,MedicalRecordLocatorRETIRED,ReferencedPatientPhotoSequence,MedicalAlerts,Allergies,CountryOfResidence,RegionOfResidence,PatientTelephoneNumbers,PatientTelecomInformation,EthnicGroup,Occupation,SmokingStatus,AdditionalPatientHistory,PregnancyStatus,LastMenstrualDate,PatientReligiousPreference,PatientSpeciesDescription,PatientSpeciesCodeSequence,PatientSexNeutered,AnatomicalOrientationType,PatientBreedDescription,PatientBreedCodeSequence,BreedRegistrationSequence,BreedRegistrationNumber,BreedRegistryCodeSequence,ResponsiblePerson,ResponsiblePersonRole,ResponsibleOrganization,PatientComments,ExaminedBodyThickness" + }, + "InformaticsGateway": { + "apiHost": "http://informatics-gateway:5000", + "username": "", + "password": "" }, "Kestrel": { "EndPoints": {