Click or drag to resize

MessageUtils Class

Represents a query parsers utils
Inheritance Hierarchy
SystemObject
  SanteDB.Messaging.HL7.UtilsMessageUtils

Namespace:  SanteDB.Messaging.HL7.Utils
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public static class MessageUtils

The MessageUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEncodeMessage
Encode the specified message
Public methodStatic memberParseMessage
Parse a message
Public methodStatic memberParseQueryElement
Rewrite a QPD query to an HDSI query
Public methodStatic memberSetDefault(SFT)
Add software information
Public methodStatic memberSetDefault(MSH, MSH)
Update the MSH on the specified MSH segment
Public methodStatic memberSetDefault(MSH, String, String, String)
Update the MSH on the specified MSH segment
Top
See Also