Java 类ims.emergency.vo.PatientMedicationOnAttendanceRefVo 实例源码

项目:AvoinApotti    文件:TriagePatientMedsImpl.java   
public PatientMedsVo getPatientMeds(PatientMedicationOnAttendanceRefVo patientMeds)
{
    if (patientMeds == null || patientMeds.getID_PatientMedicationOnAttendance() == null)
    {
        throw new CodingRuntimeException("Cannot get PatientMedsVo on null Id ");
    }

    DomainFactory factory = getDomainFactory();

    PatientMedicationOnAttendance domainPatientMeds = (PatientMedicationOnAttendance) factory.getDomainObject(PatientMedicationOnAttendance.class, patientMeds.getID_PatientMedicationOnAttendance());

    return PatientMedsVoAssembler.create(domainPatientMeds);
}
项目:openMAXIMS    文件:TriagePatientMedsImpl.java   
public PatientMedsVo getPatientMeds(PatientMedicationOnAttendanceRefVo patientMeds)
{
    if (patientMeds == null || patientMeds.getID_PatientMedicationOnAttendance() == null)
    {
        throw new CodingRuntimeException("Cannot get PatientMedsVo on null Id ");
    }

    DomainFactory factory = getDomainFactory();

    PatientMedicationOnAttendance domainPatientMeds = (PatientMedicationOnAttendance) factory.getDomainObject(PatientMedicationOnAttendance.class, patientMeds.getID_PatientMedicationOnAttendance());

    return PatientMedsVoAssembler.create(domainPatientMeds);
}
项目:openMAXIMS    文件:TriagePatientMedsImpl.java   
public PatientMedsVo getPatientMeds(PatientMedicationOnAttendanceRefVo patientMeds)
{
    if (patientMeds == null || patientMeds.getID_PatientMedicationOnAttendance() == null)
    {
        throw new CodingRuntimeException("Cannot get PatientMedsVo on null Id ");
    }

    DomainFactory factory = getDomainFactory();

    PatientMedicationOnAttendance domainPatientMeds = (PatientMedicationOnAttendance) factory.getDomainObject(PatientMedicationOnAttendance.class, patientMeds.getID_PatientMedicationOnAttendance());

    return PatientMedsVoAssembler.create(domainPatientMeds);
}
项目:openmaxims-linux    文件:TriagePatientMedsImpl.java   
public PatientMedsVo getPatientMeds(PatientMedicationOnAttendanceRefVo patientMeds)
{
    if (patientMeds == null || patientMeds.getID_PatientMedicationOnAttendance() == null)
    {
        throw new CodingRuntimeException("Cannot get PatientMedsVo on null Id ");
    }

    DomainFactory factory = getDomainFactory();

    PatientMedicationOnAttendance domainPatientMeds = (PatientMedicationOnAttendance) factory.getDomainObject(PatientMedicationOnAttendance.class, patientMeds.getID_PatientMedicationOnAttendance());

    return PatientMedsVoAssembler.create(domainPatientMeds);
}