GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




store genopro files into a data base (rdbms)

Click to view RSS...
Author interoperability with a electonic medical records
Posted Wednesday, May 11, 2016 - Post #37034
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members
GenoPro version: 1.99c

Last Login: Wednesday, May 11, 2016
Posts: 1, Visits: 2
There is the ability to save files GenoPro within a database engine ?, We would like to store the Genograms in the same database where we have our patient clinical information . Is this possible ?, as it should be development ?, on our part, a community or a centralized project?. It is possible to use the SDK or API to GenoPro to do this?

Tags:

Edited: Thursday, May 12, 2016 by GenoProSupport
Posted Thursday, May 12, 2016 - Post #37035
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Monday, March 25, 2024
Posts: 4,880, Visits: 22,749
The documentation is available at http://www.genopro.com/sdk/external-storage/

This documentation needs to be slightly updated, as the name was changed from "External Storage" to "Database Storage".

In summary, in the Options dialog, you need to specify a URL for the WebsSrvice of your server.  Then restart GenoPro for the changes to take effect.

You will see in the File menu the options to Open from Database and Save to Database.

On your server, you need to implement the following four WebMethods:
  1. FilesList - To list all the files available on the server.  This method is called when the user wants open a file from the database.
  2. FileOpen - To open a specific file.  The server must send the file data on the network wire so GenoPro can receive it.
  3. FileSave - When you click on the Save button, GenoPro calls FileSave with the file data.  The server receives the data and write it on its internal storage, either a file on the server or a database.
  4. FileDelete - The user may click on the Delete File button to delete a specific file on the server.
A sample source code is available at the bottom of page http://www.genopro.com/sdk/external-storage/
To save to a RDBMS, implement the WebMethods to load and store into the DB.
Posted Friday, October 7, 2022 - Post #42490
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members

Last Login: Friday, October 7, 2022
Posts: 2, Visits: 3
Thank you for this. Was able to ask the same since I am struggling on how to save files GenoPro within a database engine but it seems it answered it here. pos system micros
Posted Wednesday, April 5, 2023 - Post #42972
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members

Last Login: Thursday, July 6, 2023
Posts: 1, Visits: 3

Yes, it is possible to save GenoPro files within a database engine. GenoPro has an SDK (Software Development Kit) that allows developers to build custom applications that integrate with GenoPro's functionality. This SDK provides an API (Application Programming Interface) that can be used to develop custom solutions that can be integrated with a database engine.

To store Genograms within a database engine, you would need to develop a custom solution that uses the GenoPro API to create, read, update, and delete Genogram data within the database. This could be developed by your organization, a community of developers, or a centralized project.

You would need to have knowledge of programming and database management to develop such a solution. The GenoPro API documentation provides guidance on how to use the API to build custom solutions. You may also want to consult with a software developer or database administrator to ensure that your solution is secure and scalable. cast iron cleaning fort lauderdale



Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse