Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
/ ParserIO Public archive

The ParserIO is a barcode interpret (parser). It takes one input string and it returns a well-structured output as result of the parsing. ParserIO as ParserInterOpérable (Interoperable Parser) is a C# Class Library developed using the Microsoft .NET Framework.

License

Notifications You must be signed in to change notification settings

reseauphast/ParserIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParserIO README

What is ParserIO?
---------------------------------------------------------------------
ParserIO is a barcode interpreter (parser). It takes one input string and it returns a well-structured output as result of the parsing.
ParserIO as ParserInterOpérable (Interoperable Parser) is a C# Class Library developed using Microsoft .NET 4.5.2.
 
You have 4 methods to integrate it within your software: 
1. You can integrate the C# namespace within your code
2. You can use the Class Library DLL reference
3. You can use the COM Interface

ParserIO is healthcare standards oriented.

It works very well with HIBC Barcode and we improve ceaselessly its performance with the GS1 Barcodes.
The EAN13 Barcodes are well parsed since the first release.
The non-standard barcodes are not parsed for the moment.

ParserIO is delivered under the GNU Lesser General Public License.

-----------------------------------------------------------------------
For more information, please consult the ParserIO web site at
https://github.com/reseauphast/ParserIO

-----------------------------------------------------------------------
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

-----------------------------------------------------------------------
Copyright (c) 2009-2022, Association Réseau Phast,  http://www.phast.fr

About

The ParserIO is a barcode interpret (parser). It takes one input string and it returns a well-structured output as result of the parsing. ParserIO as ParserInterOpérable (Interoperable Parser) is a C# Class Library developed using the Microsoft .NET Framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published