
Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference.DocumentReferenceRelatesToComponent
Packages that use DocumentReference.DocumentReferenceRelatesToComponent
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected voidRdfParser.composeDocumentReferenceDocumentReferenceRelatesToComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceRelatesToComponent element, int index) protected voidXmlParser.composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) protected voidXmlParser.composeDocumentReferenceDocumentReferenceRelatesToComponentElements(DocumentReference.DocumentReferenceRelatesToComponent element) protected voidJsonParser.composeDocumentReferenceDocumentReferenceRelatesToComponentInner(DocumentReference.DocumentReferenceRelatesToComponent element) protected booleanXmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected voidJsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeFieldDescriptionDocumentReference.relatesToRelationships that this document has with other document references that already exist.Methods in org.hl7.fhir.dstu3.model that return DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.addRelatesTo()DocumentReference.DocumentReferenceRelatesToComponent.copy()DocumentReference.getRelatesToFirstRep()DocumentReference.DocumentReferenceRelatesToComponent.setCode(DocumentReference.DocumentRelationshipType value) DocumentReference.DocumentReferenceRelatesToComponent.setCodeElement(Enumeration<DocumentReference.DocumentRelationshipType> value) DocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget(DocumentReference value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DocumentReference.DocumentReferenceRelatesToComponentMethods in org.hl7.fhir.dstu3.model with parameters of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DocumentReference.DocumentReferenceRelatesToComponentModifier and TypeMethodDescriptionDocumentReference.setRelatesTo(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)