Eco.Entity 2.2.0

dotnet add package Eco.Entity --version 2.2.0
                    
NuGet\Install-Package Eco.Entity -Version 2.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Eco.Entity" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Eco.Entity" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Eco.Entity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Eco.Entity --version 2.2.0
                    
#r "nuget: Eco.Entity, 2.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Eco.Entity@2.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Eco.Entity&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Eco.Entity&version=2.2.0
                    
Install as a Cake Tool

Easyclinic entity class library

Class library to handle the database tables

Table of Contents

Introduction

Complete library for the easy clinic online databse objects to be used in the project

Features

  • Inventory classes for Inventory management
  • Invoice classes for Finance related data
  • Healthcare classes for EMR/Patient records
  • Appointment classes for Appointment scheduling
  • Platform classes for System-related information

Overview of the library

Appointment

  • Appointment
  • Appointment Reminder
  • Appointment Services
  • Day visit
  • Notification
  • Token management

Healthcare

  • Patient
  • Patient Allergy
  • ChiefComplaints
  • Diagnosis
  • Covid19History
  • Comorbidity
  • Clinical Parameter
  • Drug System
  • Emr Templates
  • Examination
  • Guideline
  • Investigation
  • Lifestyle
  • Medication
  • Notes
  • Prescription
  • Procedure
  • Video Consultaion
  • Vital
  • Visit
  • Visit settings

Inventory

  • Product
  • Pricelist
  • Product Category
  • Requesition
  • Purchase order
  • Goods receipt
  • Stock Adjustment
  • Stock Transfer
  • Stock Take
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.0 254 7/28/2023
2.0.0 249 7/28/2023
1.0.0 240 7/28/2023