Uses of Class
ca.uhn.fhir.model.dstu2.resource.CommunicationRequest.Payload
-
Packages that use CommunicationRequest.Payload Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of CommunicationRequest.Payload in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequest.PayloadCommunicationRequest. addPayload()Adds and returns a new value for payload ()CommunicationRequest.PayloadCommunicationRequest. getPayloadFirstRep()Gets the first repetition for payload (), creating it if it does not already exist.CommunicationRequest.PayloadCommunicationRequest.Payload. setContent(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for content[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type CommunicationRequest.Payload Modifier and Type Method Description List<CommunicationRequest.Payload>CommunicationRequest. getPayload()Gets the value(s) for payload ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequestCommunicationRequest. addPayload(CommunicationRequest.Payload theValue)Adds a given new value for payload ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type CommunicationRequest.Payload Modifier and Type Method Description CommunicationRequestCommunicationRequest. setPayload(List<CommunicationRequest.Payload> theValue)Sets the value(s) for payload ()
-