
Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference.DocumentReferenceContextRelatedComponent
Packages that use DocumentReference.DocumentReferenceContextRelatedComponent
- 
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) protected voidRdfParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContextRelatedComponent element, int index) protected voidXmlParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) protected voidXmlParser.composeDocumentReferenceDocumentReferenceContextRelatedComponentElements(DocumentReference.DocumentReferenceContextRelatedComponent element) protected voidJsonParser.composeDocumentReferenceDocumentReferenceContextRelatedComponentInner(DocumentReference.DocumentReferenceContextRelatedComponent element) protected booleanXmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res) protected voidJsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res)  - 
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeFieldDescriptionDocumentReference.DocumentReferenceContextComponent.relatedRelated identifiers or resources associated with the DocumentReference.Methods in org.hl7.fhir.dstu3.model that return DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated()DocumentReference.DocumentReferenceContextRelatedComponent.copy()DocumentReference.DocumentReferenceContextComponent.getRelatedFirstRep()DocumentReference.DocumentReferenceContextRelatedComponent.setIdentifier(Identifier value) DocumentReference.DocumentReferenceContextRelatedComponent.setRefTarget(Resource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.getRelated()Methods in org.hl7.fhir.dstu3.model with parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated(DocumentReference.DocumentReferenceContextRelatedComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.setRelated(List<DocumentReference.DocumentReferenceContextRelatedComponent> theRelated)