A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1160
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1168",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1152",
    "results": [
        {
            "id": 1153,
            "patient": 23736,
            "order": 16524,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1154,
            "patient": 6462,
            "order": 16527,
            "height": null,
            "weight": null
        },
        {
            "id": 1898,
            "patient": 25030,
            "order": 18548,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1156,
            "patient": 23744,
            "order": 16537,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1224,
            "patient": 23928,
            "order": 16816,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1157,
            "patient": 23747,
            "order": 16539,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1225,
            "patient": 23929,
            "order": 16817,
            "height": null,
            "weight": null
        },
        {
            "id": 1158,
            "patient": 23750,
            "order": 16543,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}