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: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public List<ActIdentifier> Identifiers { get; set; }

Property Value

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