Uses of Class
org.hl7.fhir.r5.model.CommunicationRequest.CommunicationRequestPayloadComponent
-
Packages that use CommunicationRequest.CommunicationRequestPayloadComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description protected CommunicationRequest.CommunicationRequestPayloadComponentJsonParser. parseCommunicationRequestPayloadComponent(com.google.gson.JsonObject json)protected CommunicationRequest.CommunicationRequestPayloadComponentXmlParser. parseCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Field Description protected List<CommunicationRequest.CommunicationRequestPayloadComponent>CommunicationRequest. payloadText, attachment(s), or resource(s) to be communicated to the recipient.Methods in org.hl7.fhir.r5.model that return CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest. addPayload()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest.CommunicationRequestPayloadComponent. copy()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest. getPayloadFirstRep()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest.CommunicationRequestPayloadComponent. setContent(DataType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description List<CommunicationRequest.CommunicationRequestPayloadComponent>CommunicationRequest. getPayload()Methods in org.hl7.fhir.r5.model with parameters of type CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description CommunicationRequestCommunicationRequest. addPayload(CommunicationRequest.CommunicationRequestPayloadComponent t)voidCommunicationRequest.CommunicationRequestPayloadComponent. copyValues(CommunicationRequest.CommunicationRequestPayloadComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description CommunicationRequestCommunicationRequest. setPayload(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload)
-