A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3288,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1248",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1232",
    "results": [
        {
            "id": 717,
            "patient": 22473,
            "order": 16758,
            "height": null,
            "weight": null
        },
        {
            "id": 1247,
            "patient": 23974,
            "order": 16879,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1211,
            "patient": 23900,
            "order": 16766,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1212,
            "patient": 23900,
            "order": 16766,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1248,
            "patient": 23975,
            "order": 16881,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1213,
            "patient": 23905,
            "order": 16773,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1249,
            "patient": 23979,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1214,
            "patient": 23906,
            "order": 16775,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}