of
fun of(repository: Repository, resource: CPGCommunicationRequest): ActivityFlow<CPGCommunicationRequest, CPGCommunicationEvent>
Create flow for the Send Message activity with the CPGCommunicationRequest.
Return
ActivityFlow
fun of(repository: Repository, resource: CPGCommunicationEvent): ActivityFlow<CPGCommunicationRequest, CPGCommunicationEvent>
Create flow for the Send Message activity with the CPGCommunicationEvent.
Return
ActivityFlow
fun of(repository: Repository, resource: CPGMedicationRequest): ActivityFlow<CPGMedicationRequest, CPGOrderMedicationEvent<*>>
Create flow for the Order a medication activity with the CPGMedicationRequest.
Return
ActivityFlow
fun of(repository: Repository, resource: CPGOrderMedicationEvent<*>): ActivityFlow<CPGMedicationRequest, CPGOrderMedicationEvent<*>>
Create flow for the Order a medication activity with the CPGOrderMedicationEvent.
Return
ActivityFlow