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