I'm trying to call a soap method with suds.
The parameter however is not straight forward.


queryContent (
    xs:string mpiId, 
    tmPidAndIssuer[] idsAndIssuers, 
    tmPersonName name, 
    xs:string patientAge, 
    tmAccessionNumberAndIssuer accNumAndIssuer, 
    xs:string studyUID,
    xs:string studyID, 
    tmDateRange studyDateRange, 
    xs:string studyDescription, 
    xs:string[] modalities, 
    xs:string stmo, 
    xs:string folderName, 
    xs:string folderDescription, 
    tmDateRange folderDateRange, 
    xs:string[] labels
)

What are these xs: ?
there seems to be other other types defined here that I'm not sure what they 
are.

      

-- 

------------------------------
If you believe you have received this electronic transmission in error, 
please notify the original sender of this email and destroy all copies of 
this communication.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to