C# Class Hie.Core.Model.Hl7ToXmlConverter

Mostrar archivo Open project: NiclasOlofsson/HIE Class Usage Examples

Public Methods

Method Description
ConvertToXml ( string sHL7 ) : XmlDocument

Private Methods

Method Description
CreateXmlDoc ( ) : XmlDocument
GetComponents ( string s ) : string[]
GetMessgeFields ( string s ) : string[]
GetRepetitions ( string s ) : string[]
GetSubComponents ( string s ) : string[]
SetText ( XmlElement componentEl, string innerText ) : void

Method Details

ConvertToXml() public static method

public static ConvertToXml ( string sHL7 ) : XmlDocument
sHL7 string
return System.Xml.XmlDocument