dcmodify -e PatientName -e PatientID -e PatientBirthDate patient.dcm Or set a dummy value:
findscu -aet MYAE -aec PACSNAME pacs_host 104 -W query.wl First query to get StudyInstanceUID, then:
return 0;
movescu -aet MYAE -aec PACSNAME -aet MOVE_DESTINATION pacs_host 104 -k StudyInstanceUID=1.2.3.4... where MOVE_DESTINATION must match the AE title of your storescp . Compile with -ldcmdata -ldcmnet -loflog -lofstd .
dcmodify -e PatientName -e PatientID -e PatientBirthDate patient.dcm Or set a dummy value:
findscu -aet MYAE -aec PACSNAME pacs_host 104 -W query.wl First query to get StudyInstanceUID, then: dcmtk tutorial
return 0;
movescu -aet MYAE -aec PACSNAME -aet MOVE_DESTINATION pacs_host 104 -k StudyInstanceUID=1.2.3.4... where MOVE_DESTINATION must match the AE title of your storescp . Compile with -ldcmdata -ldcmnet -loflog -lofstd . then: return 0