Class DEMedicalPlan.Subheading.Medicine.Substance
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Substance
public class DEMedicalPlan.Subheading.Medicine.Substance : GenericDocumentWrapper
- Inheritance
-
DEMedicalPlan.Subheading.Medicine.Substance
- Inherited Members
Constructors
Substance(GenericDocument)
public Substance(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
ActiveSubstance
Active Substance
public Field? ActiveSubstance { get; }
Property Value
Potency
Potency
public Field? Potency { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }