Uses of Class
com.merative.acd.v1.util.CustomCollection
- 
Packages that use CustomCollection Package Description com.merative.acd.v1.model com.merative.acd.v1.util 
- 
- 
Uses of CustomCollection in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return CustomCollection Modifier and Type Method Description CustomCollectionCancerDiagnosis. getCancer(int index)CustomCollectionMedicationAnnotation. getDrug(int index)CustomCollectionTemporal. getRelationTypes()Gets the relation types.CustomCollectionTemporal. getTemporalType()Gets the temporal type.CustomCollectionNegatedSpan. getTrigger()Gets the trigger.CustomCollectionAttributeValueAnnotation. getValues(int index)Methods in com.merative.acd.v1.model that return types with arguments of type CustomCollection Modifier and Type Method Description java.util.List<CustomCollection>CancerDiagnosis. getCancer()Gets the cancer.java.util.List<CustomCollection>MedicationAnnotation. getDrug()Gets the drug.java.util.List<CustomCollection>AttributeValueAnnotation. getValues()Gets the values.java.util.List<CustomCollection>ConceptValue. getValues()Gets the values.
- 
Uses of CustomCollection in com.merative.acd.v1.utilMethods in com.merative.acd.v1.util that return CustomCollection Modifier and Type Method Description CustomCollectionCustomDeserializer. convertObject(java.lang.String response)CustomCollectionCustomCollection. convertToCustomCollection(java.lang.Object annotation)Converts annotation to collection.CustomCollectionCustomCollection. get(int key)Retrieves collection by position.CustomCollectionCustomCollection. get(java.lang.String key)Retrieves collection by key.Methods in com.merative.acd.v1.util that return types with arguments of type CustomCollection Modifier and Type Method Description java.util.List<CustomCollection>CustomCollection. convertToCustomCollectionList(java.util.List<java.lang.Object> listAnnotation)Retrieves collection list for annotation list.java.util.List<CustomCollection>CustomCollection. getList(java.lang.String key)Retrieve list of collections by key.
 
-