Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceDefinition
-
Packages that use DeviceDefinition Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of DeviceDefinition in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceDefinition Modifier and Type Method Description DeviceDefinitionDeviceDefinition.Builder. build()Build theDeviceDefinitionMethods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceDefinition Modifier and Type Method Description protected DeviceDefinition.BuilderDeviceDefinition.Builder. from(DeviceDefinition deviceDefinition)protected voidDeviceDefinition.Builder. validate(DeviceDefinition deviceDefinition) -
Uses of DeviceDefinition in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type DeviceDefinition Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, DeviceDefinition deviceDefinition)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, DeviceDefinition deviceDefinition)
-