Hie.Core.Model.Hl7ToXmlConverter.GetSubComponents C# (CSharp) Méthode

GetSubComponents() private static méthode

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