
Uses of Class
org.hl7.fhir.dstu2.model.SupplyRequest.SupplyRequestWhenComponent
Packages that use SupplyRequest.SupplyRequestWhenComponent
-
Uses of SupplyRequest.SupplyRequestWhenComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SupplyRequest.SupplyRequestWhenComponentModifier and TypeMethodDescriptionprotected SupplyRequest.SupplyRequestWhenComponentJsonParser.parseSupplyRequestSupplyRequestWhenComponent(com.google.gson.JsonObject json, SupplyRequest owner) protected SupplyRequest.SupplyRequestWhenComponentXmlParser.parseSupplyRequestSupplyRequestWhenComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type SupplyRequest.SupplyRequestWhenComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element) protected voidXmlParser.composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element) protected voidJsonParser.composeSupplyRequestSupplyRequestWhenComponentInner(SupplyRequest.SupplyRequestWhenComponent element) -
Uses of SupplyRequest.SupplyRequestWhenComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as SupplyRequest.SupplyRequestWhenComponentModifier and TypeFieldDescriptionprotected SupplyRequest.SupplyRequestWhenComponentSupplyRequest.whenWhen the request should be fulfilled.Methods in org.hl7.fhir.dstu2.model that return SupplyRequest.SupplyRequestWhenComponentModifier and TypeMethodDescriptionSupplyRequest.SupplyRequestWhenComponent.copy()SupplyRequest.getWhen()SupplyRequest.SupplyRequestWhenComponent.setCode(CodeableConcept value) SupplyRequest.SupplyRequestWhenComponent.setSchedule(Timing value) Methods in org.hl7.fhir.dstu2.model with parameters of type SupplyRequest.SupplyRequestWhenComponentModifier and TypeMethodDescriptionSupplyRequest.setWhen(SupplyRequest.SupplyRequestWhenComponent value)