Class HealthcareCardV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.us.healthcarecard.HealthcareCardV1Document
-
public class HealthcareCardV1Document extends Prediction
Healthcare Card API version 1.3 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringFieldcompanyNameThe name of the company that provides the healthcare plan.protected List<HealthcareCardV1Copay>copaysCopayments for covered services.protected List<StringField>dependentsThe list of dependents covered by the healthcare plan.protected DateFieldenrollmentDateThe date when the member enrolled in the healthcare plan.protected StringFieldgroupNumberThe group number associated with the healthcare plan.protected StringFieldissuer80840The organization that issued the healthcare plan.protected StringFieldmemberIdThe unique identifier for the member in the healthcare system.protected StringFieldmemberNameThe name of the member covered by the healthcare plan.protected StringFieldpayerIdThe unique identifier for the payer in the healthcare system.protected StringFieldplanNameThe name of the healthcare plan.protected StringFieldrxBinThe BIN number for prescription drug coverage.protected StringFieldrxGrpThe group number for prescription drug coverage.protected StringFieldrxIdThe ID number for prescription drug coverage.protected StringFieldrxPcnThe PCN number for prescription drug coverage.
-
Constructor Summary
Constructors Constructor Description HealthcareCardV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringFieldgetCompanyName()The name of the company that provides the healthcare plan.List<HealthcareCardV1Copay>getCopays()Copayments for covered services.List<StringField>getDependents()The list of dependents covered by the healthcare plan.DateFieldgetEnrollmentDate()The date when the member enrolled in the healthcare plan.StringFieldgetGroupNumber()The group number associated with the healthcare plan.StringFieldgetIssuer80840()The organization that issued the healthcare plan.StringFieldgetMemberId()The unique identifier for the member in the healthcare system.StringFieldgetMemberName()The name of the member covered by the healthcare plan.StringFieldgetPayerId()The unique identifier for the payer in the healthcare system.StringFieldgetPlanName()The name of the healthcare plan.StringFieldgetRxBin()The BIN number for prescription drug coverage.StringFieldgetRxGrp()The group number for prescription drug coverage.StringFieldgetRxId()The ID number for prescription drug coverage.StringFieldgetRxPcn()The PCN number for prescription drug coverage.inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()
-
-
-
Field Detail
-
companyName
protected StringField companyName
The name of the company that provides the healthcare plan.
-
copays
protected List<HealthcareCardV1Copay> copays
Copayments for covered services.
-
dependents
protected List<StringField> dependents
The list of dependents covered by the healthcare plan.
-
enrollmentDate
protected DateField enrollmentDate
The date when the member enrolled in the healthcare plan.
-
groupNumber
protected StringField groupNumber
The group number associated with the healthcare plan.
-
issuer80840
protected StringField issuer80840
The organization that issued the healthcare plan.
-
memberId
protected StringField memberId
The unique identifier for the member in the healthcare system.
-
memberName
protected StringField memberName
The name of the member covered by the healthcare plan.
-
payerId
protected StringField payerId
The unique identifier for the payer in the healthcare system.
-
planName
protected StringField planName
The name of the healthcare plan.
-
rxBin
protected StringField rxBin
The BIN number for prescription drug coverage.
-
rxGrp
protected StringField rxGrp
The group number for prescription drug coverage.
-
rxId
protected StringField rxId
The ID number for prescription drug coverage.
-
rxPcn
protected StringField rxPcn
The PCN number for prescription drug coverage.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:PredictionReturnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException- Specified by:
isEmptyin classPrediction
-
getCompanyName
public StringField getCompanyName()
The name of the company that provides the healthcare plan.
-
getCopays
public List<HealthcareCardV1Copay> getCopays()
Copayments for covered services.
-
getDependents
public List<StringField> getDependents()
The list of dependents covered by the healthcare plan.
-
getEnrollmentDate
public DateField getEnrollmentDate()
The date when the member enrolled in the healthcare plan.
-
getGroupNumber
public StringField getGroupNumber()
The group number associated with the healthcare plan.
-
getIssuer80840
public StringField getIssuer80840()
The organization that issued the healthcare plan.
-
getMemberId
public StringField getMemberId()
The unique identifier for the member in the healthcare system.
-
getMemberName
public StringField getMemberName()
The name of the member covered by the healthcare plan.
-
getPayerId
public StringField getPayerId()
The unique identifier for the payer in the healthcare system.
-
getPlanName
public StringField getPlanName()
The name of the healthcare plan.
-
getRxBin
public StringField getRxBin()
The BIN number for prescription drug coverage.
-
getRxGrp
public StringField getRxGrp()
The group number for prescription drug coverage.
-
getRxId
public StringField getRxId()
The ID number for prescription drug coverage.
-
getRxPcn
public StringField getRxPcn()
The PCN number for prescription drug coverage.
-
canEqual
protected boolean canEqual(Object other)
-
-