Click or drag to resize

ActIdentifiers Property

Identifiers by which this act is known

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public List<ActIdentifier> Identifiers { get; set; }

Property Value

Type: ListActIdentifier
Remarks

The identifiers property is used to collect identifiers issued by other systems which also maintian copies/links to it. The identifiers property, for example:

  • Accession numbers for the object on a PACS or RIS
  • Legal/Accounting tracking numbers
  • Original submission identification from third party systems

Identifiers are stored as a combinatin of an identity domain (the authority under which the identifier is issued) and the identifier value.

See Also