@AccessLevel(value=EXTERNAL)
public interface ChildrenHealthInsurancePlan
Modifier and Type | Method and Description |
---|---|
curam.healthcare.sl.struct.CHIPHomeDetails |
readHomePageDetails(curam.healthcare.sl.struct.CaseIDKey caseIDKey)
Reads details to populate the children's health insurance program (CHIP)
home page.
|
curam.healthcare.sl.struct.DetailsPanelXML |
readPanelDetailsData(curam.healthcare.sl.struct.CaseIDKey caseIDKey)
Reads the context panel information related to the children's health
insurance program (CHIP).
|
@AccessLevel(value=EXTERNAL) curam.healthcare.sl.struct.CHIPHomeDetails readHomePageDetails(curam.healthcare.sl.struct.CaseIDKey caseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
The home page includes the following details:
caseIDKey
- The key of the children's health insurance program (CHIP)
product.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.healthcare.sl.struct.DetailsPanelXML readPanelDetailsData(curam.healthcare.sl.struct.CaseIDKey caseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
This context panel information includes:
caseIDKey
- The key of the children's health insurance program (CHIP)
product.curam.util.exception.AppException
curam.util.exception.InformationalException