Python Forum
Function to Select a Date
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Function to Select a Date
#2
Are these scanned paper records? EHRs typically have a field for the date of service, so if this is unstructured as you say I'm guessing you are speaking of scanned records.

If scanned, have they been through OCR so you are working with text, or just the images?

More assumptions - it sounds like you have text. Next challenge is that dates can be part of a note, not just identifying the date of service. "Patient seen today for followup of appendectomy performed 5/1/2023" for example. Also, you would need to handle multiple formats - some people use 5-1-23, some use slashes, some put the year first.

Can you give more specifics?
Reply


Messages In This Thread
Function to Select a Date - by standenman - May-06-2023, 07:11 PM
RE: Function to Select a Date - by jefsummers - May-08-2023, 12:07 PM
RE: Function to Select a Date - by standenman - May-08-2023, 07:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  replace nan values by mean group by date.year, date.month wissam1974 5 8,666 Feb-19-2020, 06:25 PM
Last Post: AnkitGupta
  Finding date count from a list of date range in pandas trillerducas72 0 2,809 May-24-2018, 02:30 AM
Last Post: trillerducas72

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020