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 Device
Device.Builder. build()
Build theDevice
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Device Modifier and Type Method Description protected Device.Builder
Device.Builder. from(Device device)
protected void
Device.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Device device)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Device device)
-