Jack

Results 5 issues of Jack

**Describe the bug** DicomFile/DicomDataset should implement IDisposable interface since it could hold reference to the stream through StreamByteSource. When DicomFile instance is created through Open/OpenAsync using a stream, it creates...

enhancement
version5

Hi there, Is it possible to add the underlying value type of Composite Search Parameters to ```ModelInfo``` class? For example, for Observation resource, it would be nice to know that...

enhancement

It seems like POA coordinates the installation of the patches using update domain but it download the updates at the same time across all nodes. In theory, this process should...

I've noticed that when serializing a bundle with Summary=Count specified, it wipes out the SelfLink since it looks like the the code below does not maintain the links. ``` public...

needs research

I am trying to use `INotifyPropertyChanged` to detect when a property value has changed. For non-collection type property, this works fine but for anything that's exposed as List or IEnumerable,...

breaking change