
Uses of Class
org.hl7.fhir.r4.model.CommunicationRequest
Packages that use CommunicationRequest
-
Uses of CommunicationRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CommunicationRequestModifier and TypeMethodDescriptionprotected CommunicationRequestJsonParser.parseCommunicationRequest(com.google.gson.JsonObject json) protected CommunicationRequestXmlParser.parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type CommunicationRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunicationRequest(String name, CommunicationRequest element) protected voidRdfParser.composeCommunicationRequest(Turtle.Complex parent, String parentType, String name, CommunicationRequest element, int index) protected voidXmlParser.composeCommunicationRequest(String name, CommunicationRequest element) protected voidXmlParser.composeCommunicationRequestElements(CommunicationRequest element) protected voidJsonParser.composeCommunicationRequestInner(CommunicationRequest element) JsonParser.parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner) XmlParser.parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) protected booleanXmlParser.parseCommunicationRequestCommunicationRequestPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res) protected voidJsonParser.parseCommunicationRequestCommunicationRequestPayloadComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res) protected booleanXmlParser.parseCommunicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest res) protected voidJsonParser.parseCommunicationRequestProperties(com.google.gson.JsonObject json, CommunicationRequest res) -
Uses of CommunicationRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CommunicationRequestModifier and TypeFieldDescriptionprotected List<CommunicationRequest> ClaimResponse.communicationRequestTargetThe actual objects that are the target of the reference (Request for additional supporting or authorizing information.)protected List<CommunicationRequest> CommunicationRequest.replacesTargetThe actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)Methods in org.hl7.fhir.r4.model that return CommunicationRequestModifier and TypeMethodDescriptionCommunicationRequest.addBasedOn(Reference t) CommunicationRequest.addCategory(CodeableConcept t) CommunicationRequest.addIdentifier(Identifier t) CommunicationRequest.addMedium(CodeableConcept t) CommunicationRequest.addNote(Annotation t) CommunicationRequest.addPayload(CommunicationRequest.CommunicationRequestPayloadComponent t) CommunicationRequest.addReasonCode(CodeableConcept t) CommunicationRequest.addReasonReference(Reference t) CommunicationRequest.addRecipient(Reference t) CommunicationRequest.addReplaces(Reference t) CommunicationRequest.copy()CommunicationRequest.setAuthoredOn(Date value) CommunicationRequest.setAuthoredOnElement(DateTimeType value) CommunicationRequest.setBasedOn(List<Reference> theBasedOn) CommunicationRequest.setCategory(List<CodeableConcept> theCategory) CommunicationRequest.setDoNotPerform(boolean value) CommunicationRequest.setDoNotPerformElement(BooleanType value) CommunicationRequest.setEncounter(Reference value) CommunicationRequest.setEncounterTarget(Encounter value) CommunicationRequest.setGroupIdentifier(Identifier value) CommunicationRequest.setIdentifier(List<Identifier> theIdentifier) CommunicationRequest.setMedium(List<CodeableConcept> theMedium) CommunicationRequest.setNote(List<Annotation> theNote) CommunicationRequest.setOccurrence(Type value) CommunicationRequest.setPayload(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload) CommunicationRequest.setPriority(CommunicationRequest.CommunicationPriority value) CommunicationRequest.setPriorityElement(Enumeration<CommunicationRequest.CommunicationPriority> value) CommunicationRequest.setReasonCode(List<CodeableConcept> theReasonCode) CommunicationRequest.setReasonReference(List<Reference> theReasonReference) CommunicationRequest.setRecipient(List<Reference> theRecipient) CommunicationRequest.setReplaces(List<Reference> theReplaces) CommunicationRequest.setRequester(Reference value) CommunicationRequest.setRequesterTarget(Resource value) CommunicationRequest.setSenderTarget(Resource value) CommunicationRequest.setStatus(CommunicationRequest.CommunicationRequestStatus value) CommunicationRequest.setStatusElement(Enumeration<CommunicationRequest.CommunicationRequestStatus> value) CommunicationRequest.setStatusReason(CodeableConcept value) CommunicationRequest.setSubject(Reference value) CommunicationRequest.setSubjectTarget(Resource value) protected CommunicationRequestCommunicationRequest.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type CommunicationRequest