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 McPatientInfoFieldType
patientInfoFieldType
private final String
value
private final Double
confidenceValue
-
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 McPatientInfoFieldType
getPatientInfoFieldType()
final String
getValue()
final Double
getConfidenceValue()
-
-
Method Detail
-
getPatientInfoFieldType
final McPatientInfoFieldType getPatientInfoFieldType()
-
getConfidenceValue
final Double getConfidenceValue()
-
-
-
-