Class MedicalCertificatePatientInfoFieldType
- Namespace
- IO.Scanbot.Sdk.Medicalcertificate
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/medicalcertificate/MedicalCertificatePatientInfoFieldType", DoNotGenerateAcw = true)]
public sealed class MedicalCertificatePatientInfoFieldType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
MedicalCertificatePatientInfoFieldType
- Implements
-
- Inherited Members
-
Properties
AddressString1
[Register("ADDRESS_STRING1")]
public static MedicalCertificatePatientInfoFieldType AddressString1 { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
AddressString2
[Register("ADDRESS_STRING2")]
public static MedicalCertificatePatientInfoFieldType AddressString2 { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Diagnose
[Register("DIAGNOSE")]
public static MedicalCertificatePatientInfoFieldType Diagnose { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
DoctorNumber
[Register("DOCTOR_NUMBER")]
public static MedicalCertificatePatientInfoFieldType DoctorNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
FirstName
[Register("FIRST_NAME")]
public static MedicalCertificatePatientInfoFieldType FirstName { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
HealthInsuranceNumber
[Register("HEALTH_INSURANCE_NUMBER")]
public static MedicalCertificatePatientInfoFieldType HealthInsuranceNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
InsuranceProvider
[Register("INSURANCE_PROVIDER")]
public static MedicalCertificatePatientInfoFieldType InsuranceProvider { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
InsuredPersonNumber
[Register("INSURED_PERSON_NUMBER")]
public static MedicalCertificatePatientInfoFieldType InsuredPersonNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
LastName
[Register("LAST_NAME")]
public static MedicalCertificatePatientInfoFieldType LastName { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
PlaceOfOperationNumber
[Register("PLACE_OF_OPERATION_NUMBER")]
public static MedicalCertificatePatientInfoFieldType PlaceOfOperationNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Status
[Register("STATUS")]
public static MedicalCertificatePatientInfoFieldType Status { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Undefined
[Register("UNDEFINED")]
public static MedicalCertificatePatientInfoFieldType Undefined { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/medicalcertificate/MedicalCertificatePatientInfoFieldType;", "")]
public static MedicalCertificatePatientInfoFieldType FromJson(string json)
Parameters
json string
Returns
- MedicalCertificatePatientInfoFieldType
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/medicalcertificate/MedicalCertificatePatientInfoFieldType;", "")]
public static MedicalCertificatePatientInfoFieldType ValueOf(string value)
Parameters
value string
Returns
- MedicalCertificatePatientInfoFieldType
Values()
[Register("values", "()[Lio/scanbot/sdk/medicalcertificate/MedicalCertificatePatientInfoFieldType;", "")]
public static MedicalCertificatePatientInfoFieldType[] Values()
Returns
- MedicalCertificatePatientInfoFieldType[]