Java 类ims.clinical.vo.PatientForHospitalAtNightVo 实例源码

项目:AvoinApotti    文件:Logic.java   
private void selectPatient() 
{
    if(form.grdWorklist().getValue() == null)
        return;

    PatientForHospitalAtNightVo patient = form.grdWorklist().getValue().getPatient();
    PatientShort patientShort = new PatientShort(patient.getID_Patient(), patient.getVersion_Patient());
    form.getGlobalContext().Core.setPatientShort(patientShort);
}
项目:openMAXIMS    文件:Logic.java   
private void selectPatient() 
{
    if(form.grdWorklist().getValue() == null)
        return;

    PatientForHospitalAtNightVo patient = form.grdWorklist().getValue().getPatient();
    PatientShort patientShort = new PatientShort(patient.getID_Patient(), patient.getVersion_Patient());
    form.getGlobalContext().Core.setPatientShort(patientShort);
}
项目:openMAXIMS    文件:Logic.java   
private void selectPatient() 
{
    if(form.grdWorklist().getValue() == null)
        return;

    PatientForHospitalAtNightVo patient = form.grdWorklist().getValue().getPatient();
    PatientShort patientShort = new PatientShort(patient.getID_Patient(), patient.getVersion_Patient());
    form.getGlobalContext().Core.setPatientShort(patientShort);
}
项目:openmaxims-linux    文件:Logic.java   
private void selectPatient() 
{
    if(form.grdWorklist().getValue() == null)
        return;

    PatientForHospitalAtNightVo patient = form.grdWorklist().getValue().getPatient();
    PatientShort patientShort = new PatientShort(patient.getID_Patient(), patient.getVersion_Patient());
    form.getGlobalContext().Core.setPatientShort(patientShort);
}