Click on the links to download Aurora GitHub samples
These public samples show parser, ACK, preprocessing, de-identification, security, integration, and WinForms usage patterns without forcing you to start from a blank project.
Start with parse/validate, ACK generation, and preprocessing before moving into secondary modules.
The sample set favors demo-mode, dry-run, and fallback-host patterns for public repository safety.
Each sample card links straight to the matching GitHub project folder so you can inspect code immediately.
Public-safe parser entry sample.
HIPAAsuite.AuroraParser when AuroraPackageVersion is supplied
src/Aurora.Samples.Parser.ParseValidate
Public-safe acknowledgment workflow sample.
999 and TA1HIPAAsuite.AuroraParser is availablePublic-safe .NET 8 console sample that demonstrates small preprocessing workflows inspired by Aurora parser usage without copying the internal Compliance Editor implementation.
batch: combine transactions from one file or a folder into fixed-size batchessplit-sort: split to one transaction per file, sort deterministically, and route compliant vs non-compliant outputssplit-loop: split claim loop 2300 content into smaller files when loop-level processing is needed
Public-safe console sample for deidentifying a synthetic 837-style EDI payload with JSON-configured replacement rules.
samples/config/deidentifier-basic.sample.jsonsamples/edi/claim-837p.sample.edisrc/Aurora.Samples.Deidentifier.Basic/output/
Public-safe PGP sample.
demo mode writes an ASCII-armored payload and round-trips it locally.live mode is a placeholder for HIPAAsuite.AuroraParser.Security when your private package feed is configured.
Public-safe transport and notification sample.
HIPAAsuite.AuroraModules.FTPLibrary and HIPAAsuite.AuroraModules.Mailer
Public-safe net8.0-windows WinForms sample that demonstrates how to host FileNavigatorTreeView against parsed and validated EDI content without cloning the internal product shell.
Open File, Load Sample, and flat or hierarchical navigation modesHIPAAsuite.AuroraWinFormsControlsLibrary and HIPAAsuite.AuroraParser when AuroraPackageVersion is restored from a private feed
Public-safe WinForms sample for embedding InformationPanel behavior against parsed and validated EDI content without copying the internal product shell.
HIPAAsuite.AuroraParser and HIPAAsuite.AuroraWinFormsControlsLibrary