Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceRelatesToComponent
-
Packages that use DocumentReference.DocumentReferenceRelatesToComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceRelatesToComponentJsonParser. parseDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json)protected DocumentReference.DocumentReferenceRelatesToComponentXmlParser. parseDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Field Description protected List<DocumentReference.DocumentReferenceRelatesToComponent>DocumentReference. relatesToRelationships that this document has with other document references that already exist.Methods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReference.DocumentReferenceRelatesToComponentDocumentReference. addRelatesTo()DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. copy()DocumentReference.DocumentReferenceRelatesToComponentDocumentReference. getRelatesToFirstRep()DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setCode(CodeableConcept value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTarget(Reference value)Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description List<DocumentReference.DocumentReferenceRelatesToComponent>DocumentReference. getRelatesTo()Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReferenceDocumentReference. addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t)voidDocumentReference.DocumentReferenceRelatesToComponent. copyValues(DocumentReference.DocumentReferenceRelatesToComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReferenceDocumentReference. setRelatesTo(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)
-