SchemaPalliativeProcedure constructor

SchemaPalliativeProcedure({
  1. String? bodyLocation,
  2. String? followup,
  3. String? howPerformed,
  4. dynamic preparation,
  5. SchemaMedicalProcedureType? procedureType,
  6. dynamic status,
  7. dynamic contraindication,
  8. SchemaMedicalTherapy? duplicateTherapy,
  9. SchemaMedicalEntity? seriousAdverseOutcome,
  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. SchemaMedicalEntity? adverseOutcome,
  19. SchemaDoseSchedule? doseSchedule,
  20. SchemaDrug? drug,
  21. String? additionalType,
  22. String? alternateName,
  23. dynamic description,
  24. String? disambiguatingDescription,
  25. dynamic identifier,
  26. dynamic image,
  27. dynamic mainEntityOfPage,
  28. String? name,
  29. SchemaAction? potentialAction,
  30. String? sameAs,
  31. dynamic subjectOf,
  32. String? url,
})

Create a new instance of SchemaPalliativeProcedure

Implementation

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