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