A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2846,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1744",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1728",
    "results": [
        {
            "id": 1605,
            "patient": 22732,
            "order": 17952,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1656,
            "patient": 12237,
            "order": 18071,
            "height": null,
            "weight": null
        },
        {
            "id": 1659,
            "patient": 24691,
            "order": 18078,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1614,
            "patient": 24617,
            "order": 17969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1615,
            "patient": 24617,
            "order": 17969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1616,
            "patient": 24617,
            "order": 17969,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1661,
            "patient": 24693,
            "order": 18080,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1617,
            "patient": 24618,
            "order": 17971,
            "height": null,
            "weight": null
        }
    ]
}