A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=72",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=56",
    "results": [
        {
            "id": 50,
            "patient": 19909,
            "order": 11307,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 90,
            "patient": 20009,
            "order": 11471,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 51,
            "patient": 17442,
            "order": 11316,
            "height": null,
            "weight": null
        },
        {
            "id": 52,
            "patient": 17442,
            "order": 11316,
            "height": null,
            "weight": null
        },
        {
            "id": 91,
            "patient": 20009,
            "order": 11471,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 53,
            "patient": 19915,
            "order": 11318,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 54,
            "patient": 19819,
            "order": 11319,
            "height": null,
            "weight": null
        },
        {
            "id": 55,
            "patient": 19819,
            "order": 11319,
            "height": null,
            "weight": null
        }
    ]
}