-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DCPatientInfoField implements Parcelable
Represents an item of the patient info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDCPatientInfoField.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DCPatientInfoFieldTypepatientInfoFieldTypeprivate final Stringvalueprivate final DoubleconfidenceValue
-
Constructor Summary
Constructors Constructor Description DCPatientInfoField(Integer patientInfoFieldType, String value, Double confidenceValue)DCPatientInfoField(DCPatientInfoFieldType patientInfoFieldType, String value, Double confidenceValue)
-
Method Summary
Modifier and Type Method Description final DCPatientInfoFieldTypegetPatientInfoFieldType()final StringgetValue()final DoublegetConfidenceValue()-
-
Method Detail
-
getPatientInfoFieldType
final DCPatientInfoFieldType getPatientInfoFieldType()
-
getConfidenceValue
final Double getConfidenceValue()
-
-
-
-