Members
-
symptomEvent :CustomEvent
-
This is a custom event that provides the encounter whenever a symptom is selected.
Type:
- CustomEvent
-
Telemedicine :Telemedicine
-
Type:
Properties:
Name Type Default Description na
Telemedicine 0 Telemedicine is not appropriate
audio
Telemedicine 1 Audio only (telephone)
"audio+image"
Telemedicine 2 Audio with store/forward or video image (asynchronous telemedicine service)
"audio+video"
Telemedicine 3 Audio-video/webcam
"audio+data"
Telemedicine 4 Audio-video enhanced, potentially with a data feed from adjunctive medical devices
Type Definitions
-
requestCallback(err, data)
-
This callback pattern is used through the SCWebCore API.
Parameters:
Name Type Description err
object data
object -
topiclinkCallback(dosagetable)
-
This callback abstracts the generation of a special topic url.
Parameters:
Name Type Description dosagetable
object A dosage table object supplying the necessary information required to generate a url
-
triageOptionCallback(encounter, symptom, triageOption, any)
-
This callback pattern is used through the SCWebCore API.
Parameters:
Name Type Description encounter
EncounterSummary The current encounter summary
symptom
Symptom The symptom that was checked (most acute symptom selected)
triageOption
TriageOption The triage option that was selected
any
object Any object you want to pass in from your application