All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmrs.module.ipd.api.model.IPDWardPatientDetails Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.openmrs.module.ipd.api.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

import java.util.List;

@NoArgsConstructor
@AllArgsConstructor
@Getter
public class IPDWardPatientDetails  {

    private List activePatients;
    private WardPatientsSummary ipdWardWardPatientsSummary;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy