InsuranceCard class
- Inheritance
-
- Object
- ButlerResult
- InsuranceCard
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- InsuranceCard()
- InsuranceCard.fromButlerResult(ButlerResult result)
-
factory
-
InsuranceCard.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confidenceScore ↔ String?
-
getter/setter pairinherited
- documentId ↔ String?
-
getter/setter pairinherited
- documentStatus ↔ String?
-
getter/setter pairinherited
- documentType ↔ String?
-
getter/setter pairinherited
- effectiveDate → String?
-
The Dates that this Health Insurance Card is in effect for
no setter
- fileName ↔ String?
-
getter/setter pairinherited
-
formFields
↔ List<
ButlerField> ? -
getter/setter pairinherited
- groupNumber → String?
-
The Group Number for this Health Insurance Card
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- idNumber → String?
-
The ID Number for this Health Insurance Card
no setter
- insurer → String?
-
The Insurer for this Health Insurance Card
no setter
- issuerId → String?
-
The Issuer ID for this Health Insurance Card
no setter
- memberName → String?
-
The Member Name for this Health Insurance Card
no setter
- mimeType ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxBin → String?
-
The Prescription Bank Identification Number (Rx BIN) for this Health Insurance Card
no setter
- rxGroup → String?
-
The Prescription Group Number (Rx Group) for this Health Insurance Card
no setter
- rxId → String?
-
The Prescription ID (Rx ID) for this Health Insurance Card
no setter
- rxPcn → String?
-
The Prescription Processor Control Number (Rx PCN) for this Health Insurance Card
no setter
- rxPlan → String?
-
The Prescription Plan (Rx Plan) for this Health Insurance Card
no setter
-
tables
↔ List<
ButlerTable> ? -
getter/setter pairinherited
- uploadId ↔ String?
-
The uploadId is used to delete the document and results after if needed.
getter/setter pairinherited
Methods
-
getField(
String fieldName) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited