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