DaniArj1980

Results 11 comments of DaniArj1980

Thank you very much, our idea is to import functionalities to store, modify and send responses to questionnaires on a FHIR server, as well as display them on the frontend....

Hello, Running the "npm install lforms" command in a new project. Defining the following code in Angular in app.component.ts. ![image](https://github.com/lhncbc/lforms/assets/164068691/89f5977d-5b6c-4dc9-a216-2a1e63140b46). I am invoking the script with the libraries in the...

Our problem is that we want to create an Angular project which uses part of the lforms functionality, do we need to make calls like, for example, LForms.Util.addFormToPage(fhirQ, 'formContainer'); We...

Hello, - Adding "declare var LForms: any;" It does not work since it does not interpret LForm as being of type lform and does not have access to its functionality....

Hello, If I declare it inside the typescript file. It compiles for me, but it doesn't do anything because it can't find that function. ![image](https://github.com/lhncbc/lforms/assets/164068691/8d67869f-77ff-4b04-84a4-00812731c02f)

I have made the following change: ![image](https://github.com/lhncbc/lforms/assets/164068691/9390e55f-8a4a-4a82-914f-125d44320d65) And in the browser console the following is displayed. ![image](https://github.com/lhncbc/lforms/assets/164068691/953e9393-2ceb-4129-b78c-c60d01fef353)

He does it like this. ![image](https://github.com/lhncbc/lforms/assets/164068691/8585ab66-f1bf-43b7-8715-fa35394ccf51) I don't know if you mean if it does it in the head or in the body, I have tried loading it in the...

Would this capture work for you or what do you need?c ![image](https://github.com/lhncbc/lforms/assets/164068691/e10bb054-1406-445c-923b-bd4b07713071) After commenting on the line you mentioned, it shows the following, ![image](https://github.com/lhncbc/lforms/assets/164068691/f9e563d4-9e89-4612-80d7-0f43b23fdc1e) And the console doesn't allow access...

Hello, I've gotten the code to work, but it doesn't run until after loading the index page.From the console you can see that you can now access the library. ![image](https://github.com/lhncbc/lforms/assets/164068691/fa4d9f8c-2ee8-462a-bda6-c4263a2fd15e)...

Hello, I wanted to make a query, I managed to paint a form of my own by invoking the function LForms.Util.addFormToPage(fhirQ, 'formContainer'); It shows me the following: ![image](https://github.com/lhncbc/lforms/assets/164068691/826d0bba-b2e8-4850-b6a1-8a5003817668) It would...