Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HL7 processing - what is a Class? - .net newbie

Status
Not open for further replies.

ericksoda

Programmer
Oct 22, 2001
60
US
I am writing a program to read HL7 messages from a file and then load the data into a database. I have a program like this working in VB6, but want to use vb.net for this one.

What are the classes I would use? The message (file)? Each segment in the message(MSH, EVN, PID,...)? What would the methods be? My thoughts would be: Read the file, but then would that method execute the methods from the Patient Class?

When processing the record, there are a few entities like Patient, Visit, Observation, etc. Should they be classes,also? What methods would there be?

Thanks for any help!

David

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top