Show / Hide Table of Contents
View Source

Class PersonNameHelper

Inheritance
System.Object
PersonNameHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.Helpers
Assembly:EvilDICOM.dll
Syntax
public class PersonNameHelper

Methods

View Source

GetFirstName(String)

Declaration
public static string GetFirstName(string data)
Parameters
Type Name Description
System.String data
Returns
Type Description
System.String
View Source

GetLastName(String)

Declaration
public static string GetLastName(string data)
Parameters
Type Name Description
System.String data
Returns
Type Description
System.String
View Source

GetMiddleName(String)

Declaration
public static string GetMiddleName(string data)
Parameters
Type Name Description
System.String data
Returns
Type Description
System.String
View Source

SetFirstName(String, String)

Declaration
public static string SetFirstName(string data, string name)
Parameters
Type Name Description
System.String data
System.String name
Returns
Type Description
System.String
View Source

SetLastName(String, String)

Declaration
public static string SetLastName(string data, string name)
Parameters
Type Name Description
System.String data
System.String name
Returns
Type Description
System.String
View Source

SetMiddleName(String, String)

Declaration
public static string SetMiddleName(string data, string name)
Parameters
Type Name Description
System.String data
System.String name
Returns
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX