be.ehealth.business.mycarenetdomaincommons.domain
Class Identification
java.lang.Object
be.ehealth.business.mycarenetdomaincommons.domain.Identification
public class Identification
- extends Object
maps to the mycarenet IdType. cfr documentation from mycarenet :
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).
Identification
public Identification()
Identification
public Identification(String name)
- Parameters:
name -
Identification
public Identification(String name,
Nihii nihii,
String ssin,
String cbe)
- Parameters:
nihii - ssin - cbe -
setName
public void setName(String name)
- Parameters:
name - the name to set
getName
public String getName()
- Returns:
- the name
getNihii
public Nihii getNihii()
- Returns:
- the nihii
setNihii
public void setNihii(Nihii nihii)
- Parameters:
nihii - the nihii to set
getSsin
public String getSsin()
- Returns:
- the ssin
setSsin
public void setSsin(String ssin)
- Parameters:
ssin - the ssin to set
getCbe
public String getCbe()
- Returns:
- the cbe
setCbe
public void setCbe(String cbe)
- Parameters:
cbe - the cbe to set
Connector Packaging generic 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.