You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dcm4chee - is the PACS server type. possible values are dcm4chee or orthanc
@@ -33,20 +32,24 @@ In the above:
33
32
Note, while sending to DCM4CHEE it is required that you have the "dcmsnd" utility command in your local path.
34
33
You can do so like above passing through system parameter "dcmsnd_path". If not passed, then default path /var/lib/bahmni/dcm4che-2.0.28/bin/ will be used. Notice the trailing slash "/" that must be passed.
35
34
35
+
Also note, the jar file name "pacssimulator-1.0.0-jar-with-dependencies.jar" maybe different. Please check your build.
36
36
37
37
### Generate a DICOM file with minimum details
38
38
You may also generate a sample DICOM file with minimum patient detail and related to an accession number by using the DicomFileGenerator.java.
39
39
40
40
This is useful when you do not want to run the simulator, but want to upload a DICOM file manually using "dcmsnd" command yourself.
0 commit comments