Hie.Core.Model.Hl7ToXmlConverter.GetMessgeFields C# (CSharp) Method

GetMessgeFields() private static method

private static GetMessgeFields ( string s ) : string[]
s string
return string[]
		private static string[] GetMessgeFields(string s)
		{
			return s.Split('|');
		}