Table Description
Contract Provider Group Associate Link: Details of relationship between Provider Group Associate and Contract Version.

A Provider Group Associate can be related to one or more Contract Versions.

Example

Catholic Charities is a provider group, Carry's Day Care join the provider group from 1/1/2006 and want the group to receive payments on their behalf. A contract to deliver a physiotherapy service by the Carry's Day Care is specified here.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Provider::Contracts::ContractPGAssociateLink::Entity::ContractPGAssociateLink
Controlling File: CPM\model\Packages\Service Layer\Provider\Contracts\ContractPGAssociateLink\Entity\Entity_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractPGAssociateLinkIDkeynoThe unique system generated identifier for the contract provider group associate link record.INTERNAL_ID SVR_INT64
contractVersionIDdetailsyesThe unique system generated identifier for the contract version record.CONTRACT_VERSION_ID SVR_INT64
providerGroupAssociateIDdetailsyesThe unique system generated identifier for the provider group associate record.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ContractPGAssociateLink.contractVersionIDContractVersion.contractVersionID
ContractPGAssociateLink.providerGroupAssociateIDProviderGroupAssociate.providerGroupAssociateID
Indices (2)
Index NameAttributes
CntrtPGAsLnkCntrctVersnIDIdxcontractVersionID
CntrtPGAsLnkProvGrpAssoIDIdxproviderGroupAssociateID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: contractPGAssociateLinkID
Standard Operation 
readread Standard Operation 
searchByContractreadmulti   
removeremove Standard Operation 
searchByProviderGroupAssociatereadmulti <p> Returns ContractPGAssociateLinkDtlsList based on the ProviderGroupAssociateKey passed. </p> 
Related Pages (21)