A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1848
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=1856",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1840",
    "results": [
        {
            "id": 1850,
            "patient": 523,
            "order": 18439,
            "height": null,
            "weight": null
        },
        {
            "id": 1837,
            "patient": 24944,
            "order": 18418,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1839,
            "patient": 24947,
            "order": 18419,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1899,
            "patient": 25035,
            "order": 18555,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1840,
            "patient": 24948,
            "order": 18420,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1900,
            "patient": 25036,
            "order": 18555,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1841,
            "patient": 24949,
            "order": 18422,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1905,
            "patient": 25040,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}