Search in sources :

Example 1 with CreateHL7ElementAction

use of org.talend.designer.hl7.action.CreateHL7ElementAction in project tdi-studio-se by Talend.

the class HL7OutputUI method createAction.

private void createAction() {
    createAction = new CreateHL7ElementAction(xmlViewer, this, "Add Sub-element");
    deleteAction = new DeleteHL7NodeAction(xmlViewer, this, "Delete");
    disconnectAction = new HL7DisconnectAction(xmlViewer, this, "Disconnect Linker");
    fixValueAction = new HL7FixValueAction(xmlViewer, this, "Set A Fix Value");
    setRepetableAction = new SetRepetableAction(xmlViewer, this, "Set As Repeatable Element", this.getValue());
    importAction = new ImportHL7StructureAction(xmlViewer, this, "import HL7 Structure");
}
Also used : SetRepetableAction(org.talend.designer.hl7.action.SetRepetableAction) CreateHL7ElementAction(org.talend.designer.hl7.action.CreateHL7ElementAction) DeleteHL7NodeAction(org.talend.designer.hl7.action.DeleteHL7NodeAction) ImportHL7StructureAction(org.talend.designer.hl7.action.ImportHL7StructureAction) HL7DisconnectAction(org.talend.designer.hl7.action.HL7DisconnectAction) HL7FixValueAction(org.talend.designer.hl7.action.HL7FixValueAction)

Aggregations

CreateHL7ElementAction (org.talend.designer.hl7.action.CreateHL7ElementAction)1 DeleteHL7NodeAction (org.talend.designer.hl7.action.DeleteHL7NodeAction)1 HL7DisconnectAction (org.talend.designer.hl7.action.HL7DisconnectAction)1 HL7FixValueAction (org.talend.designer.hl7.action.HL7FixValueAction)1 ImportHL7StructureAction (org.talend.designer.hl7.action.ImportHL7StructureAction)1 SetRepetableAction (org.talend.designer.hl7.action.SetRepetableAction)1