A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1976",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1960",
    "results": [
        {
            "id": 1967,
            "patient": 11602,
            "order": 18717,
            "height": null,
            "weight": null
        },
        {
            "id": 1969,
            "patient": 25142,
            "order": 18721,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1970,
            "patient": 25143,
            "order": 18722,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1971,
            "patient": 25144,
            "order": 18724,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1972,
            "patient": 25144,
            "order": 18724,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1973,
            "patient": 8241,
            "order": 18725,
            "height": null,
            "weight": null
        },
        {
            "id": 1974,
            "patient": 25145,
            "order": 18717,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1975,
            "patient": 25146,
            "order": 18717,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}