Click or drag to resize
Virtual Care PersonNameText Property

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

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.

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public virtual string Text { get; set; }

Property Value

Type: String
The text.
See Also