SchemaTherapeuticProcedure constructor

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

Create a new instance of SchemaTherapeuticProcedure

Implementation

SchemaTherapeuticProcedure({
  this.adverseOutcome,
  this.doseSchedule,
  this.drug,
  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,
});