Click or drag to resize
Virtual Care PersonName Class

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

The name of the individual. FHIR HL-7-compatible.
Inheritance Hierarchy
SystemObject
  SnapMD.VirtualCare.ApiModelsPersonName

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public class PersonName

The PersonName type exposes the following members.

Constructors
  NameDescription
Public methodPersonName
Initializes a new instance of the PersonName class
Top
Properties
  NameDescription
Public propertyFamily
Family name (often called 'Surname', or 'last name' in many cultures). Hyphenated or comma-separated values accepted.
Public propertyGiven
Given names (not always 'first'). Includes middle names. Comma-separated values accepted.
Public propertyPrefix
Parts that come before the name. Comma-separated values accepted.
Public propertySuffix
Parts that come after the name. Comma-separated values accepted.
Public propertyText
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also