A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3069,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=408",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=392",
    "results": [
        {
            "id": 589,
            "patient": 22192,
            "order": 14129,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 506,
            "patient": 21962,
            "order": 13842,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 504,
            "patient": 21961,
            "order": 13843,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 508,
            "patient": 21964,
            "order": 13845,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 588,
            "patient": 22191,
            "order": 14128,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 591,
            "patient": 22196,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 510,
            "patient": 21967,
            "order": 13850,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 512,
            "patient": 16142,
            "order": 13850,
            "height": null,
            "weight": null
        }
    ]
}