new EntityName(copyData)
Represents a name for an entity
    In SanteDB an entity name is a structured object which is made up of multiple
            components. This allows SanteDB to store complex names without having to copy multiple
            name components into a single field.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| copyData | EntityName | Copy constructor (if present) | 
Properties:
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| externId | string | Gets or sets the external key for the object | ||||||||||||||||||||||||
| component | object | Gets or sets the individual component types Properties
 | ||||||||||||||||||||||||
| useModel | Concept | [Delay loaded from use], Gets or sets the name use | ||||||||||||||||||||||||
| use | string | Gets or sets the name use key(see: NameUseKeys for values) | ||||||||||||||||||||||||
| modifiedOn | Date | |||||||||||||||||||||||||
| source | string | |||||||||||||||||||||||||
| sourceModel | Entity | [Delay loaded from source], | ||||||||||||||||||||||||
| id | string | Gets or sets the primary identifying UUID of this object | ||||||||||||||||||||||||
| operation | BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) | ||||||||||||||||||||||||
| $type | string | Gets the type registration of this object | 
Extends
Members
component :object
Gets or sets the individual component types
Type:
- object
externId :string
Gets or sets the external key for the object
Type:
- string
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Entity
Type:
- Overrides:
- Source:
use :string
Gets or sets the name use key
Type:
- string