Java 类ims.therapies.vo.SplintsInstructionDetailsVo 实例源码

项目:AvoinApotti    文件:Logic.java   
private void populateInstructionsGrid(SplintsInstructionDetailsVoCollection voInstructionsColl)
{
    for(int x=0; x<voInstructionsColl.size(); x++)
    {
        SplintsInstructionDetailsVo voSID = voInstructionsColl.get(x);
        GenForm.ctnDetailsContainer.grdInstructionsRow row = form.ctnDetails().grdInstructions().getRows().newRow();
        row.setColInstructionDetails(voSID.getInstructionLeaflet());
        row.setColDate(voSID.getDateGiven());
        row.setValue(voSID);
    }
}
项目:openMAXIMS    文件:Logic.java   
private void populateInstructionsGrid(SplintsInstructionDetailsVoCollection voInstructionsColl)
{
    for(int x=0; x<voInstructionsColl.size(); x++)
    {
        SplintsInstructionDetailsVo voSID = voInstructionsColl.get(x);
        GenForm.ctnDetailsContainer.grdInstructionsRow row = form.ctnDetails().grdInstructions().getRows().newRow();
        row.setColInstructionDetails(voSID.getInstructionLeaflet());
        row.setColDate(voSID.getDateGiven());
        row.setValue(voSID);
    }
}
项目:openMAXIMS    文件:Logic.java   
private void populateInstructionsGrid(SplintsInstructionDetailsVoCollection voInstructionsColl)
{
    for(int x=0; x<voInstructionsColl.size(); x++)
    {
        SplintsInstructionDetailsVo voSID = voInstructionsColl.get(x);
        GenForm.ctnDetailsContainer.grdInstructionsRow row = form.ctnDetails().grdInstructions().getRows().newRow();
        row.setColInstructionDetails(voSID.getInstructionLeaflet());
        row.setColDate(voSID.getDateGiven());
        row.setValue(voSID);
    }
}
项目:openmaxims-linux    文件:Logic.java   
private void populateInstructionsGrid(SplintsInstructionDetailsVoCollection voInstructionsColl)
{
    for(int x=0; x<voInstructionsColl.size(); x++)
    {
        SplintsInstructionDetailsVo voSID = voInstructionsColl.get(x);
        GenForm.ctnDetailsContainer.grdInstructionsRow row = form.ctnDetails().grdInstructions().getRows().newRow();
        row.setColInstructionDetails(voSID.getInstructionLeaflet());
        row.setColDate(voSID.getDateGiven());
        row.setValue(voSID);
    }
}