Click or drag to resize
Virtual Care PersonName Properties

[This is preliminary documentation and is subject to change.]

The PersonName type exposes the following members.

Properties
  Name Description
Public property Family
Family name (often called 'Surname', or 'last name' in many cultures). Hyphenated or comma-separated values accepted.
Public property Given
Given names (not always 'first'). Includes middle names. Comma-separated values accepted.
Public property Prefix
Parts that come before the name. Comma-separated values accepted.
Public property Suffix
Parts that come after the name. Comma-separated values accepted.
Public property Text
Gets or sets the Full Name. This should be input instead of calculated. For example, some cultures put Family Name and Given Name in a different order. Conversion utilities may coalesce a name based on fields already in record, but it might not the desired results.
Top
See Also