Class PrescriptionViewerFormat
- java.lang.Object
-
- be.business.connector.recipe.utils.PrescriptionViewerFormat
-
- All Implemented Interfaces:
be.recipe.api.executor.ExecutorViewer.Visitor
public class PrescriptionViewerFormat extends Object implements be.recipe.api.executor.ExecutorViewer.Visitor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrescriptionViewerFormat.Invalid
-
Field Summary
Fields Modifier and Type Field Description static Patternexecutor_id
-
Constructor Summary
Constructors Constructor Description PrescriptionViewerFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidon(be.recipe.api.viewer.AllViewer it)voidon(be.recipe.api.viewer.ExecutorViewer it)voidon(be.recipe.api.viewer.PatientViewer it)static be.recipe.api.executor.ExecutorViewerparse(String it)StringtoString()static StringtoString(be.recipe.api.executor.ExecutorViewer it)
-
-
-
Field Detail
-
executor_id
public static final Pattern executor_id
-
-
Method Detail
-
toString
public static String toString(be.recipe.api.executor.ExecutorViewer it)
-
parse
public static be.recipe.api.executor.ExecutorViewer parse(String it)
-
on
public void on(be.recipe.api.viewer.AllViewer it)
- Specified by:
onin interfacebe.recipe.api.executor.ExecutorViewer.Visitor
-
on
public void on(be.recipe.api.viewer.PatientViewer it)
- Specified by:
onin interfacebe.recipe.api.executor.ExecutorViewer.Visitor
-
on
public void on(be.recipe.api.viewer.ExecutorViewer it)
- Specified by:
onin interfacebe.recipe.api.executor.ExecutorViewer.Visitor
-
-