here is how
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#save-as

On Tue, Feb 10, 2009 at 12:04 PM, Marco Bazzani
<alfred.einst...@gmail.com> wrote:
> you can open a patient modify it and save it as new
>
> On Tue, Feb 10, 2009 at 4:00 AM, Adam Woodbeck <adam.woodb...@gmail.com> 
> wrote:
>>
>> Would it be possible to extend the ModelForm for my encounter model,
>> automatically filling the form when I add a new entry?
>>
>> On Feb 9, 9:51 pm, Adam Woodbeck <adam.woodb...@gmail.com> wrote:
>>> I'm building my first Django app and I've run into a roadblock.  I'm
>>> hoping someone with more knowledge of django 1.0 can point me in the
>>> right direction.
>>>
>>> What the app does is allow me to enter SOAP notes for each of my daily
>>> patient encounters.  A good amount of the data I enter from visit to
>>> visit is redundant.  So I'm looking to cut down on the amount of
>>> typing required each time I add a new patient encounter record through
>>> the admin interface.  Is there any way to prepopulate a patient's
>>> encounter in the admin interface using data from the patient's
>>> previous encounter?
>>>
>>> Adam
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to