Package io.scanbot.mcscanner.model
Class McPatientInfoField
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class McPatientInfoField implements Parcelable
Represents an item of the patient info
-
-
Field Summary
Fields Modifier and Type Field Description private final McPatientInfoFieldTypepatientInfoFieldTypeprivate final Stringvalueprivate final DoubleconfidenceValue
-
Constructor Summary
Constructors Constructor Description McPatientInfoField(Integer patientInfoFieldType, String value, Double confidenceValue)McPatientInfoField(McPatientInfoFieldType patientInfoFieldType, String value, Double confidenceValue)
-
Method Summary
Modifier and Type Method Description final McPatientInfoFieldTypegetPatientInfoFieldType()final StringgetValue()final DoublegetConfidenceValue()-
-
Method Detail
-
getPatientInfoFieldType
final McPatientInfoFieldType getPatientInfoFieldType()
-
getConfidenceValue
final Double getConfidenceValue()
-
-
-
-