Uses of Class
org.linuxforhealth.fhir.model.annotation.Binding
-
Packages that use Binding Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.type org.linuxforhealth.fhir.model.util -
-
Uses of Binding in org.linuxforhealth.fhir.model.resource
Fields in org.linuxforhealth.fhir.model.resource with annotations of type Binding Modifier and Type Field Description protected CodeResource. language -
Uses of Binding in org.linuxforhealth.fhir.model.type
Classes in org.linuxforhealth.fhir.model.type with annotations of type Binding Modifier and Type Class Description classAgeA duration of time during which an organism (or a process) has existed.classDistanceA length - a value with a unit that is a physical distance.classDurationA length of time.Fields in org.linuxforhealth.fhir.model.type with annotations of type Binding Modifier and Type Field Description protected QuantityComparatorQuantity. comparator -
Uses of Binding in org.linuxforhealth.fhir.model.util
Methods in org.linuxforhealth.fhir.model.util that return Binding Modifier and Type Method Description BindingModelSupport.ElementInfo. getBinding()Constructors in org.linuxforhealth.fhir.model.util with parameters of type Binding Constructor Description ElementInfo(java.lang.String name, java.lang.Class<?> type, java.lang.Class<?> declaringType, boolean required, boolean repeating, boolean choice, java.util.Set<java.lang.Class<?>> choiceTypes, boolean reference, java.util.Set<java.lang.String> referenceTypes, Binding binding, boolean isSummary)
-