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": 2841,
    "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": 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
        },
        {
            "id": 1896,
            "patient": 25027,
            "order": 18538,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1927,
            "patient": 25084,
            "order": 18627,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1897,
            "patient": 25029,
            "order": 18547,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}