public class Identification extends Object
A legal entity is identified by a name (optional) and a unique number. Currently this can be one of the following: SSIN (physical person only), NIHII (health institute only) or CBE (enterprise only).
| Constructor and Description |
|---|
Identification() |
Identification(String name) |
Identification(String name,
Nihii nihii,
String ssin,
String cbe) |
public Identification()
public Identification(String name)
name - public void setName(String name)
name - the name to setpublic String getName()
public Nihii getNihii()
public void setNihii(Nihii nihii)
nihii - the nihii to setpublic String getSsin()
public void setSsin(String ssin)
ssin - the ssin to setpublic String getCbe()
public void setCbe(String cbe)
cbe - the cbe to set
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.