object(stdClass)#2 (1) {
["return"]=>
object(stdClass)#3 (1) {
["PatientID"]=>
string(3) "811"
}
}
hello dears i want to get PatientID from this stdclass please help me how to get this from this class
Printable View
object(stdClass)#2 (1) {
["return"]=>
object(stdClass)#3 (1) {
["PatientID"]=>
string(3) "811"
}
}
hello dears i want to get PatientID from this stdclass please help me how to get this from this class
Looks like:
PHP Code:$topLevelObjectName->return->PatientID
Great very thankfull to you for this help