
Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceContentProfileComponent
Packages that use DocumentReference.DocumentReferenceContentProfileComponent
-
Uses of DocumentReference.DocumentReferenceContentProfileComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceContentProfileComponent(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceContentProfileComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDocumentReferenceContentProfileComponent(String name, DocumentReference.DocumentReferenceContentProfileComponent element) protected voidRdfParser.composeDocumentReferenceContentProfileComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContentProfileComponent element, int index) protected voidXmlParser.composeDocumentReferenceContentProfileComponent(String name, DocumentReference.DocumentReferenceContentProfileComponent element) protected voidXmlParser.composeDocumentReferenceContentProfileComponentElements(DocumentReference.DocumentReferenceContentProfileComponent element) protected voidJsonParser.composeDocumentReferenceContentProfileComponentProperties(DocumentReference.DocumentReferenceContentProfileComponent element) protected booleanXmlParser.parseDocumentReferenceContentProfileComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceContentProfileComponent res) protected voidJsonParser.parseDocumentReferenceContentProfileComponentProperties(com.google.gson.JsonObject json, DocumentReference.DocumentReferenceContentProfileComponent res) -
Uses of DocumentReference.DocumentReferenceContentProfileComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeFieldDescriptionDocumentReference.DocumentReferenceContentComponent.profileAn identifier of the document constraints, encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.Methods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile()DocumentReference.DocumentReferenceContentProfileComponent.copy()DocumentReference.DocumentReferenceContentComponent.getProfileFirstRep()Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.getProfile()Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.addProfile(DocumentReference.DocumentReferenceContentProfileComponent t) voidDocumentReference.DocumentReferenceContentProfileComponent.copyValues(DocumentReference.DocumentReferenceContentProfileComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceContentProfileComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContentComponent.setProfile(List<DocumentReference.DocumentReferenceContentProfileComponent> theProfile)