A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1960
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=1968",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1952",
    "results": [
        {
            "id": 1959,
            "patient": 3579,
            "order": 18702,
            "height": null,
            "weight": null
        },
        {
            "id": 1960,
            "patient": 25130,
            "order": 18704,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1961,
            "patient": 25131,
            "order": 18705,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1962,
            "patient": 25133,
            "order": 18708,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1963,
            "patient": 25139,
            "order": 18711,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1964,
            "patient": 24746,
            "order": 18714,
            "height": null,
            "weight": null
        },
        {
            "id": 1965,
            "patient": 15785,
            "order": 18716,
            "height": null,
            "weight": null
        },
        {
            "id": 1966,
            "patient": 15785,
            "order": 18716,
            "height": null,
            "weight": null
        }
    ]
}