Hello,
We are developing a method to take two messages which have a list of data types. It is being defined as:
Class Mensajes.Response.HistoriaClinica.ConsultaCitasResponse Extends Ens.Response [ ProcedureBlock ]
{
Property informacion As EsquemasDatos.HistoriaClinica.Informacion;
Property datos As list Of EsquemasDatos.HistoriaClinica.ConsultaCitas;
Property error As EsquemasDatos.HistoriaClinica.Error;
}
Inside datos we have:
Class EsquemasDatos.HistoriaClinica.ConsultaCitas Extends (%Persistent, %XML.


.png)

