Class MedicalCertificatePatientInfoFieldType
- Namespace
- IO.Scanbot.Sdk.MC
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MedicalCertificatePatientInfoFieldType : Enum
- Inheritance
-
MedicalCertificatePatientInfoFieldType
Properties
AddressString1
public static MedicalCertificatePatientInfoFieldType AddressString1 { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
AddressString2
public static MedicalCertificatePatientInfoFieldType AddressString2 { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Diagnose
public static MedicalCertificatePatientInfoFieldType Diagnose { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
DoctorNumber
public static MedicalCertificatePatientInfoFieldType DoctorNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
FirstName
public static MedicalCertificatePatientInfoFieldType FirstName { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
HealthInsuranceNumber
public static MedicalCertificatePatientInfoFieldType HealthInsuranceNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
InsuranceProvider
public static MedicalCertificatePatientInfoFieldType InsuranceProvider { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
InsuredPersonNumber
public static MedicalCertificatePatientInfoFieldType InsuredPersonNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
LastName
public static MedicalCertificatePatientInfoFieldType LastName { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
PlaceOfOperationNumber
public static MedicalCertificatePatientInfoFieldType PlaceOfOperationNumber { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Status
public static MedicalCertificatePatientInfoFieldType Status { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Undefined
public static MedicalCertificatePatientInfoFieldType Undefined { get; }
Property Value
- MedicalCertificatePatientInfoFieldType
Methods
FromJson(string)
public static MedicalCertificatePatientInfoFieldType FromJson(string json)
Parameters
json
string
Returns
- MedicalCertificatePatientInfoFieldType
ToJson()
Returns
- string
ValueOf(string)
public static MedicalCertificatePatientInfoFieldType ValueOf(string value)
Parameters
value
string
Returns
- MedicalCertificatePatientInfoFieldType
Values()
public static MedicalCertificatePatientInfoFieldType[] Values()
Returns
- MedicalCertificatePatientInfoFieldType[]