Java 类ims.core.vo.PatientSurgicalOperationVo 实例源码
项目:AvoinApotti
文件:Logic.java
protected void onBtnNewClick() throws PresentationLogicException
{
this.clearScreen();
form.customControlAuthoring().initializeComponent();
form.setcustomControlAuthoringEnabled(true);
form.grdOperations().setValue(null);
form.pdtProcedure().setValue(new PartialDate(new Date()));
form.btnUpdate().setEnabled(false);
form.getLocalContext().setSurgicalOperation(new PatientSurgicalOperationVo());
form.setMode(FormMode.EDIT);
}
项目:openMAXIMS
文件:Logic.java
protected void onBtnNewClick() throws PresentationLogicException
{
this.clearScreen();
form.customControlAuthoring().initializeComponent();
form.setcustomControlAuthoringEnabled(true);
form.grdOperations().setValue(null);
form.pdtProcedure().setValue(new PartialDate(new Date()));
form.btnUpdate().setEnabled(false);
form.getLocalContext().setSurgicalOperation(new PatientSurgicalOperationVo());
form.setMode(FormMode.EDIT);
}
项目:openMAXIMS
文件:Logic.java
protected void onBtnNewClick() throws PresentationLogicException
{
this.clearScreen();
form.customControlAuthoring().initializeComponent();
form.setcustomControlAuthoringEnabled(true);
form.grdOperations().setValue(null);
form.pdtProcedure().setValue(new PartialDate(new Date()));
form.btnUpdate().setEnabled(false);
form.getLocalContext().setSurgicalOperation(new PatientSurgicalOperationVo());
form.setMode(FormMode.EDIT);
}
项目:openmaxims-linux
文件:Logic.java
protected void onBtnNewClick() throws PresentationLogicException
{
this.clearScreen();
form.customControlAuthoring().initializeComponent();
form.setcustomControlAuthoringEnabled(true);
form.grdOperations().setValue(null);
form.pdtProcedure().setValue(new PartialDate(new Date()));
form.btnUpdate().setEnabled(false);
form.getLocalContext().setSurgicalOperation(new PatientSurgicalOperationVo());
form.setMode(FormMode.EDIT);
}