A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1984
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=1992",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1976",
    "results": [
        {
            "id": 1990,
            "patient": 23188,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1890,
            "patient": 19735,
            "order": 18843,
            "height": null,
            "weight": null
        },
        {
            "id": 2028,
            "patient": 22538,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 1983,
            "patient": 25153,
            "order": 18731,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2205,
            "patient": 2983,
            "order": 19320,
            "height": null,
            "weight": null
        },
        {
            "id": 1984,
            "patient": 25158,
            "order": 18736,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2542,
            "patient": 26558,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1985,
            "patient": 25159,
            "order": 18738,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}