Uses of Class
org.hl7.fhir.r4.model.CommunicationRequest.CommunicationRequestPayloadComponent
-
Packages that use CommunicationRequest.CommunicationRequestPayloadComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description protected CommunicationRequest.CommunicationRequestPayloadComponentJsonParser. parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner)protected CommunicationRequest.CommunicationRequestPayloadComponentXmlParser. parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) -
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest. addPayload()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest.CommunicationRequestPayloadComponent. copy()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest. getPayloadFirstRep()CommunicationRequest.CommunicationRequestPayloadComponentCommunicationRequest.CommunicationRequestPayloadComponent. setContent(Type value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type CommunicationRequest.CommunicationRequestPayloadComponent Modifier and Type Method Description CommunicationRequestCommunicationRequest. setPayload(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload)
-