A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=320",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=304",
    "results": [
        {
            "id": 363,
            "patient": 21149,
            "order": 12905,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 454,
            "patient": 16498,
            "order": 13693,
            "height": null,
            "weight": null
        },
        {
            "id": 303,
            "patient": 20777,
            "order": 12477,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 304,
            "patient": 20777,
            "order": 12477,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 365,
            "patient": 21152,
            "order": 12908,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 305,
            "patient": 20779,
            "order": 12480,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 456,
            "patient": 21877,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 367,
            "patient": 21155,
            "order": 12911,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}