SchemaPalliativeProcedure constructor

SchemaPalliativeProcedure({
  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. dynamic contraindication,
  29. SchemaMedicalTherapy? duplicateTherapy,
  30. SchemaMedicalEntity? seriousAdverseOutcome,
  31. SchemaMedicalEntity? adverseOutcome,
  32. SchemaDoseSchedule? doseSchedule,
  33. SchemaDrug? drug,
})

Create a new instance of SchemaPalliativeProcedure

Implementation

SchemaPalliativeProcedure({
  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.contraindication,
  this.duplicateTherapy,
  this.seriousAdverseOutcome,
  this.adverseOutcome,
  this.doseSchedule,
  this.drug,
});