Esma
Esma
## Description Describe the changes in this PR. ## Related issues Addresses [issue #]. ## Testing Describe how this change was tested.
A lot of this was taken from this example: https://github.com/dcmjs-org/dcmjs/blob/add-commander/examples/nodejs/readwrite.js I just need to be able to set the UID and generate new binary data. Code below is making sure...
### Library name Azure.Storage.Blobs ### Please describe the feature. Extend [BlobHttpHeaders](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/src/Models/BlobHttpHeaders.cs) to accept a client id on requests that would propagate to diagnostic logs.
**Describe the bug** When validating on a DicomElement directly, it handles nulls gracefully. However, a NullReferenceException is thrown if using the VR validation off of the DicomElement. **To Reproduce** DicomElement...
### Proposal Promitor today exposes its metrics endpoint over http. In cases where a managed prometheus is used, we should communicate over https and using mtls. It'd be great to...