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 SupplyRequestSupplyRequest.Builder. build()Build theSupplyRequestMethods in org.linuxforhealth.fhir.model.resource with parameters of type SupplyRequest Modifier and Type Method Description protected SupplyRequest.BuilderSupplyRequest.Builder. from(SupplyRequest supplyRequest)protected voidSupplyRequest.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, SupplyRequest supplyRequest)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, SupplyRequest supplyRequest)
-