Albert Hives
Albert Hives
If I wanted to declare and assign variables in most languages including C++ it is pretty straightforward. I would do something like this: `float area = 0;` The language implicitly...
Create a way to override entity registration. So, if I registered HL7 v2.6 and I wanted to override MSA with a custom MSA I should be able to do so.
Need the ability to format a Layout back to text.
Add ability to return all registered layouts and entities mainly for debugging purposes.
The Add method responsible for adding layouts was implemented in the SchemaConfigurator class but never exposed in ISchemaConfigurator.
The PAT segment is missing in loop 2300 even though the specification states that is required. Though this is the case, the Subscriber can represent the patient and therefore rendering...
The Layout parser is failing to parse loop 2010BA when loops 2010AB and 2010AC are missing. When loop 2010AB is present the same code works fine.
This is defined in the spec as the following: "Expression of a date, a time, or range of dates, times or dates and times"
Consider the following HL7 2.6 specification fragment... ORC [ [{ NTE }] [ CTD ] [{ DG1 }] [{ OBX [{ NTE }] }] ] ...the current Machete schema and...
Currently, there is a use case to take values from one segment and use them to initialize another segment. This can be partially done already in terms of setting fields...