A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3075,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=584",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=568",
    "results": [
        {
            "id": 511,
            "patient": 21967,
            "order": 13850,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 513,
            "patient": 21972,
            "order": 13858,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 515,
            "patient": 21974,
            "order": 13865,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 517,
            "patient": 16702,
            "order": 13868,
            "height": null,
            "weight": null
        },
        {
            "id": 519,
            "patient": 21979,
            "order": 13874,
            "height": null,
            "weight": null
        },
        {
            "id": 521,
            "patient": 17550,
            "order": 13877,
            "height": null,
            "weight": null
        },
        {
            "id": 525,
            "patient": 21981,
            "order": 13881,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 523,
            "patient": 21981,
            "order": 13881,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}