Uses of Class
com.merative.acd.v1.model.Temporal
- 
Packages that use Temporal Package Description com.merative.acd.v1.model 
- 
- 
Uses of Temporal in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return Temporal Modifier and Type Method Description TemporalContainerGroup. getTemporalSpans(int index)Gets the temporalSpans at given index.TemporalUnstructuredContainer. getTemporalSpans(int index)Gets the temporalSpans at a given index.Methods in com.merative.acd.v1.model that return types with arguments of type Temporal Modifier and Type Method Description java.util.List<Temporal>AttributeValueAnnotation. getTemporal()Gets the temporal.java.util.List<Temporal>Concept. getTemporal()Gets the temporal.java.util.List<Temporal>MedicationAnnotation. getTemporal()Gets the temporal.java.util.List<Temporal>Procedure. getTemporal()Gets the temporal.java.util.List<Temporal>SymptomDisease. getTemporal()Gets the temporal.java.util.List<Temporal>ContainerAnnotation. getTemporalSpans()Gets the temporalSpans.java.util.List<Temporal>ContainerGroup. getTemporalSpans()Gets the temporalSpans.java.util.List<Temporal>UnstructuredContainer. getTemporalSpans()Gets the temporalSpans.Method parameters in com.merative.acd.v1.model with type arguments of type Temporal Modifier and Type Method Description voidAttributeValueAnnotation. setTemporal(java.util.List<Temporal> temporal)Sets the temporal.voidConcept. setTemporal(java.util.List<Temporal> temporal)Sets the temporal.voidMedicationAnnotation. setTemporal(java.util.List<Temporal> temporal)Sets the temporal.
 
-