luc662
d416dc97f7
cambios minimos para probar a futuro usar couchDB
2025-07-10 21:47:40 +00:00
FrancoPandolfo
843c6c94fc
Added matricula
2025-06-25 23:26:06 +00:00
FrancoPandolfo
cc8b7db5aa
Agrego matricula a receta y vacuna
2025-06-24 22:47:37 +00:00
FrancoPandolfo
0906252217
envio de id al backend simedi
2025-06-10 22:45:06 +00:00
FrancoPandolfo
2d3b46b741
fix get multiple recetetas para filtrar las que no estan borradas
2025-06-05 22:38:42 +00:00
FrancoPandolfo
d95af3b0f7
fix borrar receta
2025-06-05 22:23:15 +00:00
FrancoPandolfo
3b67b83d49
fix smart contract
2025-06-05 21:48:32 +00:00
FrancoPandolfo
1ff27ec0b6
se agrega funcion para soft delete de una receta
2025-06-05 21:37:02 +00:00
FrancoPandolfo
bf1784f61c
fix errors
2025-05-27 23:54:44 +00:00
luc662
9f8addf510
se agregaron las firmas y los campos del practicante para adaptarse al estandar FHIR
2025-05-22 22:57:25 +00:00
luc662
fbbc996b82
se arreglo el funcionamiento de el ejemplo basico de java
2025-05-17 21:51:33 +00:00
luc662
8e8cba0aa8
se eliminaron ejemplos no usados
2025-05-17 21:17:57 +00:00
FrancoPandolfo
27022c75e3
fix vacunas
2025-05-13 22:55:20 +00:00
FrancoPandolfo
496073053c
fix
2025-05-13 22:25:16 +00:00
luc662
54faad550f
cambios en sintaxis para validar ABM de vacunas
2025-05-13 22:15:12 +00:00
FrancoPandolfo
5008a13609
cambios para vacunas
2025-05-13 22:01:30 +00:00
FrancoPandolfo
09be144ced
fix recetas y vacunas
2025-05-07 22:43:59 +00:00
FrancoPandolfo
6d422441ff
fix endpoints
2025-04-10 23:45:57 +00:00
FrancoPandolfo
d7c6a7a77c
subo web config a app java
2025-04-08 23:17:45 +00:00
FrancoPandolfo
6b8fcf28c4
subo cors config
2025-04-08 22:52:48 +00:00
FrancoPandolfo
8cf57afda0
small fixes
2025-04-08 22:38:02 +00:00
luc662
44e3f4210d
se creo el endpoint para la vacuna y el smart contract
2025-04-06 16:14:42 +00:00
luc662
07d5d9e5f2
se agrega el endpoint y el smart contract de validar recetas
2025-04-05 21:31:18 +00:00
luc662
a70ef3b1cd
se agrega el endpoint para obtener recetas por DNI y estado
2025-04-05 21:04:00 +00:00
luc662
866a2ecb03
cambios en los parametros de los contratos, ahora se llaman recetas y no assets
2025-04-05 20:04:03 +00:00
FrancoPandolfo
462ad74cd2
Agrego lo necesario para devolver varios assets y el endpoint para devolver los assets para recetas
2025-04-03 23:22:29 +00:00
luc662
5f7ddaeb4a
se eliminaron applications-gateways inecesarios
2025-04-02 19:45:02 +00:00
luc662
356622a410
se arreglaron dependencias para poder correr
2025-04-02 19:40:48 +00:00
FrancoPandolfo
1d5d09175f
Agrego RecetaDto y AssetIdDto para que devuelva el controller
2024-08-27 20:41:59 -03:00
FrancoPandolfo
de9e40a101
Funciona el post y el get de recetas a hyper ledger
2024-08-27 19:51:27 -03:00
FrancoPandolfo
3f29718c54
algunos fixes, falta datetime
2024-08-24 15:36:03 -03:00
lucas bonfil
79da291bd1
se agrego la visualizacion de recetas y se arreglo la carga de recetas
2024-08-24 14:45:05 -03:00
lucas bonfil
1a302e2240
se creo un service para crear recetas
2024-08-22 19:25:18 -03:00
lucas bonfil
a5e88af0a7
actualizado el archivo para maven
2024-08-22 18:32:37 -03:00
lucas bonfil
97d1c87af5
se soluciono un error donde Asset era un .Java en lugar de un .java
2024-08-21 13:49:15 -03:00
lucas bonfil
7649753506
se creo un ejemplo en maven para el gateway asi podemos usar springboot
2024-08-21 13:41:09 -03:00
FrancoPandolfo
b86d813238
fix package import
2024-08-17 18:44:45 -03:00
FrancoPandolfo
d58e9891bb
fixed smart contract test
2024-08-17 17:37:43 -03:00
FrancoPandolfo
ababd668a4
Java gateway funcionando
2024-08-17 17:34:32 -03:00
FrancoPandolfo
39a99fbc37
Modificamos el contrato para que sea una receta
2024-07-18 20:58:08 -03:00
chinmayi
604a0a561b
Fix directory path for chaincode-external
...
Signed-off-by: chinmayi <chinmayishaan2316@gmail.com>
2024-06-24 16:27:16 -04:00
Mark S. Lewis
110e732259
Update Go chaincode to fabric-contract-api-go/v2
...
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-21 15:18:12 -04:00
Mark S. Lewis
7258b4f4ab
Add JavaScript asset-transfer-basic application
...
While the TypeScript application sample is essentially identical (with
the addition of some type declarations), there seems to be sufficient
uncertainty amongst JavaScript developers not familiar with TypeScript
on how best to implement a JavaScript application that it is worthwhile
having one plain JavaScript sample using the current client API.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-21 12:16:31 -04:00
Mark S. Lewis
76088d0273
Remove legacy sample applications
...
The removed samples make use of deprecated legacy client SDKs. They all
have equivalent samples implemented using the currently supported Fabric
Gateway client API, and are therefore redundant.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-19 10:38:52 -04:00
Mark S. Lewis
c077dae79c
Update TypeScript implementations
...
- Dependency updates
- ESLint flat configuration format, replacing deprecated configuration
- Minor fixes to compile and lint issues
- Consistent TypeScript formatting with .editorconfig
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-18 06:51:58 -04:00
Mark S. Lewis
29e695187a
Use more specific chaincode package versions
...
This demonstrates good practice in restricting the chaincode package
versions to those applicable for the specific Fabric (major/minor)
version targeted for deployment.
Also some corrections to the repository README. Particularly referring
to other branches for samples targeted at earlier Fabric versions, since
samples in the main branch may exploit features not available in older
Fabric releases, which can cause confusion for end users.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-14 00:24:08 -04:00
Mark S. Lewis
0ed34585e1
Update Node chaincode for v2.5.5 release
...
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-03 15:27:51 -04:00
Mark S. Lewis
d3e2a90ad5
Update test dependencies for Java chaincode
...
This resolves mocking errors using the latest Java chaincode shim and
very old versions of Mockito.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-05-21 22:19:39 -04:00
Mark S. Lewis
42b9b60ebc
Update Go gRPC dependency
...
grpc.Dial() is (soon to be) deprecated in current gRPC versions. Use grpc.NewClient() instead.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-04-24 16:24:37 +09:00
Tatsuya Sato
02bcb44ad4
Fix docs and scripts for asset-transfer-basic as an external service
...
Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2024-04-11 15:24:37 -04:00