public class MedicalDetailHandler extends java.lang.Object implements MarkerDetailHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Modifier and Type | Method and Description |
---|---|
void |
toCotDetail(Marker marker,
CotDetail detail)
Given a marker and an CotDetail (usually empty), fill the detail as
appropriate from entries in the Marker Detail.
|
void |
toMarkerMetadata(Marker marker,
CotEvent event,
CotDetail detail)
Given a CotEvent and CotDetails create the appropriate entries in a
Marker.
|
public static final java.lang.String TAG
public void toCotDetail(Marker marker, CotDetail detail)
MarkerDetailHandler
toCotDetail
in interface MarkerDetailHandler
public void toMarkerMetadata(Marker marker, CotEvent event, CotDetail detail)
MarkerDetailHandler
toMarkerMetadata
in interface MarkerDetailHandler