SchemaDiagnosticProcedure constructor

SchemaDiagnosticProcedure({
  1. String? bodyLocation,
  2. String? followup,
  3. String? howPerformed,
  4. dynamic preparation,
  5. SchemaMedicalProcedureType? procedureType,
  6. dynamic status,
  7. SchemaMedicalCode? code,
  8. SchemaGrant? funding,
  9. SchemaMedicalGuideline? guideline,
  10. dynamic legalStatus,
  11. SchemaMedicineSystem? medicineSystem,
  12. SchemaOrganization? recognizingAuthority,
  13. SchemaMedicalSpecialty? relevantSpecialty,
  14. SchemaMedicalStudy? study,
  15. String? additionalType,
  16. String? alternateName,
  17. dynamic description,
  18. String? disambiguatingDescription,
  19. dynamic identifier,
  20. dynamic image,
  21. dynamic mainEntityOfPage,
  22. String? name,
  23. SchemaAction? potentialAction,
  24. String? sameAs,
  25. dynamic subjectOf,
  26. String? url,
})

Create a new instance of SchemaDiagnosticProcedure

Implementation

SchemaDiagnosticProcedure({
  this.bodyLocation,
  this.followup,
  this.howPerformed,
  this.preparation,
  this.procedureType,
  this.status,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});