OpenProfile
data class OpenProfile(val navController: NavController, val profileId: String, val resourceId: String, val resourceConfig: FhirResourceConfig? = null) : AppMainEvent
Event triggered to open the profile with the given profileId for the resource identified by resourceId.
Constructors
Link copied to clipboard
constructor(navController: NavController, profileId: String, resourceId: String, resourceConfig: FhirResourceConfig? = null)