Uses of Class
ca.uhn.fhir.model.dstu2.resource.CommunicationRequest.Payload
-
Uses of CommunicationRequest.Payload in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionCommunicationRequest.addPayload()
Adds and returns a new value for payload ()CommunicationRequest.getPayloadFirstRep()
Gets the first repetition for payload (), creating it if it does not already exist.CommunicationRequest.Payload.setContent
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for content[x] ()Modifier and TypeMethodDescriptionCommunicationRequest.getPayload()
Gets the value(s) for payload ().Modifier and TypeMethodDescriptionCommunicationRequest.addPayload
(CommunicationRequest.Payload theValue) Adds a given new value for payload ()Modifier and TypeMethodDescriptionCommunicationRequest.setPayload
(List<CommunicationRequest.Payload> theValue) Sets the value(s) for payload ()