| Method and Description |
|---|
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.get(Class<T>)
use
AbstractGroup.getTyped(String, Class) |
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.get(Class<T>, int)
use
AbstractGroup.getTyped(String, int, Class) |
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.get(String, Class<T>)
use
AbstractGroup.getTyped(String, Class) |
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.get(String, Class<T>, int)
use
AbstractGroup.getTyped(String, int, Class) |
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.getReps(Class<T>)
use
AbstractGroup.getReps(String) |
| org.openehealth.ipf.modules.hl7.model.AbstractMessage.getReps(String, Class<T>)
use
AbstractGroup.getReps(String) |
Copyright © 2018 Open eHealth Foundation. All rights reserved.