POST api/Mcc/PostPatientEMR
Request Information
URI Parameters
None.
Body Parameters
InputPatientDataName | Description | Type | Additional information |
---|---|---|---|
pstPatientName | string |
Matching regular expression pattern: ([A-z0-9À-ΕΎ\s\/]){2,} |
|
pstNric_Passport | string |
Matching regular expression pattern: ^[a-zA-Z\d-_]+$ |
|
pstVisitID | string |
Matching regular expression pattern: ^[a-zA-Z0-9]*$ |
|
pstMRN | string |
Matching regular expression pattern: ^[0-9]+$ |
|
pstProviderCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstPatientName": "sample string 1", "pstNric_Passport": "sample string 2", "pstVisitID": "sample string 3", "pstMRN": "sample string 4", "pstProviderCode": "sample string 5" }
application/xml, text/xml
Sample:
<MccModels.InputPatientData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Models"> <pstMRN>sample string 4</pstMRN> <pstNric_Passport>sample string 2</pstNric_Passport> <pstPatientName>sample string 1</pstPatientName> <pstProviderCode>sample string 5</pstProviderCode> <pstVisitID>sample string 3</pstVisitID> </MccModels.InputPatientData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.