From 75c88cf1083b17deaf4a16965fd7954cf242dfa0 Mon Sep 17 00:00:00 2001 From: Joe Moceri Date: Mon, 6 Sep 2021 18:47:03 -0700 Subject: [PATCH] 78- from ee to hl7tools --- README.md | 4 ++-- src/HL7Tools/HL7Tools.csproj | 7 ++++--- src/HL7Tools/articles/Installation.md | 2 +- src/HL7Tools/articles/License.md | 2 +- src/HL7Tools/articles/Versioning.md | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cf621494e..1acf65445 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Expression Evaluator for .NET +# HL7Tools for .NET [![NuGet](https://img.shields.io/nuget/v/HL7Tools.svg)](https://www.nuget.org/packages/HL7Tools/) ![GitHub Workflow](https://github.com/joemoceri/expression-evaluator-dotnet/actions/workflows/dotnet.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/joemoceri/expression-evaluator-dotnet/branch/main/graph/badge.svg)](https://codecov.io/gh/joemoceri/expression-evaluator-dotnet) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/641cf8f3592f4ac58836d8d8f1ba771d)](https://www.codacy.com/gh/joemoceri/expression-evaluator-dotnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=joemoceri/expression-evaluator-dotnet&utm_campaign=Badge_Grade) [![Build status](https://ci.appveyor.com/api/projects/status/i2in9jjivnh3oq43?svg=true)](https://ci.appveyor.com/project/joemoceri/expression-evaluator-dotnet) ![AppVeyor tests](https://img.shields.io/appveyor/tests/joemoceri/expression-evaluator-dotnet) ![GitHub repo size](https://img.shields.io/github/repo-size/joemoceri/expression-evaluator-dotnet) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/joemoceri/expression-evaluator-dotnet) ![Nuget](https://img.shields.io/nuget/dt/HL7Tools) ![GitHub Repo stars](https://img.shields.io/github/stars/joemoceri/expression-evaluator-dotnet?style=social) ![GitHub last commit](https://img.shields.io/github/last-commit/joemoceri/expression-evaluator-dotnet) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/joemoceri/expression-evaluator-dotnet) -Expression Evaluator for .NET parses any C# math, boolean, or string expression. It also has capabilities for handling [HL7V2 pipe-delimited (|) flat files](https://en.wikipedia.org/wiki/Health_Level_Seven_International). Please see documentation for examples and more. +HL7Tools for .NET can parse [HL7V2 pipe-delimited (|) flat files](https://en.wikipedia.org/wiki/Health_Level_Seven_International). Trigger event validation is on the way. Please see documentation for examples and more. If you'd like to help out please feel free to reach out via email or open a PR, thanks! **Quick Links** - [Docs homepage](https://joemoceri.github.io/expression-evaluator-dotnet/) diff --git a/src/HL7Tools/HL7Tools.csproj b/src/HL7Tools/HL7Tools.csproj index b49e96349..841d27713 100644 --- a/src/HL7Tools/HL7Tools.csproj +++ b/src/HL7Tools/HL7Tools.csproj @@ -4,19 +4,20 @@ Library net5.0 true - https://github.com/joemoceri/expression-evaluator-dotnet + https://github.com/joemoceri/hl7tools This is a library written in C# .NET that will evaluate any math, string or boolean expression using built-in Expression Configurations. Expression Configurations are what the Evaluator uses when defining math, string, and boolean operators like '+', '-', '||', and so on. The operations are fully customizable. Using Expression Configurations you can hook into operator events before and after they're evaluated or evaluate the expression yourself with custom logic. The default expression configuration is C#. You can also use this to evaluate segments of an hl7v2 pipe delimited message. Using an HL7V2ExpressionConfiguration the Evaluator can be configured to parse and return a structured HL7V2Message object layered with fields, field repetitions, components, and subcomponents. You can also perform CRUD operations on all of them, build a message from scratch, and more. Please visit the repository for more information. icon.png - https://github.com/joemoceri/expression-evaluator-dotnet + https://github.com/joemoceri/hl7tools interpreter, expressions, evaluator, csharp, languages, templates, hl7, medical, healthcare, health, it, hl7v2, hl7v2 messages Joe Moceri - 1.1.4 + 1.1.5 true snupkg LICENSE + 1.1.5.0 diff --git a/src/HL7Tools/articles/Installation.md b/src/HL7Tools/articles/Installation.md index 45e9ed4b1..259fbcfe6 100644 --- a/src/HL7Tools/articles/Installation.md +++ b/src/HL7Tools/articles/Installation.md @@ -1,5 +1,5 @@ ## Installation -[NuGet Expression Evaluator for .NET package](https://www.nuget.org/packages/HL7Tools/). +[NuGet HL7Tools for .NET package](https://www.nuget.org/packages/HL7Tools/). You can install using the following methods. diff --git a/src/HL7Tools/articles/License.md b/src/HL7Tools/articles/License.md index 6f0ded359..02c961f4c 100644 --- a/src/HL7Tools/articles/License.md +++ b/src/HL7Tools/articles/License.md @@ -1,2 +1,2 @@ ## License -Expression Evaluator for .NET source code is released under [MIT License](https://raw.githubusercontent.com/joemoceri/expression-evaluator-dotnet/main/LICENSE). +HL7Tools for .NET source code is released under [MIT License](https://raw.githubusercontent.com/joemoceri/expression-evaluator-dotnet/main/LICENSE). diff --git a/src/HL7Tools/articles/Versioning.md b/src/HL7Tools/articles/Versioning.md index 99826efcc..d8a7fede8 100644 --- a/src/HL7Tools/articles/Versioning.md +++ b/src/HL7Tools/articles/Versioning.md @@ -1,2 +1,2 @@ ## Versioning -Expression Evaluator for .NET uses [semver](https://semver.org/) for it's versioning. \ No newline at end of file +HL7Tools for .NET uses [semver](https://semver.org/) for it's versioning. \ No newline at end of file