New Blood Group





Label
Code
Code
  • Its unique reference of Blood Group.
  • Its a Mandatory input field
  • Allowed only alphanumeric and Space.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
BloodGroup
Blood Group
  • A classification system that determines whether a person's blood is compatible with another person's blood.
  • Its a Mandatory input field
  • Allowed Only Alphabets and + and -.
  • Space, dot and special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Edit Blood Group



Label
Code
Code
  • Its unique reference of Blood Group.
  • Its a view only not editable
BloodGroup
Blood Group
  • If edit blood group name here change and update.
  • Its a Mandatory input field.
  • Allowed Only Alphabets and + and -.
  • Space, dot and special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

View Blood Group



Delete Blood Group





Blood Groups List



Webservice

Get List

url: webservice.php?action=l&method=mcbgl
{"status":"success",
                            "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"OP",
                            "BloodGroup":"O+ive",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:21:02"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"ON",
                            "BloodGroup":"O-ive",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:21:13"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"AP",
                            "BloodGroup":"A+ive",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:21:26"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"AN",
                            "BloodGroup":"A-ivee",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:21:37"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"ABP",
                            "BloodGroup":"AB+ive",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:21:51"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"ABN",
                            "BloodGroup":"AB-ive",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-09-13 22:22:03"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mcbgl
Input
                             Code=AB2
                             BloodGroup=B%2Bive
                             Remarks=
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"BloodGroup"}

Get Data

url: webservice.php?action=g&method=mcbgl&ID=6364d3f0f495b6ab9dcf8d3b5c6e0b01
{"status":"success",
                            "data":[{"ID":"6364d3f0f495b6ab9dcf8d3b5c6e0b01",
                            "BloodGroup":"B+ive",
                            "Remarks":"",
                            "Status":1,
                            "Code":"AB2",
                            "CreatedOn":"2024-12-27 10:29:35"}]}
                            

Update

url: webservice.php?action=u&method=mcbgl
Input
                            ID=6364d3f0f495b6ab9dcf8d3b5c6e0b01
                            Code=AB2
                            BloodGroup=B-ive
                            Status=1
                            Remarks=
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=mcbgl
Input
delID=6364d3f0f495b6ab9dcf8d3b5c6e0b01
{"status":"success","message":"Deleted sucessfully"}