import View from "@/components/View"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import ArtLink from "@/components/ArtLink"; import CenterView from "@/components/CenterView"; import docWithClip from "@/public/content/doctor_w_clipboard.jpg"; import { default as Image } from "next-image-export-optimizer"; const ArtsForDocs = () => { return (

Articles
For Doctors

Osteopathy

Articles
  • Head Pain
  • Neural Biological Mechanisms
  • The Basics of Intervertebral Disc Herniation
  • Cranial Manipulation
  • The Trauma of Birth
Resources
  • Feely's Abridged Osteopathic Dictionary
  • OMT Codes
  • DRG/OMT Chart [PDF]{" "}

Acupuncture

Articles
  • Five Element Acupuncture
  • Acupuncture Letter
Resources
  • Point Categories [PDF]{" "}
  • International Acupuncture Bibliography
  • Acupuncture References

Neuro Ocular Release

  • Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "}
Doctor holding clipboard
); }; export default ArtsForDocs;