MicroDicom is a free, lightweight DICOM viewer that also works as a mini PACS server. By installing it on your demo laptop, you can show customers the full export chain:
This is the same chain that connects to a real hospital PACS (GE, Philips, Fuji, etc.). MicroDicom just replaces the hospital PACS for demo/testing purposes.
https://www.microdicom.com/downloads.htmlC:\Program Files (x86)\MicroDicom\| Setting | Value |
|---|---|
| AE Title | MICRODICOM |
| Port | 11112 |
| Enable / Start Listening | Checked / ON |
MICRODICOM (all uppercase, no spaces). This must match exactly
what you enter in UnetDICOM on the S2WIN side.
Control Panel → Windows Firewall → Allow an app → Add mDicom.exeOn the S2WIN machine, open the DICOM configuration tool:
Or from S2WIN: Setup → System Data → DICOM Setup
This is where you tell S2WIN where to send DICOM images. Configure the first SCP slot:
| Field | Value | Notes |
|---|---|---|
| SCP Name | MICRODICOM | Select the first slot in the list |
| Application Entity Title | MICRODICOM | Must match MicroDicom's AE Title exactly |
| IP Address | 127.0.0.1 | Use 127.0.0.1 if same machine, or laptop's IP if separate |
| Port Number | 11112 | Must match MicroDicom's listening port |
| Maximum PDU Size | 16k | Default is fine |
| Send | Send to SCP | Must be set to Send to SCP |
| Timeout | 120 seconds | Increase to 300 if on slow network |
| Photometric Interpretation | RGB | Default |
| Reduction | 25% | Image size reduction. Use 0% for full quality |
| JPEG Quality | 100% | Maximum quality for demos |
| SCP: | MICRODICOM |
| AE Title: | MICRODICOM |
| IP Address: | 127 . 0 . 0 . 1 |
| Port: | 11112 |
| PDU Size: | 16k |
| Send: | Send to SCP |
| Timeout: | 120 seconds |
The Transfer Syntax list on the right side of the SCP tab controls how images are compressed. The highlighted (blue) entries are enabled.
| Transfer Syntax | UID | Status |
|---|---|---|
| Implicit VR Little Endian | 1.2.840.10008.1.2 | MUST BE ENABLED |
| Explicit VR Little Endian | 1.2.840.10008.1.2.1 | Recommended |
| Explicit VR Big Endian | 1.2.840.10008.1.2.2 | Optional |
| JPEG Baseline | 1.2.840.10008.1.2.4.50 | Recommended |
| JPEG Extended | 1.2.840.10008.1.2.4.51 | Optional |
| JPEG Lossless | 1.2.840.10008.1.2.4.70 | Optional |
Implicit VR Little Endian (1.2.840.10008.1.2) MUST be enabled (highlighted blue).
This is the mandatory DICOM default — if disabled, strict PACS systems will reject the connection.
Double-click to enable/disable entries in the list.
The SCU tab identifies our S2WIN machine to the PACS.
| Field | Value | Notes |
|---|---|---|
| SCU AE Title | UNETIXS | Our machine's DICOM name (uppercase) |
| Archive Path | C:\Programs\ | Where UTX export files are stored |
For hospital installations, the AE Title may need to match what the hospital PACS admin configured. Ask them: "What AE Title did you add for our device?"
The Identifier tab contains the Machine UID used for generating unique DICOM identifiers. Every machine must have a unique UID.
C:\Programs\Patient.dat.
Name: TEST PATIENT ID: 12345 DOB: 01/01/1980
| DICOM Field | Expected Value |
|---|---|
| Patient Name | TEST PATIENT |
| Patient ID | 12345 |
| Study Date | Today's date |
| Modality | US (Ultrasound) |
| Institution | Your facility name (from THE END record) |
If S2WIN shows an error instead of "Success," look up the code below:
| Error | Message | Cause | Fix |
|---|---|---|---|
| 1010 | Failed to Create Socket | Windows Firewall blocking | Add UnetDICOM.exe to Windows Firewall exceptions. Allow port 11112 inbound. |
| 1011 | Failed to connect at TCP level | MicroDicom not running, wrong IP, or port blocked | 1. Verify MicroDicom is open and listening. 2. Check IP address (127.0.0.1 for same machine). 3. Check port matches (11112). 4. Try: ping 127.0.0.1 from command prompt. |
| 1013 | Remote Socket Disconnected | AE Title mismatch — MicroDicom rejected us | Verify AE Title in UnetDICOM SCP tab is exactly MICRODICOM (all caps, no spaces). Must match what MicroDicom expects. |
| 1049 | Association Request Rejected | PACS doesn't recognize our AE Title | The receiving PACS has not been configured to accept connections from us. Add our AE Title to the PACS allowed list. |
| 1062 | Unsupported Transfer Syntax | PACS doesn't support our compression | Enable Implicit VR Little Endian in UnetDICOM Transfer Syntax list (double-click to enable). |
| 1403 | Unable to listen on port | Port 11112 already in use | Another program is using port 11112. Check with netstat -an | findstr 11112. Close the conflicting app or use a different port. |
| 1406/1407 | Timed out | Network too slow or PACS overloaded | Increase timeout in UnetDICOM SCP tab (try 300 seconds). Check network connection. |
Cause: C:\Programs\Patient.dat does not exist. This file stores the Machine UID
needed to generate unique DICOM identifiers.
Fix:
If S2WIN says Success but MicroDicom doesn't show the patient:
Open a Command Prompt (cmd.exe) and run these:
When installing at a hospital (instead of demo with MicroDicom), the steps are the same — just replace the MicroDicom settings with the hospital's PACS info:
| Setting | Who Provides It | Example |
|---|---|---|
| PACS IP Address | Hospital IT | 10.0.50.100 |
| PACS Port | Hospital IT | 104 (standard) or 11112 |
| PACS AE Title | PACS Admin | GEPACS, PHILIPSPACS, etc. |
| Our AE Title | PACS Admin assigns | UNETIXS or MULTILAB |
Before heading to a demo or installation, verify:
| MicroDicom (PACS Receiver) | |
|---|---|
| AE Title | MICRODICOM |
| Port | 11112 |
| Server Status | Must be Listening |
| UnetDICOM SCP Tab (S2WIN Sender) | |
|---|---|
| SCP Name | MICRODICOM |
| AE Title | MICRODICOM |
| IP Address | 127.0.0.1 (same machine) or target IP |
| Port | 11112 |
| PDU Size | 16k |
| Timeout | 120 seconds |
| JPEG Quality | 100% |
| S2WIN Export Path | |
|---|---|
| 1 | Main Menu → Temp Files |
| 2 | Select the exam |
| 3 | Click PACS |
| 4 | Choose DICOM |
| 5 | Select Export Page (or Patient/All) |
| 6 | Wait for "Success" |
| Key Files (S2WIN Machine) | |
|---|---|
C:\Programs\Patient.dat | Machine UID (REQUIRED for export) |
C:\Programs\DICOM0.cfg | DICOM tag blueprint (text file) |
C:\Program Files\UnetDICOM.exe | DICOM configuration tool |