Initial import
This commit is contained in:
31
application/controllers/cpone/Patient.http
Normal file
31
application/controllers/cpone/Patient.http
Normal file
@@ -0,0 +1,31 @@
|
||||
POST https://{{host}}/cpone/patient/index
|
||||
Content-Type: "application/json"
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
###
|
||||
POST https://{{host}}/cpone/patient/generate_adm_patient
|
||||
Content-Type: "application/json"
|
||||
|
||||
{
|
||||
"date": "2023-07-11",
|
||||
"corporateID": 46
|
||||
}
|
||||
|
||||
###
|
||||
POST https://{{host}}/cpone/patient/insert_patient
|
||||
Content-Type: "application/json"
|
||||
|
||||
{
|
||||
"patientoldID": "0001170402882"
|
||||
}
|
||||
|
||||
###
|
||||
POST https://{{host}}/cpone/patient/patientloop
|
||||
Content-Type: "application/json"
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user