Skip to content

Commit 056823c

Browse files
authored
Update WM,TM,IG to latest (#134)
* Update WM,TM,IG to latest Signed-off-by: Victor Chang <vicchang@nvidia.com> * Update VERSION Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com> --------- Signed-off-by: Victor Chang <vicchang@nvidia.com> Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
1 parent 5c92910 commit 056823c

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

deploy/monai-deploy-express/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Container Images
2-
INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.19
2+
INFORMATICS_GATEWAY_IMAGE=ghcr.io/project-monai/monai-deploy-informatics-gateway:0.3.21
33
INFORMATICS_GATEWAY_CONFIG_IMAGE=dwdraju/alpine-curl-jq:latest
4-
WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:0.1.19
5-
TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:0.1.19
4+
WORKFLOW_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-workflow-manager:0.1.26
5+
TASK_MANAGER_IMAGE=ghcr.io/project-monai/monai-deploy-task-manager:0.1.26
66

77
MINIO_IMAGE=minio/minio:latest
88
MONGODB_IMAGE=mongo:5.0.12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

deploy/monai-deploy-express/configs/workflow-manager.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@
7070
"executableLocation": "mc.exe",
7171
"serviceName": "test"
7272
}
73-
}
73+
},
74+
"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"
75+
},
76+
"InformaticsGateway": {
77+
"apiHost": "http://informatics-gateway:5000",
78+
"username": "",
79+
"password": ""
7480
},
7581
"Kestrel": {
7682
"EndPoints": {

0 commit comments

Comments
 (0)