A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1928",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1912",
    "results": [
        {
            "id": 1889,
            "patient": 19799,
            "order": 18524,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1925,
            "patient": 25083,
            "order": 18626,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1926,
            "patient": 25083,
            "order": 18626,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1891,
            "patient": 25019,
            "order": 18527,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1892,
            "patient": 25020,
            "order": 18527,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1893,
            "patient": 22522,
            "order": 18531,
            "height": null,
            "weight": null
        },
        {
            "id": 1894,
            "patient": 25022,
            "order": 18519,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1895,
            "patient": 25026,
            "order": 18537,
            "height": null,
            "weight": null
        }
    ]
}