Uses of Class
org.linuxforhealth.fhir.model.resource.SupplyRequest
-
Packages that use SupplyRequest Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of SupplyRequest in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SupplyRequest Modifier and Type Method Description SupplyRequest
SupplyRequest.Builder. build()
Build theSupplyRequest
Methods in org.linuxforhealth.fhir.model.resource with parameters of type SupplyRequest Modifier and Type Method Description protected SupplyRequest.Builder
SupplyRequest.Builder. from(SupplyRequest supplyRequest)
protected void
SupplyRequest.Builder. validate(SupplyRequest supplyRequest)
-
Uses of SupplyRequest in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type SupplyRequest Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, SupplyRequest supplyRequest)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, SupplyRequest supplyRequest)
-