DEMedicalPlanDocument class
German medical plan barcode parsed document
- Inheritance
-
- Object
- BarcodeFormattedResult
- DEMedicalPlanDocument
- Annotations
-
- @JsonSerializable(createFactory: true, includeIfNull: false, explicitToJson: true)
Constructors
-
DEMedicalPlanDocument(String? guid, int? currentPage, int? totalNumberOfPages, String? documentVersionNumber, String? patchVersionNumber, String? languageCountryCode, DEMedicalPlanPatientInformation? patient, DEMedicalPlanDoctorInformation? doctor, List<
DEMedicalPlanStandardSubheading> ? subheadings) -
DEMedicalPlanDocument.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currentPage ↔ int?
-
Current page index
getter/setter pair
- doctor ↔ DEMedicalPlanDoctorInformation?
-
Doctor information
getter/setter pair
- documentFormat ↔ String
-
getter/setter pairinherited
- documentVersionNumber ↔ String?
-
Document version
getter/setter pair
- guid ↔ String?
-
Document ID
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCountryCode ↔ String?
-
Language and country code
getter/setter pair
- patchVersionNumber ↔ String?
-
Patch version
getter/setter pair
- patient ↔ DEMedicalPlanPatientInformation?
-
Patient information
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subheadings
↔ List<
DEMedicalPlanStandardSubheading> ? -
Treatment subheadings
getter/setter pair
- totalNumberOfPages ↔ int?
-
Total number of pages
getter/setter pair
Methods
-
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
Constants
- DOCUMENT_FORMAT → const String