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.model
Methods in com.merative.acd.v1.model that return Temporal Modifier and Type Method Description Temporal
ContainerGroup. getTemporalSpans(int index)
Gets the temporalSpans at given index.Temporal
UnstructuredContainer. 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 void
AttributeValueAnnotation. setTemporal(java.util.List<Temporal> temporal)
Sets the temporal.void
Concept. setTemporal(java.util.List<Temporal> temporal)
Sets the temporal.void
MedicationAnnotation. setTemporal(java.util.List<Temporal> temporal)
Sets the temporal.
-