be.ehealth.business.mycarenetcommons.domain
Class Party
java.lang.Object
be.ehealth.business.mycarenetcommons.domain.Party
- Direct Known Subclasses:
- CareProvider
public class Party
- extends Object
contains the data for a mycarenet PartyType. which is either a physcial persond and/or an organization. cfr documentation from mycarenet
:
This type is used to identify a legal entity. This is either: a physical person, an organization or a physical person at an organization.
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 Summary |
Party()
|
Party
public Party()
getPhysicalPerson
public Identification getPhysicalPerson()
- Returns:
- the physicalPerson
setPhysicalPerson
public void setPhysicalPerson(Identification physicalPerson)
- Parameters:
physicalPerson
- the physicalPerson to set
getOrganization
public Identification getOrganization()
- Returns:
- the organization
setOrganization
public void setOrganization(Identification organization)
- Parameters:
organization
- the organization to set
Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.