A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3207,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3176",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3160",
    "results": [
        {
            "id": 3171,
            "patient": 28248,
            "order": 23034,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3172,
            "patient": 28249,
            "order": 23034,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3173,
            "patient": 18687,
            "order": 23035,
            "height": null,
            "weight": null
        },
        {
            "id": 3174,
            "patient": 28250,
            "order": 23036,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3003,
            "patient": 27300,
            "order": 23038,
            "height": null,
            "weight": null
        },
        {
            "id": 3175,
            "patient": 24102,
            "order": 23043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3176,
            "patient": 24102,
            "order": 23043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3177,
            "patient": 28252,
            "order": 23044,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}