Hl7.Fhir.ElementModel
by: Ewout Kramer (ewout@fire.ly) and contributors
- 2.637k total downloads
- Latest version: 2.0.0-beta1
Interfaces and classes to work with FHIR data without using POCOs, in concert with the Hl7.Fhir.Serialization assembly.
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 1.745k total downloads
- Latest version: 2.80.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
HtmlAgilityPack
by: Simon Mourrier Jeff Klawiter
- 106 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Grpc.AspNetCore
by: The gRPC Authors
- 1.646k total downloads
- Latest version: 2.80.0
gRPC meta-package for ASP.NET Core
Hl7.Fhir.Support
by: Ewout Kramer (ewout@fire.ly) and contributors
- 5.482k total downloads
- Latest version: 2.0.0-beta1
Common interfaces and classes used by all FHIR .NET assemblies
Grpc.AspNetCore.Server
by: The gRPC Authors
- 1.778k total downloads
- Latest version: 2.80.0
gRPC support for ASP.NET Core
Grpc.Net.Client
by: The gRPC Authors
- 2.046k total downloads
- Latest version: 2.80.0
.NET client for gRPC
Grpc.Core
by: The gRPC Authors
- 2.216k total downloads
- Latest version: 2.46.6
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Hl7.Fhir.Serialization
by: Ewout Kramer (ewout@fire.ly) and contributors
- 2.68k total downloads
- Latest version: 2.0.0-beta1
Contains general interfaces and classes for working with FHIR data, regardless of FHIR version or POCO's
Flurl.Http
by: Todd Menier
- 3.536k total downloads
- Latest version: 3.0.0-pre4
A fluent, portable, testable HTTP client library.
Grpc.Net.ClientFactory
by: The gRPC Authors
- 1.445k total downloads
- Latest version: 2.80.0
HttpClientFactory integration the for gRPC .NET client
Hl7.Fhir.R4
by: Ewout Kramer (ewout@fire.ly) and contributors
- 2.685k total downloads
- Latest version: 2.0.0-beta1
This is the core support library for HL7's FHIR standard (http://hl7.org/fhir). It contains the core functionality to working with RESTful FHIR servers: POCO classes for FHIR, parsing/serialization of FHIR data and a FhirClient for easy access to FHIR servers.
Grpc.Net.Common
by: The gRPC Authors
- 1.735k total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
Grpc.Core.Api
by: The gRPC Authors
- 2.313k total downloads
- Latest version: 2.80.0
gRPC C# Surface API
Hl7.Fhir.Support.Poco
by: Ewout Kramer (ewout@fire.ly) and contributors
- 1.062k total downloads
- Latest version: 2.0.0-beta1
This is the support library for working with the POCO representation of HL7's FHIR model data
Grpc.Tools
by: The gRPC Authors
- 4.612k total downloads
- Latest version: 2.84.0-pre1
gRPC and Protocol Buffer compiler for C# projects
Google.Protobuf
by: Google Inc.
- 10.19k total downloads
- Latest version: 3.35.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Fractions
by: Daniel Mueller
- 226 total downloads
- Latest version: 6.0.0
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
Hl7.FhirPath
by: Ewout Kramer (ewout@fire.ly) and contributors
- 5.048k total downloads
- Latest version: 2.0.0-beta1
This library contains a runtime environment for executing HL7 FhirPath queries and invariants. It is used by the HL7 .NET FHIR API to run validation for the HL7 FHIR object model.