not sure how to identify Test Panel and associated tests with panel. like CBC.
Post
Replies
Boosts
Views
Activity
I got answer for LabName - clinicalRecord.sourceRevision.source.name
yes, we have created floating window for maccatalyst
I have to implement below function in package and set image programtically
public func AMImage(named name: String) -> UIImage? {
return UIImage(named: name, in: Bundle.module, compatibleWith: nil)
}