Package org.ehrbase.service
Interface PartyService
- All Known Implementing Classes:
PartyServiceImp
public interface PartyService
- Author:
- Stefan Spiska
-
Method Summary
Modifier and TypeMethodDescriptionfindOrCreateParty(com.nedap.archie.rm.generic.PartyProxy partyProxy) Trys to find a Party matchingpartyProxyotherwise creates it.
-
Method Details
-
findOrCreateParty
Trys to find a Party matchingpartyProxyotherwise creates it.- Parameters:
partyProxy-- Returns:
UUIDof the corresponding DB object.
-