Uses of Class
com.ibm.fhir.model.resource.Immunization.ProtocolApplied
-
Packages that use Immunization.ProtocolApplied Package Description com.ibm.fhir.model.resource -
-
Uses of Immunization.ProtocolApplied in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Immunization.ProtocolApplied Modifier and Type Method Description Immunization.ProtocolApplied
Immunization.ProtocolApplied.Builder. build()
Build theImmunization.ProtocolApplied
Methods in com.ibm.fhir.model.resource that return types with arguments of type Immunization.ProtocolApplied Modifier and Type Method Description List<Immunization.ProtocolApplied>
Immunization. getProtocolApplied()
The protocol (set of recommendations) being followed by the provider who administered the dose.Methods in com.ibm.fhir.model.resource with parameters of type Immunization.ProtocolApplied Modifier and Type Method Description protected Immunization.ProtocolApplied.Builder
Immunization.ProtocolApplied.Builder. from(Immunization.ProtocolApplied protocolApplied)
Immunization.Builder
Immunization.Builder. protocolApplied(Immunization.ProtocolApplied... protocolApplied)
The protocol (set of recommendations) being followed by the provider who administered the dose.Method parameters in com.ibm.fhir.model.resource with type arguments of type Immunization.ProtocolApplied Modifier and Type Method Description Immunization.Builder
Immunization.Builder. protocolApplied(Collection<Immunization.ProtocolApplied> protocolApplied)
The protocol (set of recommendations) being followed by the provider who administered the dose.
-