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.0 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringField
companyName
The name of the company that provides the healthcare plan.protected List<HealthcareCardV1Copay>
copays
Is a fixed amount for a covered service.protected List<StringField>
dependents
The list of dependents covered by the healthcare plan.protected DateField
enrollmentDate
The date when the member enrolled in the healthcare plan.protected StringField
groupNumber
The group number associated with the healthcare plan.protected StringField
issuer80840
The organization that issued the healthcare plan.protected StringField
memberId
The unique identifier for the member in the healthcare system.protected StringField
memberName
The name of the member covered by the healthcare plan.protected StringField
payerId
The unique identifier for the payer in the healthcare system.protected StringField
rxBin
The BIN number for prescription drug coverage.protected StringField
rxGrp
The group number for prescription drug coverage.protected StringField
rxPcn
The 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 boolean
canEqual(Object other)
boolean
equals(Object o)
StringField
getCompanyName()
The name of the company that provides the healthcare plan.List<HealthcareCardV1Copay>
getCopays()
Is a fixed amount for a covered service.List<StringField>
getDependents()
The list of dependents covered by the healthcare plan.DateField
getEnrollmentDate()
The date when the member enrolled in the healthcare plan.StringField
getGroupNumber()
The group number associated with the healthcare plan.StringField
getIssuer80840()
The organization that issued the healthcare plan.StringField
getMemberId()
The unique identifier for the member in the healthcare system.StringField
getMemberName()
The name of the member covered by the healthcare plan.StringField
getPayerId()
The unique identifier for the payer in the healthcare system.StringField
getRxBin()
The BIN number for prescription drug coverage.StringField
getRxGrp()
The group number for prescription drug coverage.StringField
getRxPcn()
The PCN number for prescription drug coverage.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
companyName
protected StringField companyName
The name of the company that provides the healthcare plan.
-
copays
protected List<HealthcareCardV1Copay> copays
Is a fixed amount for a covered service.
-
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.
-
rxBin
protected StringField rxBin
The BIN number for prescription drug coverage.
-
rxGrp
protected StringField rxGrp
The group 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:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
getCompanyName
public StringField getCompanyName()
The name of the company that provides the healthcare plan.
-
getCopays
public List<HealthcareCardV1Copay> getCopays()
Is a fixed amount for a covered service.
-
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.
-
getRxBin
public StringField getRxBin()
The BIN number for prescription drug coverage.
-
getRxGrp
public StringField getRxGrp()
The group number for prescription drug coverage.
-
getRxPcn
public StringField getRxPcn()
The PCN number for prescription drug coverage.
-
canEqual
protected boolean canEqual(Object other)
-
-