C#
VB
C++
Utility function converts a name value string containing one or more Person Name to a PersonNameComponent array.
public static PersonNameComponent[] GetPersonNameComponents(
string nameValue
)
Public Shared Function GetPersonNameComponents(
ByVal nameValue As String
) As PersonNameComponent()
public:
static array<PersonNameComponent^>^ GetPersonNameComponents(
String^ nameValue
)
nameValue
string containing one or more Person Name (of the Value Representation Person Name)
a PersonNameComponent array
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET