MedPulse.SharedKernel
0.2.0
dotnet add package MedPulse.SharedKernel --version 0.2.0
NuGet\Install-Package MedPulse.SharedKernel -Version 0.2.0
<PackageReference Include="MedPulse.SharedKernel" Version="0.2.0" />
<PackageVersion Include="MedPulse.SharedKernel" Version="0.2.0" />
<PackageReference Include="MedPulse.SharedKernel" />
paket add MedPulse.SharedKernel --version 0.2.0
#r "nuget: MedPulse.SharedKernel, 0.2.0"
#:package MedPulse.SharedKernel@0.2.0
#addin nuget:?package=MedPulse.SharedKernel&version=0.2.0
#tool nuget:?package=MedPulse.SharedKernel&version=0.2.0
MedPulse Library
MedPulse is a .NET 8 library designed to support healthcare-related processes. Developed under the Vulcanobyte umbrella, this library is released as a non-profit, open-source project to facilitate the implementation of medical solutions.
Current Version
Version: 0.1.0
License: MIT
Key Features
Entity Management: Incorporates base entities like
BaseEntity
with common properties such as:Id
CreatedAt
UpdatedAt
IsDeleted
DeletedAt
DeletedBy
CreatedBy
UpdatedBy
These properties follow standard patterns for managing entity lifecycles in database operations.
Pagination: Includes a configurable
Pagination
class that usesPaginationSettings
for managing paginated data. This allows easy integration of pagination logic across multiple services, with options to inject default pagination settings via theIOptions
pattern.MassTransit Integration: Seamless integration with MassTransit to handle message-based communication through Azure Service Bus, including custom consumers like
InsuredMessagesConsumer
andExclusionMessagesConsumer
.Email Strategies: Implements an efficient system for sending emails via
SendGrid
, based on different application states, such asApproved
,Pending
, orDeclined
.Mocking Support: Uses the
Bogus
library for creating test data, ensuring developers can easily mock objects and services during unit testing.API Client Support: Provides services to interact with APIs, such as
PolicyService
, which fetches policy information usingIHttpClientFactory
. The library supports bothSystem.Text.Json
andNewtonsoft.Json
for serialization needs.
Installation
To install MedPulse, add the following NuGet package to your .NET project:
dotnet add package MedPulse --version 0.1.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release of MedPulse's healthcare support module.