Version Changes: 21 to 22
The following members have been added:
Name | Description |
---|---|
Leadtools.Medical.HL7.V2x.HL7TxtRequest.OnHl7ParseError(string,string) |
Notifies an HL7 listener that the HL7 message being processed cannot be successfully parsed. |
Leadtools.Medical.HL7.V2x.Listener.HL7TxtRequest.OnHl7ParseError(string,string) |
Notifies an HL7 listener that the HL7 message being processed cannot be successfully parsed. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType.Audit |
An audit log event. These messages represent a security-relevant chronological record. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType.Debug |
A debug event. These messages are for internal use only, and do not appear in release builds. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType.Error |
An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType.Information |
An information event. This indicates a significant, successful operation. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType.Warning |
A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems. |
Leadtools.Medical.HL7.V2x.LogMessageType.Audit |
An audit log event. These messages represent a security-relevant chronological record. |
Leadtools.Medical.HL7.V2x.LogMessageType.Debug |
A debug event. These messages are for internal use only, and do not appear in release builds. |
Leadtools.Medical.HL7.V2x.LogMessageType.Error |
An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data. |
Leadtools.Medical.HL7.V2x.LogMessageType.Information |
An information event. This indicates a significant, successful operation. |
Leadtools.Medical.HL7.V2x.LogMessageType.Warning |
A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems. |
Leadtools.Medical.HL7.V2x.MessageGroup.Charges |
Messages related to financial and billing systems. |
Leadtools.Medical.HL7.V2x.MessageGroup.Orders |
Messages related to an order. |
Leadtools.Medical.HL7.V2x.MessageGroup.Other |
Messages of other types. |
Leadtools.Medical.HL7.V2x.MessageGroup.Patient_Administration |
Messages related to patient administration. |
Leadtools.Medical.HL7.V2x.MessageGroup.Results |
Messages that have observations and results. |
Leadtools.Medical.HL7.V2x.Models.MessageGroup.Charges |
Messages related to financial and billing systems. |
Leadtools.Medical.HL7.V2x.Models.MessageGroup.Orders |
Messages related to an order. |
Leadtools.Medical.HL7.V2x.Models.MessageGroup.Other |
Messages of other types. |
Leadtools.Medical.HL7.V2x.Models.MessageGroup.Patient_Administration |
Messages related to patient administration. |
Leadtools.Medical.HL7.V2x.Models.MessageGroup.Results |
Messages that have observations and results. |
The following members have been removed:
Name | Description |
---|---|
None |
Version Changes: 20 to 21
The following members have been added:
Name | Description |
---|---|
Leadtools.Medical.HL7.V2x.HL7TxtRequest.OnHl7MessageString(string) |
Notifies an HL7 listener that an HL7 message is being processed. |
Leadtools.Medical.HL7.V2x.Listener.HL7TxtRequest.OnHl7MessageString(string) |
Notifies an HL7 listener that an HL7 message is being processed. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageEventArgs |
Provides data for the LogMessage event. |
Leadtools.Medical.HL7.V2x.Listener.LogMessageType |
Indicating the severity of the log message. |
Leadtools.Medical.HL7.V2x.Listener.TCPServer.HandleExceptions |
Indicating if a TCPServer will handle exceptions on Start method. |
Leadtools.Medical.HL7.V2x.Listener.TCPServer.LogMessage |
Occurs when an HL7 listener is starting, shutting down, and abnormally exiting. |
Leadtools.Medical.HL7.V2x.LogMessageEventArgs |
Provides data for the LogMessage event. |
Leadtools.Medical.HL7.V2x.LogMessageType |
Indicating the severity of the log message. |
Leadtools.Medical.HL7.V2x.TCPServer.HandleExceptions |
Indicating if a TCPServer will handle exceptions on Start method. |
Leadtools.Medical.HL7.V2x.TCPServer.LogMessage |
Occurs when an HL7 listener is starting, shutting down, and abnormally exiting. |
The following members have been removed:
Name |
---|
None |
Version Changes: 19 to 20
The following members have been added:
Name | Description |
---|---|
Leadtools.Medical.HL7.V2x.HL7Request.DoParse(MessageStructure) |
Overridable function that parses a MessageStructure and creates a Message object. |
Leadtools.Medical.HL7.V2x.HL7TxtRequest |
The HL7TxtRequest class handles HL7 requests made to the TCPServer. |
Leadtools.Medical.HL7.V2x.Listener.HL7Request.DoParse(MessageStructure) |
Overridable function that parses a MessageStructure and creates a Message object. |
Leadtools.Medical.HL7.V2x.Listener.HL7TxtRequest |
The HL7TxtRequest class handles HL7 requests made to the TCPServer. |
Leadtools.Medical.HL7.V2x.MatchMaker.FindNext(string,bool,bool) |
Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.MessageStructureToSegments |
Parses a MessageStructure and creates Segments objects. |
Leadtools.Medical.HL7.V2x.Models.MatchMaker.FindNext(string,bool,bool) |
Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.MessageStructureToSegments |
Parses a MessageStructure and creates Segments objects. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Medical.HL7.V2x.MatchMaker.FindNext(string,bool) |
Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Add_NoneStandardSegmentToRoot |
Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Forgive_IncompleteMessage |
Boolean accessor and setter to allow or prevent the passing of incomplete messages. This situation arises when part of the message is parsed and the remaining segment is not. By default is set to false. Note: When Forgive_MissingMandatorySegments is set to true, Forgive_IncompleteMessage will be overridden. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Forgive_MissingMandatorySegments |
Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false; |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Ignore_NoneStandardSegment |
Boolean accessor and setter for overlooking unexpected segments. By default is set to true. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options |
Options is used by MessageStructureConverter to control message parsing. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.#ctor |
Initializes a new Options instance. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.Add_NoneStandardSegmentToRoot |
Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.Forgive_IncompleteMessage |
Boolean accessor and setter to allow or prevent the passing of incomplete messages. This situation arises when part of the message is parsed and the remaining segment is not. By default is set to false. Note: When Forgive_MissingMandatorySegments is set to true, Forgive_IncompleteMessage will be overridden. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.Forgive_MissingMandatorySegments |
Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false; |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.Ignore_NoneStandardSegment |
Boolean accessor and setter for overlooking unexpected segments. By default is set to true. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Options.Parse_RepeatableParentGroupFirst |
Boolean accessor and setter for parsing the parent's group first. When set to true the parser will try the current parent's group first. In ambiguous cases, the parser cannot decide if a segment belongs to a parent's group or not as a message maybe repeated or because it belongs to a group outside of the current parent. When set to false, the parser will try to match the segments further into the message structure first, then if it cannot find it, it will try to match the parent's group. By default Parse_RepeatableParentGroupFirst is set to true. |
Leadtools.Medical.HL7.V2x.MessageStructureConverter.Parse_RepeatableParentGroupFirst |
Boolean accessor and setter for parsing the parent's group first. When set to true the parser will try the current parent's group first. In ambiguous cases, the parser cannot decide if a segment belongs to a parent's group or not as a message maybe repeated or because it belongs to a group outside of the current parent. When set to false, the parser will try to match the segments further into the message structure first, then if it cannot find it, it will try to match the parent's group. By default Parse_RepeatableParentGroupFirst is set to true. |
Leadtools.Medical.HL7.V2x.Models.MatchMaker.FindNext(string,bool) |
Finds a designated INodeItem given a name. If there is none, it returns null. The found INodeItem. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Add_NoneStandardSegmentToRoot |
Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Forgive_IncompleteMessage |
Boolean accessor and setter to allow or prevent the passing of incomplete messages. This situation arises when part of the message is parsed and the remaining segment is not. By default is set to false. Note: When Forgive_MissingMandatorySegments is set to true, Forgive_IncompleteMessage will be overridden. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Forgive_MissingMandatorySegments |
Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false; |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Ignore_NoneStandardSegment |
Boolean accessor and setter for overlooking unexpected segments. By default is set to true. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options |
Options is used by MessageStructureConverter to control message parsing. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.#ctor |
Initializes a new Options instance. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.Add_NoneStandardSegmentToRoot |
Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.Forgive_IncompleteMessage |
Boolean accessor and setter to allow or prevent the passing of incomplete messages. This situation arises when part of the message is parsed and the remaining segment is not. By default is set to false. Note: When Forgive_MissingMandatorySegments is set to true, Forgive_IncompleteMessage will be overridden. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.Forgive_MissingMandatorySegments |
Boolean accessor and setter for passing any messages that are missing a mandatory segment. By default this is set to false; |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.Ignore_NoneStandardSegment |
Boolean accessor and setter for overlooking unexpected segments. By default is set to true. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Options.Parse_RepeatableParentGroupFirst |
Boolean accessor and setter for parsing the parent's group first. When set to true the parser will try the current parent's group first. In ambiguous cases, the parser cannot decide if a segment belongs to a parent's group or not as a message maybe repeated or because it belongs to a group outside of the current parent. When set to false, the parser will try to match the segments further into the message structure first, then if it cannot find it, it will try to match the parent's group. By default Parse_RepeatableParentGroupFirst is set to true. |
Leadtools.Medical.HL7.V2x.Models.MessageStructureConverter.Parse_RepeatableParentGroupFirst |
Boolean accessor and setter for parsing the parent's group first. When set to true the parser will try the current parent's group first. In ambiguous cases, the parser cannot decide if a segment belongs to a parent's group or not as a message maybe repeated or because it belongs to a group outside of the current parent. When set to false, the parser will try to match the segments further into the message structure first, then if it cannot find it, it will try to match the parent's group. By default Parse_RepeatableParentGroupFirst is set to true. |
The following assembly has been added to LEADTOOLS For .NET v19:
Namespace | Description |
---|---|
Leadtools.Medical.HL7 | Includes classes, structures and enumerations for creating, parsing, and exchanging messages related to electronic health documents. |