patient property
DEMedicalPlanPatient
get
patient
The child document of type "Patient".
Implementation
document_wrapper.DEMedicalPlanPatient get patient => document
.childByDocumentType("Patient")!
.let((child) => document_wrapper.DEMedicalPlanPatient(child));