A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=984",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=968",
    "results": [
        {
            "id": 969,
            "patient": 19352,
            "order": 15930,
            "height": null,
            "weight": null
        },
        {
            "id": 970,
            "patient": 23312,
            "order": 15930,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 973,
            "patient": 23314,
            "order": 15930,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 974,
            "patient": 23315,
            "order": 15929,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 975,
            "patient": 23326,
            "order": 15942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 976,
            "patient": 23331,
            "order": 15957,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 977,
            "patient": 23332,
            "order": 15957,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 978,
            "patient": 23334,
            "order": 15962,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}