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