Uses of Class
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceRelatesToComponent
-
Packages that use DocumentReference.DocumentReferenceRelatesToComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceRelatesToComponentJsonParser. parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner)protected DocumentReference.DocumentReferenceRelatesToComponentXmlParser. parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReferenceDocumentReference. setRelatesTo(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo)
-