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

GetSubComponents() private static method

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