identifiers property
List<Identifier>
get
identifiers
Typically used for business / client identifiers. An identifier should identify a patient uniquely and unambiguously. However, iCure can't guarantee the uniqueness of those identifiers : This is something you need to take care of.
Implementation
List<Identifier> get identifiers;
set
identifiers
(List<Identifier> value)
Implementation
set identifiers(List<Identifier> value);