Package io.scanbot.mcscanner.model
Class PatientInfoBox
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PatientInfoBox implements Parcelable
Structure to contain full information about found box
-
-
Field Summary
Fields Modifier and Type Field Description public final List<McPatientInfoField>
fields
public final Boolean
hasContents
-
Constructor Summary
Constructors Constructor Description PatientInfoBox(List<McPatientInfoField> fields, Boolean hasContents)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
PatientInfoBox
PatientInfoBox(List<McPatientInfoField> fields, Boolean hasContents)
-
-
-
-