SchemaTherapeuticProcedure constructor

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

Create a new instance of SchemaTherapeuticProcedure

Implementation

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