Hello community,
I'm trying to validate a HS.FHIRServer.Interop.Request received from an HS.FHIRServer.Interop.Service, which looks more or less like this example
.png)
It is quite intuitive to gain access to basic properties like
$$$TRACE("Request Method: " _ pRequest.Request.RequestMethod)
But when I try to get access to the AdditionalInfoItems (especially the 'ClientAddr' element) simplicity is over.
As $$$TRACE("Request contains " _ pRequest.Request.AdditionalInfo.Count() _ " Info items.") results in printout of a correct number of elements, a for loop
for tCount=1:1:pRequest.Request.