Package hdi.model
Class ProvidersUtils
java.lang.Object
hdi.model.ProvidersUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrgOrPerson
findClaimProvider
(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim) static List
<OrgOrPerson> findClaimProviders
(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim) static OrgOrPerson
findLineOrClaimProvider
(EntityRole entityRole, ServiceLine serviceLine, hdi.model.claim.ClaimTransaction claim) static OrgOrPerson
findProvider
(EntityRole entityRole, Collection<OrgOrPerson> providers)
-
Constructor Details
-
ProvidersUtils
public ProvidersUtils()
-
-
Method Details
-
findLineOrClaimProvider
public static OrgOrPerson findLineOrClaimProvider(EntityRole entityRole, ServiceLine serviceLine, hdi.model.claim.ClaimTransaction claim) -
findClaimProvider
public static OrgOrPerson findClaimProvider(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim) -
findProvider
-
findClaimProviders
public static List<OrgOrPerson> findClaimProviders(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim)
-