-
For the life of me I cannot get a MPEG2 from the PACS to a client. I keep getting a "No codec registered for tranfer syntax: MPEG2 Main Profile / Main Level" exception.
Test client code:
```
…
-
### Expected behavior
Runs normally and starts listening on port 4343
### Actual behavior
```
2016-09-11 15:15:46.814 +03:00 [Error] Exception listening for clients, NullReferenceException { InnerEx…
-
**Send multiple images using DicomClient send**
**Fails during first image**
**Basic Code Snippet**
```
string[] files = Directory.GetFiles(@"Images\");
DicomClient client = new Dic…